setup.py | 2 +- diff --git a/setup.py b/setup.py index 1155b8af0fb6326623e6f27764f67ec272651532..9ec13f86b7dd7089b771065d8f8edbcc31446e06 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ description="Pure Python Shamir's secret sharing scheme implementation", long_description=open("README", "rb").read().decode("utf-8"), author="Sergey Matveev", author_email="stargrave@stargrave.org", - url="https://git.cypherpunks.ru/cgit.cgi/pyssss.git/", + url="http://www.git.cypherpunks.ru/?p=pyssss.git;a=summary", license="LGPLv3+", classifiers=[ "Development Status :: 5 - Production/Stable",