There was an error while loading. Please reload this page.
1 parent 91d506e commit ed3ecbbCopy full SHA for ed3ecbb
1 file changed
smmap/__init__.py
@@ -2,7 +2,7 @@
2
3
__author__ = "Sebastian Thiel"
4
__contact__ = "byronimo@gmail.com"
5
-__homepage__ = "https://github.com/Byron/smmap"
+__homepage__ = "https://github.com/gitpython-developers/smmap"
6
version_info = (2, 0, 3)
7
__version__ = '.'.join(str(i) for i in version_info)
8
0 commit comments