summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Goldbaum <ngoldbau@illinois.edu>2017-08-03 09:46:50 -0500
committerSebastian Thiel <byronimo@gmail.com>2017-09-28 11:12:11 +0200
commited3ecbbe7b05433f6c70410a3f1fda1ae85508a3 (patch)
tree9c21051f21874cc2aee61d0639387fed292c6bf5
parent91d506e120d4a0f98cbef202325e301c632445c5 (diff)
downloadsmmap-ed3ecbbe7b05433f6c70410a3f1fda1ae85508a3.tar.gz
Update homepage
-rw-r--r--smmap/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/smmap/__init__.py b/smmap/__init__.py
index b252c21..725c420 100644
--- a/smmap/__init__.py
+++ b/smmap/__init__.py
@@ -2,7 +2,7 @@
__author__ = "Sebastian Thiel"
__contact__ = "byronimo@gmail.com"
-__homepage__ = "https://github.com/Byron/smmap"
+__homepage__ = "https://github.com/gitpython-developers/smmap"
version_info = (2, 0, 3)
__version__ = '.'.join(str(i) for i in version_info)