Skip to content

Commit f8a19bf

Browse files
committed
Update ownership
Signed-off-by: Sven Strickroth <[email protected]>
1 parent 3777174 commit f8a19bf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To install the current release, run the following:
1919

2020
To install from source:
2121

22-
git clone https://github.com/sumdog/jekyll-multisite
22+
git clone https://github.com/csware/jekyll-multisite
2323
cd jekyll-multisite
2424
gem build jekyll-multisite.gemspec
2525
gem install jekyll-multisite-<version>.gem

jekyll-multisite.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Gem::Specification.new do |s|
55
s.date = '2015-12-14'
66
s.summary = 'jekyll-multisite'
77
s.description = 'Plugin for mult-site Jekyll configurations'
8-
s.authors = ['Sumit Khanna']
9-
s.email = '[email protected]'
10-
s.homepage = 'http://penguindreams.org'
8+
s.authors = ['Sven Strickroth', 'Sumit Khanna']
9+
s.email = '[email protected]'
10+
s.homepage = 'https://github.com/csware/jekyll-multisite'
1111
s.license = 'GPL-3.0'
1212
s.files = ['lib/jekyll-multisite.rb']
1313
s.add_runtime_dependency 'jekyll', '>= 3.2', '<= 4.0'

0 commit comments

Comments
 (0)