Skip to content

Commit c7d8a83

Browse files
committed
update homepage
1 parent fe03749 commit c7d8a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binary_search.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
1010

1111
spec.summary = 'Binary search list implemented in ruby using red-black self-balancing tree'
1212
spec.description = 'Binary search list implemented in ruby using red-black self-balancing tree'
13-
spec.homepage = 'https://github.com/sebyx07/binary_search'
13+
spec.homepage = 'https://github.com/sebyx07/ruby-binary-search'
1414
spec.license = 'MIT'
1515
spec.required_ruby_version = '>= 3.0.0'
1616

0 commit comments

Comments
 (0)