Skip to content

Commit

Permalink
Update homepage in gemspec
Browse files Browse the repository at this point in the history
Old address no longer works (gitlab pages is now .gitlab.io)
  • Loading branch information
pravi authored Aug 20, 2021
1 parent ca2f12b commit 6e087e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libxml-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version = File.read('ext/libxml/ruby_xml_version.h').match(/\s*RUBY_LIBXML_VERSI
Gem::Specification.new do |spec|
spec.name = 'libxml-ruby'
spec.version = version
spec.homepage = 'http://xml4r.github.com/libxml-ruby'
spec.homepage = 'https://xml4r.github.io/libxml-ruby/'
spec.summary = 'Ruby Bindings for LibXML2'
spec.description = <<-EOS
The Libxml-Ruby project provides Ruby language bindings for the GNOME
Expand Down

0 comments on commit 6e087e7

Please sign in to comment.