Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Commit

Permalink
Change homepage to github
Browse files Browse the repository at this point in the history
As http://mailmanrb.com (no longer?) exists, change this to github.com.

So the link on the rubygems page should lead to this repository.
  • Loading branch information
leifbladt committed Feb 13, 2013
1 parent 28f21f1 commit 56f877f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailman.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.authors = ['Jonathan Rudenberg']
s.email = ['jonathan@titanous.com']
s.homepage = 'http://mailmanrb.com'
s.homepage = 'https://github.com/titanous/mailman'
s.summary = 'A incoming email processing microframework'
s.description = 'Mailman makes it easy to process incoming emails with a simple routing DSL'
s.signing_key = File.expand_path('~/.gem_keys/gem-private_key.pem')
Expand Down

0 comments on commit 56f877f

Please sign in to comment.