Skip to content

Commit 13797ee

Browse files
committed
Fixed project homepage.
1 parent 9b5b44a commit 13797ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ begin
77
spec.name = "svn2git"
88
spec.summary = "A tool for migrating svn projects to git"
99
spec.authors = ["James Coglan", "Kevin Menard"]
10-
spec.homepage = "https://www.negativetwenty.net/redmine/projects/svn2git"
10+
spec.homepage = "https://github.com/nirvdrum/svn2git"
1111
spec.email = "[email protected]"
1212
end
1313
Jeweler::GemcutterTasks.new

svn2git.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Gem::Specification.new do |s|
2929
"lib/svn2git/migration.rb",
3030
"svn2git.gemspec"
3131
]
32-
s.homepage = "https://www.negativetwenty.net/redmine/projects/svn2git"
32+
s.homepage = "https://github.com/nirvdrum/svn2git"
3333
s.rubygems_version = "2.2.2"
3434
s.summary = "A tool for migrating svn projects to git"
3535
end

0 commit comments

Comments
 (0)