From 82ef0133fc1e98be017686c95b94d2107294254d Mon Sep 17 00:00:00 2001 From: stephen mcquay Date: Sun, 12 Apr 2015 22:54:44 -0700 Subject: [PATCH] transition from bitbucket -> s.mcquay.me --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 96deff3..64ba6da 100644 --- a/README.rst +++ b/README.rst @@ -39,7 +39,7 @@ If you're going to hack, clone this repo: .. code-block:: bash - hg clone https://bitbucket.org/smcquay/ircbot + git clone https://s.mcquay.me/smcquay/ircbot cd ircbot python setup.py develop diff --git a/setup.py b/setup.py index b291bd3..f9e336e 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( entry_points={'console_scripts': [ 'ircbot = ircbot.main:main', ]}, - url='https://bitbucket.org/smcquay/ircbot', + url='https://s.mcquay.me/smcquay/ircbot', license='WTFPL', description= ( 'a rather simple echo irc bot to stand as a simple example of how '