aaaaaand fix the homepage link. Case matters.

This commit is contained in:
Mahlon E. Smith 2017-05-16 15:57:53 -07:00
parent c9450e8415
commit 3c49699aa4

View file

@ -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."