diff --git a/README.rst b/README.rst index a5998a1..7126214 100644 --- a/README.rst +++ b/README.rst @@ -2,17 +2,17 @@ MailBot ####### -.. image:: https://secure.travis-ci.org/novagile/mailbot.png?branch=master +.. image:: https://secure.travis-ci.org/magopian/mailbot.png?branch=master :alt: Build Status - :target: https://travis-ci.org/novagile/mailbot + :target: https://travis-ci.org/magopian/mailbot MailBot: register callbacks to be executed on mail reception. * Authors: Mathieu Agopian and `contributors - `_ + `_ * Licence: BSD * Compatibility: Django 1.4+, python2.6 up to python3.3 -* Project URL: https://github.com/novagile/mailbot +* Project URL: https://github.com/magopian/mailbot * Documentation: http://mailbot.rtfd.org/ @@ -23,7 +23,7 @@ Setup your environment: :: - git clone https://github.com/novagile/mailbot.git + git clone https://github.com/magopian/mailbot.git cd mailbot Hack and run the tests using `Tox `_ to test diff --git a/docs/source/index.rst b/docs/source/index.rst index 5ad7ce4..fa97a25 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -25,7 +25,7 @@ excellent `IMAPClient from Menno Smits Other resources --------------- -Fork it on: http://github.com/novagile/mailbot/ +Fork it on: http://github.com/magopian/mailbot/ Documentation: http://mailbot.rtfd.org/ @@ -39,7 +39,7 @@ From PyPI:: From github:: - pip install -e http://github.com/novagile/mailbot/ + pip install -e http://github.com/magopian/mailbot/ Usage diff --git a/setup.py b/setup.py index 0f4570e..d3a94c6 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ if __name__ == '__main__': # ``import setup`` doesn't trigger setup(). keywords='mail callback', author='Mathieu Agopian', author_email='mathieu.agopian@gmail.com', - url='https://github.com/novagile/mailbot', + url='https://github.com/magopian/mailbot', license='BSD Licence', packages=find_packages(), include_package_data=True,