1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

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
==============
.. image:: https://travis-ci.org/latestrevision/django-mailbox.png?branch=master
:target: https://travis-ci.org/latestrevision/django-mailbox
.. image:: https://travis-ci.org/coddingtonbear/django-mailbox.png?branch=master
: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,
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
*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
python setup.py install