summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Holtermann <info@markusholtermann.eu>2014-10-31 02:09:40 +0100
committerMarkus Holtermann <info@markusholtermann.eu>2014-10-31 02:09:40 +0100
commit84df33797721127d30c9b7f607e3c96a6b1b993f (patch)
tree3da9abb989ffa98a838b84456524687cc6f997a9
parent52c014264138af5d4f8a7b34fdf431abe689943d (diff)
downloadbvg-grabber-84df33797721127d30c9b7f607e3c96a6b1b993f.tar.gz
bvg-grabber-84df33797721127d30c9b7f607e3c96a6b1b993f.tar.bz2
bvg-grabber-84df33797721127d30c9b7f607e3c96a6b1b993f.zip
Updated link after GitHub username change
-rw-r--r--README.rst4
-rwxr-xr-xsetup.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index aaf90c4..1ff9242 100644
--- a/README.rst
+++ b/README.rst
@@ -6,8 +6,8 @@
:target: https://pypi.python.org/pypi/bvg-grabber/
:alt: Latest Version
-.. image:: https://travis-ci.org/Markush2010/bvg-grabber.svg?branch=develop
- :target: https://travis-ci.org/Markush2010/bvg-grabber
+.. image:: https://travis-ci.org/MarkusH/bvg-grabber.svg?branch=develop
+ :target: https://travis-ci.org/MarkusH/bvg-grabber
:alt: Development branch
diff --git a/setup.py b/setup.py
index 22c0217..a57f3db 100755
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ setup(
description='Querying the upcoming public transport departures in Berlin',
long_description=description,
version='0.1.1',
- url='https://github.com/Markush2010/bvg-grabber',
+ url='https://github.com/MarkusH/bvg-grabber',
author='Christian Struck, Markus Holtermann',
author_email='info@markusholtermann.eu',
license='BSD',