From: Stefan Huber Date: Wed, 16 Oct 2013 12:29:58 +0000 (+0200) Subject: fillinsha256sum: skip mail in __author__ X-Git-Url: https://git.sthu.org/?p=pgp-tools.git;a=commitdiff_plain;h=9fdae5f6db9820afaabffd9d38c53d33103deecb fillinsha256sum: skip mail in __author__ --- diff --git a/gpgparticipants/fillinsha256sum.py b/gpgparticipants/fillinsha256sum.py index 62c0546..7760678 100755 --- a/gpgparticipants/fillinsha256sum.py +++ b/gpgparticipants/fillinsha256sum.py @@ -3,7 +3,7 @@ __version__ = "1.0" -__author__ = "Stefan Huber " +__author__ = "Stefan Huber" __email__ = "shuber@sthu.org" __copyright__ = "Copyright 2013, Stefan Huber"