diff options
author | Donald Stufft <donald@stufft.io> | 2013-08-11 18:01:08 -0700 |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2013-08-11 18:01:08 -0700 |
commit | c399a73cc02af6c9085bdf498e75a4e89471764d (patch) | |
tree | 177d69e45c0efca4c6637c88c8127b612ef728f2 | |
parent | 09f53578923c241fbb76c0be6bdf725f3b96f528 (diff) | |
parent | 04fbd56e647de937ceae426acb6762f1cbbcf616 (diff) | |
download | cryptography-c399a73cc02af6c9085bdf498e75a4e89471764d.tar.gz cryptography-c399a73cc02af6c9085bdf498e75a4e89471764d.tar.bz2 cryptography-c399a73cc02af6c9085bdf498e75a4e89471764d.zip |
Merge pull request #43 from tiran/master
Fix spelling of my name
-rw-r--r-- | cryptography/__about__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cryptography/__about__.py b/cryptography/__about__.py index 16d631fd..08fb4607 100644 --- a/cryptography/__about__.py +++ b/cryptography/__about__.py @@ -25,7 +25,8 @@ __uri__ = "https://github.com/alex/cryptography" __version__ = "0.1.dev1" __author__ = ("Alex Gaynor, Donald Stufft, Laurens van Houvten, " - "Jean-Paul Calderone, Chris Heime, and Indivdual Contributors") + "Jean-Paul Calderone, Christian Heimes, and Indivdual " + "Contributors") __email__ = "cryptography-dev@python.org" __license__ = "Apache License, Version 2.0" |