aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2013-08-12 10:11:17 +0200
committerHynek Schlawack <hs@ox.cx>2013-08-12 10:27:51 +0200
commiteec13c920abb293c263f291aa668d5159d38e1c4 (patch)
tree7d2cb2b9cb8c56311eb1bb590cc9b2def43c26a2
parentc399a73cc02af6c9085bdf498e75a4e89471764d (diff)
downloadcryptography-eec13c920abb293c263f291aa668d5159d38e1c4.tar.gz
cryptography-eec13c920abb293c263f291aa668d5159d38e1c4.tar.bz2
cryptography-eec13c920abb293c263f291aa668d5159d38e1c4.zip
Fix __author__
-rw-r--r--cryptography/__about__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/cryptography/__about__.py b/cryptography/__about__.py
index 08fb4607..bb9a6921 100644
--- a/cryptography/__about__.py
+++ b/cryptography/__about__.py
@@ -24,9 +24,9 @@ __uri__ = "https://github.com/alex/cryptography"
__version__ = "0.1.dev1"
-__author__ = ("Alex Gaynor, Donald Stufft, Laurens van Houvten, "
- "Jean-Paul Calderone, Christian Heimes, and Indivdual "
- "Contributors")
+__author__ = ("Alex Gaynor, Hynek Schlawack, Donald Stufft, "
+ "Laurens Van Houtven, Jean-Paul Calderone, Christian Heimes, "
+ "and individual contributors.")
__email__ = "cryptography-dev@python.org"
__license__ = "Apache License, Version 2.0"