summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerry Chia <terrycwk1994@gmail.com>2014-08-16 15:25:57 +0800
committerTerry Chia <terrycwk1994@gmail.com>2014-08-16 15:25:57 +0800
commitdd2f7da18fb295d58ac763ee7e91b9b1a5bdf1d0 (patch)
tree5e37bec048fa4b4a25fafe1d90b6ea7b208e760e
parent19e24d0c45324e56450fb2ff0e3e9b4e325393f1 (diff)
downloadpy-bcrypt-git-dd2f7da18fb295d58ac763ee7e91b9b1a5bdf1d0.tar.gz
Update __about__.py
-rw-r--r--bcrypt/__about__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bcrypt/__about__.py b/bcrypt/__about__.py
index 93f60bd..ea6b93c 100644
--- a/bcrypt/__about__.py
+++ b/bcrypt/__about__.py
@@ -24,7 +24,7 @@ __all__ = [
__title__ = "bcrypt"
__summary__ = "Modern password hashing for your software and your servers"
-__uri__ = "https://github.com/dstufft/bcrypt/"
+__uri__ = "https://github.com/pyca/bcrypt/"
__version__ = "1.0.2"