aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-01-03 09:57:13 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-01-03 09:57:13 -0800
commit3dbc46a41e201df431cad02f8ed80565e7a9defb (patch)
tree3032c11eda1bceab6ca6d8eef01d57130ca0c065
parent23e532652d67e260cbf1078165ee72de2f35539c (diff)
parent0421ff0201dae6380bddae53c247801789a235a9 (diff)
downloadcryptography-3dbc46a41e201df431cad02f8ed80565e7a9defb.tar.gz
cryptography-3dbc46a41e201df431cad02f8ed80565e7a9defb.tar.bz2
cryptography-3dbc46a41e201df431cad02f8ed80565e7a9defb.zip
Merge pull request #399 from reaperhulk/ego-stroking
Add to author list
-rw-r--r--cryptography/__about__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptography/__about__.py b/cryptography/__about__.py
index 46212bff..54a9dbe6 100644
--- a/cryptography/__about__.py
+++ b/cryptography/__about__.py
@@ -26,7 +26,7 @@ __version__ = "0.1.dev1"
__author__ = ("Alex Gaynor, Hynek Schlawack, Donald Stufft, "
"Laurens Van Houtven, Jean-Paul Calderone, Christian Heimes, "
- "and individual contributors.")
+ "Paul Kehrer, and individual contributors.")
__email__ = "cryptography-dev@python.org"
__license__ = "Apache License, Version 2.0"