Skip to content
Snippets Groups Projects
Commit 4b502818 authored by Donald Stufft's avatar Donald Stufft
Browse files

Rename dstufft/pynacl to pyca/pynacl to reflect it's new home

parent c8475ebd
No related branches found
No related tags found
No related merge requests found
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
......
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment