1
0
Fork 0

s/latestrevision/coddingtonbear/g

This commit is contained in:
Adam Coddington 2014-07-31 20:30:42 -07:00
parent 3a2e05b01f
commit 83a6249c85
3 changed files with 5 additions and 5 deletions

View file

@ -6,8 +6,8 @@
Django-mailbox Django-mailbox
============== ==============
.. image:: https://travis-ci.org/latestrevision/django-mailbox.png?branch=master .. image:: https://travis-ci.org/coddingtonbear/django-mailbox.png?branch=master
:target: https://travis-ci.org/latestrevision/django-mailbox :target: https://travis-ci.org/coddingtonbear/django-mailbox
How many times have you had to consume some sort of POP3, IMAP, or local mailbox for incoming content, How many times have you had to consume some sort of POP3, IMAP, or local mailbox for incoming content,
or had to otherwise construct an application driven by e-mail? or had to otherwise construct an application driven by e-mail?

View file

@ -6,9 +6,9 @@ You can either install from pip::
pip install django-mailbox pip install django-mailbox
*or* checkout and install the source from the `github repository <https://github.com/latestrevision/django-mailbox/>`_:: *or* checkout and install the source from the `github repository <https://github.com/coddingtonbear/django-mailbox/>`_::
git clone https://github.com/latestrevision/django-mailbox.git git clone https://github.com/coddingtonbear/django-mailbox.git
cd django-mailbox cd django-mailbox
python setup.py install python setup.py install

View file

@ -12,7 +12,7 @@ gmail_oauth2_require = [
setup( setup(
name='django-mailbox', name='django-mailbox',
version='3.4', version='3.4',
url='http://github.com/latestrevision/django-mailbox/', url='http://github.com/coddingtonbear/django-mailbox/',
description=( description=(
'Import mail from POP3, IMAP, local mailboxes or directly from ' 'Import mail from POP3, IMAP, local mailboxes or directly from '
'Postfix or Exim4 into your Django application automatically.' 'Postfix or Exim4 into your Django application automatically.'