aaaaaand fix the homepage link. Case matters.
authorMahlon E. Smith <mahlon@laika.com>
Tue, 16 May 2017 15:57:53 -0700
changeset 21 1ebc33d48c85
parent 20 9d59d30685cb
child 22 d1b9dd767e3a
aaaaaand fix the homepage link. Case matters.
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."