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,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