Skip to content

Commit

Permalink
Updated URLs in README and setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanHayes committed Jan 23, 2015
1 parent c9c0c6b commit 32a6894
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
errand-boy
==========

.. image:: https://travis-ci.org/SeanHayes/errand-boy.svg?branch=master
:target: https://travis-ci.org/SeanHayes/errand-boy
.. image:: https://coveralls.io/repos/SeanHayes/errand-boy/badge.png?branch=master
:target: https://coveralls.io/r/SeanHayes/errand-boy?branch=master
.. image:: https://travis-ci.org/greyside/errand-boy.svg?branch=master
:target: https://travis-ci.org/greyside/errand-boy
.. image:: https://coveralls.io/repos/greyside/errand-boy/badge.png?branch=master
:target: https://coveralls.io/r/greyside/errand-boy?branch=master

----------------
What does it do?
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"Topic :: Software Development :: Libraries :: Python Modules"
],
keywords='os fork process memory celery',
url='https://github.com/SeanHayes/errand-boy',
download_url='https://github.com/SeanHayes/errand-boy',
url='https://github.com/greyside/errand-boy',
download_url='https://github.com/greyside/errand-boy',
license='BSD',
packages=find_packages(),
install_requires=['eventlet', 'six'],
Expand Down

0 comments on commit 32a6894

Please sign in to comment.