We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b5b44a commit 13797eeCopy full SHA for 13797ee
Rakefile
@@ -7,7 +7,7 @@ begin
7
spec.name = "svn2git"
8
spec.summary = "A tool for migrating svn projects to git"
9
spec.authors = ["James Coglan", "Kevin Menard"]
10
- spec.homepage = "https://www.negativetwenty.net/redmine/projects/svn2git"
+ spec.homepage = "https://github.com/nirvdrum/svn2git"
11
spec.email = "[email protected]"
12
end
13
Jeweler::GemcutterTasks.new
svn2git.gemspec
@@ -29,7 +29,7 @@ Gem::Specification.new do |s|
29
"lib/svn2git/migration.rb",
30
"svn2git.gemspec"
31
]
32
- s.homepage = "https://www.negativetwenty.net/redmine/projects/svn2git"
+ s.homepage = "https://github.com/nirvdrum/svn2git"
33
s.rubygems_version = "2.2.2"
34
s.summary = "A tool for migrating svn projects to git"
35
0 commit comments