Skip to content

Commit 62fd477

Browse files
committed
Merge pull request #6 from sampointer/correct_gemspec_url
correct homepage url in gemspec
2 parents b659f28 + 708bca2 commit 62fd477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net-ssh-multi.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Gem::Specification.new do |s|
4343
"test/session_test.rb",
4444
"test/test_all.rb"
4545
]
46-
s.homepage = "https://github.com/net-ssh/net-scp"
46+
s.homepage = "https://github.com/net-ssh/net-ssh-multi"
4747
s.licenses = ["MIT"]
4848
s.require_paths = ["lib"]
4949
s.rubyforge_project = "net-ssh-multi"

0 commit comments

Comments
 (0)