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

Commit

Permalink
Update links for new org
Browse files Browse the repository at this point in the history
Closes #120
  • Loading branch information
titanous authored and jphastings committed Mar 16, 2015
1 parent 66369bc commit b63da21
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -26,7 +26,7 @@ Features

Features

- IMAP: Mark messages as seen instead of deleting them (see [5b6aef0](https://github.com/titanous/mailman/commit/5b6aef0163f0f28c790abf3083cbda7cbc9cc13f) for details on how revert to the previous behaviour)
- IMAP: Mark messages as seen instead of deleting them (see [5b6aef0](https://github.com/mailman/mailman/commit/5b6aef0163f0f28c790abf3083cbda7cbc9cc13f) for details on how revert to the previous behaviour)

Bugfixes

Expand Down
4 changes: 2 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
# Mailman [![Build Status](https://secure.travis-ci.org/titanous/mailman.png)](https://secure.travis-ci.org/titanous/mailman)
# Mailman [![Build Status](https://secure.travis-ci.org/mailman/mailman.png)](https://secure.travis-ci.org/mailman/mailman)

Mailman is an incoming mail processing microframework (with POP3 and Maildir
support), that works with Rails "out of the box".
Expand All @@ -12,7 +12,7 @@ Mailman::Application.run do
end
```

See the [User Guide](https://github.com/titanous/mailman/blob/master/USER_GUIDE.md) for more information.
See the [User Guide](https://github.com/mailman/mailman/blob/master/USER_GUIDE.md) for more information.

**If you'd like to maintain this gem, email jonathan@titanous.com.**

Expand Down
2 changes: 1 addition & 1 deletion mailman.gemspec
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 = 'https://github.com/titanous/mailman'
s.homepage = 'https://github.com/mailman/mailman'
s.summary = 'A incoming email processing microframework'
s.description = 'Mailman makes it easy to process incoming emails with a simple routing DSL'

Expand Down

0 comments on commit b63da21

Please sign in to comment.