diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2015-01-22 18:20:30 +0100 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2015-01-22 18:22:33 +0100 |
| commit | 5a3877a091d16a064a6ec07b1e41e536580831bb (patch) | |
| tree | 4a8718cc61d1e7c681f56f97a60ab180d3a1d8d5 | |
| parent | a8af40edd969d79f1059fef774f5c7d600571999 (diff) | |
| download | smmap-5a3877a091d16a064a6ec07b1e41e536580831bb.tar.gz | |
Fixed urls, they changed after moving the repo to gitpython-developers
| -rw-r--r-- | README.md | 8 | ||||
| -rw-r--r-- | doc/source/intro.rst | 4 | ||||
| -rwxr-xr-x | setup.py | 2 |
3 files changed, 7 insertions, 7 deletions
@@ -8,8 +8,8 @@ Although memory maps have many advantages, they represent a very limited system ## Overview -[](https://travis-ci.org/Byron/smmap) -[](https://coveralls.io/r/Byron/smmap) +[](https://travis-ci.org/gitpython-developers/smmap) +[](https://coveralls.io/r/gitpython-developers/smmap) [](http://www.issuestats.com/github/gitpython-developers/smmap) [](http://www.issuestats.com/github/gitpython-developers/smmap) @@ -63,7 +63,7 @@ It is advised to have a look at the **Usage Guide** for a brief introduction on ## Homepage and Links -The project is home on github at https://github.com/Byron/smmap . +The project is home on github at https://github.com/gitpython-developers/smmap . The latest source can be cloned from github as well: @@ -77,7 +77,7 @@ For support, please use the git-python mailing list: Issues can be filed on github: -* https://github.com/Byron/smmap/issues +* https://github.com/gitpython-developers/smmap/issues ## License Information diff --git a/doc/source/intro.rst b/doc/source/intro.rst index ee3108a..15f5bf0 100644 --- a/doc/source/intro.rst +++ b/doc/source/intro.rst @@ -51,7 +51,7 @@ It is advised to have a look at the :ref:`Usage Guide <tutorial-label>` for a br ################## Homepage and Links ################## -The project is home on github at `https://github.com/Byron/smmap <https://github.com/Byron/smmap>`_. +The project is home on github at `https://github.com/gitpython-developers/smmap <https://github.com/gitpython-developers/smmap>`_. The latest source can be cloned from github as well: @@ -65,7 +65,7 @@ For support, please use the git-python mailing list: Issues can be filed on github: - * https://github.com/Byron/smmap/issues + * https://github.com/gitpython-developers/smmap/issues ################### License Information @@ -13,7 +13,7 @@ import smmap if os.path.exists("README.md"): long_description = codecs.open('README.md', "r", "utf-8").read() else: - long_description = "See http://github.com/Byron/smmap" + long_description = "See http://github.com/gitpython-developers/smmap" setup( name="smmap", |
