aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-10-04 21:20:26 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-10-04 21:20:26 -0700
commit635ff50e73ae789ba7594c64ee1bd060ac23f69e (patch)
tree5eb48b53c81af4b5e13ebd086e58f57ed0b6fd4b /README.rst
parent96461f9e71452aaeba3886a4e357e477950e89bf (diff)
parent66f225c5bb28281cd884d19c743cefd925124689 (diff)
downloadcryptography-635ff50e73ae789ba7594c64ee1bd060ac23f69e.tar.gz
cryptography-635ff50e73ae789ba7594c64ee1bd060ac23f69e.tar.bz2
cryptography-635ff50e73ae789ba7594c64ee1bd060ac23f69e.zip
Merge branch 'master' into bind-dh
Conflicts: cryptography/bindings/openssl/api.py
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 9188106e..9e5f67ed 100644
--- a/README.rst
+++ b/README.rst
@@ -1,11 +1,11 @@
Cryptography
============
-.. image:: https://travis-ci.org/alex/cryptography.png?branch=master
- :target: https://travis-ci.org/alex/cryptography
+.. image:: https://travis-ci.org/pyca/cryptography.png?branch=master
+ :target: https://travis-ci.org/pyca/cryptography
-.. image:: https://coveralls.io/repos/alex/cryptography/badge.png?branch=master
- :target: https://coveralls.io/r/alex/cryptography?branch=master
+.. image:: https://coveralls.io/repos/pyca/cryptography/badge.png?branch=master
+ :target: https://coveralls.io/r/pyca/cryptography?branch=master
``cryptography`` is a package designed to expose cryptographic primitives and
recipes to Python developers.