transition from bitbucket -> s.mcquay.me

This commit is contained in:
Stephen McQuay 2015-04-12 22:54:44 -07:00
parent 9840757907
commit 82ef0133fc
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ If you're going to hack, clone this repo:
.. code-block:: bash .. code-block:: bash
hg clone https://bitbucket.org/smcquay/ircbot git clone https://s.mcquay.me/smcquay/ircbot
cd ircbot cd ircbot
python setup.py develop python setup.py develop

View File

@ -10,7 +10,7 @@ setup(
entry_points={'console_scripts': [ entry_points={'console_scripts': [
'ircbot = ircbot.main:main', 'ircbot = ircbot.main:main',
]}, ]},
url='https://bitbucket.org/smcquay/ircbot', url='https://s.mcquay.me/smcquay/ircbot',
license='WTFPL', license='WTFPL',
description= ( description= (
'a rather simple echo irc bot to stand as a simple example of how ' 'a rather simple echo irc bot to stand as a simple example of how '