From 4b5028183a6fbf929c12a189e557ec753b2dc325 Mon Sep 17 00:00:00 2001 From: Donald Stufft <donald@stufft.io> Date: Sat, 5 Oct 2013 08:56:15 -0400 Subject: [PATCH] Rename dstufft/pynacl to pyca/pynacl to reflect it's new home --- README.rst | 4 ++-- nacl/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 7afcec7a..5b4f93e2 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,8 @@ PyNaCl ====== -.. image:: https://travis-ci.org/dstufft/pynacl.png?branch=master - :target: https://travis-ci.org/dstufft/pynacl +.. image:: https://travis-ci.org/pyca/pynacl.png?branch=master + :target: https://travis-ci.org/pyca/pynacl PyNaCl is a Python binding to the `Networking and Cryptography library`_, a crypto library with the stated goal of improving usability, security and diff --git a/nacl/__init__.py b/nacl/__init__.py index 822b902e..3a996c74 100644 --- a/nacl/__init__.py +++ b/nacl/__init__.py @@ -8,7 +8,7 @@ __all__ = [ __title__ = "PyNaCl" __summary__ = "Python binding to the Networking and Cryptography (NaCl) library" -__uri__ = "https://github.com/dstufft/pynacl/" +__uri__ = "https://github.com/pyca/pynacl/" __version__ = "0.1.0" -- GitLab