From 04fbd56e647de937ceae426acb6762f1cbbcf616 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Mon, 12 Aug 2013 02:56:10 +0200 Subject: Fix spelling of my name --- cryptography/__about__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3