From 3c49699aa40612376b3bac62f53805267aa3f27c Mon Sep 17 00:00:00 2001 From: "Mahlon E. Smith" Date: Tue, 16 May 2017 15:57:53 -0700 Subject: [PATCH] aaaaaand fix the homepage link. Case matters. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 1baf9aa..537c19e 100644 --- a/Rakefile +++ b/Rakefile @@ -34,7 +34,7 @@ require 'rubygems' 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."