Skip to content

Commit 86a5a10

Browse files
committed
Update ruby-debug-ide.gemspec
Correct Homepage URL
1 parent 659a9bd commit 86a5a10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ruby-debug-ide.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ end
2222
Gem::Specification.new do |spec|
2323
spec.name = "ruby-debug-ide"
2424

25-
spec.homepage = "https://github.com/JetBrains/ruby-debug-ide"
25+
spec.homepage = "https://github.com/ruby-debug/ruby-debug-ide"
2626
spec.summary = "IDE interface for ruby-debug."
2727
spec.description = <<-EOF
2828
An interface which glues ruby-debug to IDEs like Eclipse (RDT), NetBeans and RubyMine.
@@ -47,4 +47,4 @@ EOF
4747

4848
# rdoc
4949
spec.has_rdoc = false
50-
end
50+
end

0 commit comments

Comments
 (0)