# HG changeset patch # User Mahlon E. Smith # Date 1494975473 25200 # Node ID 1ebc33d48c85826b16b1da4acaaff16eb0ee4ca8 # Parent 9d59d30685cb56dc9e3015f4b62dda27649f349c aaaaaand fix the homepage link. Case matters. diff -r 9d59d30685cb -r 1ebc33d48c85 Rakefile --- a/Rakefile Tue May 16 15:52:05 2017 -0700 +++ b/Rakefile Tue May 16 15:57:53 2017 -0700 @@ -34,7 +34,7 @@ require 'rubygems/package_task' spec = Gem::Specification.new do |s| s.email = 'mahlon@martini.nu' - s.homepage = 'https://bitbucket.org/mahlon/Ruby-Ezmlm' + s.homepage = 'https://bitbucket.org/mahlon/ruby-ezmlm' s.authors = [ 'Mahlon E. Smith', 'Michael Granger', 'Jeremiah Jordan' ] s.platform = Gem::Platform::RUBY s.summary = "Interact with Ezmlm-IDX mailing lists."