diff --git a/.travis.yml b/.travis.yml index 022aa96..0573fc8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,4 +29,4 @@ deploy: secure: jmxqrciBDaJjozAMM+Y56gfJ1h3NdKXEaR5cbfDXAPdkTKsqAormPaugKDfKDja7bHd4o0cMVZLB8SVUwv7rG3VDu9oTHiujr6kiPfx6Zltpma6FRdnvOzYcCf/GHEmAhNIbMvTuoD6U84pAojBCP+Z3daWzWtHatagCUZxP72AA3l9CF8CF8BgzxIcAxHs+tLxjKCjLRdcNOfXBj7FSm8jTOG529IhGaSJgZ0+T8zyKpsE9PvXlxYzsMZMyCqBnyNsU25hGIRERmL2ghWcvhBCiNmLsNT1SgIXZvPEES2+F16e0jojcjIGZwZHHcZfOHUXjZQ18t/OAt8U3hZDoA8saFAproRe38KDlimvmdnN39t0p0eRFEPEix942t49CkLyjbEdEZf40HG8IFEZlydca24o7mTdxjp48F2wObYI1+Xz8+ZkMLvlsAufHYjSiWsbVU6AuThmOjqFpX0SnTEUvGQXNZzDBdEPE9RSVZUrqd0lKIa3AOS8NIlnellVOalSl8XN9OT2LRCrctE66sc69MONBKwEglPGdAKf/FMXxS/DrsskA1dSOg7YALehEvnZG7AwXqJY/dGScb5j5J12mVPQFxZ2kzHAuGuzXa7UPVPx7p+iQqDvYBpmgsoGggLVDYRnqm3bNDeRuRKDlMCMiWhpAAt/UGzjdIFRw5rs= on: tags: true - repo: Stibbons/cfgtree + repo: gsemet/cfgtree diff --git a/README.rst b/README.rst index 69c033b..93de687 100644 --- a/README.rst +++ b/README.rst @@ -2,13 +2,13 @@ cfgtree - App Configuration made easy ===================================== -.. image:: https://travis-ci.org/Stibbons/cfgtree.svg?branch=master - :target: https://travis-ci.org/Stibbons/cfgtree +.. image:: https://travis-ci.org/gsemet/cfgtree.svg?branch=master + :target: https://travis-ci.org/gsemet/cfgtree .. image:: https://readthedocs.org/projects/cfgtree/badge/?version=latest :target: http://cfgtree.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status -.. image:: https://coveralls.io/repos/github/Stibbons/cfgtree/badge.svg - :target: https://coveralls.io/github/Stibbons/cfgtree +.. image:: https://coveralls.io/repos/github/gsemet/cfgtree/badge.svg + :target: https://coveralls.io/github/gsemet/cfgtree .. image:: https://badge.fury.io/py/cfgtree.svg :target: https://pypi.python.org/pypi/cfgtree/ :alt: Pypi package @@ -18,7 +18,7 @@ cfgtree - App Configuration made easy * Free software: MIT * Documentation: https://cfgtree.readthedocs.org/en/latest/ -* Source: https://github.com/Stibbons/cfgtree +* Source: https://github.com/gsemet/cfgtree Description =========== diff --git a/setup.cfg b/setup.cfg index f110ea1..63d33d9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ summary = Automatic configuration file, command line, environment variable parse description-file = README.rst author = Gaetan Semet author-email = gaetan@xeberon.net -home-page = https://github.com/Stibbons/cfgtree +home-page = https://github.com/gsemet/cfgtree classifier = Intended Audience :: Information Technology Intended Audience :: System Administrators