summaryrefslogtreecommitdiffstats
path: root/module/plugins/Crypter.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/Crypter.py')
-rw-r--r--module/plugins/Crypter.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/Crypter.py b/module/plugins/Crypter.py
index d1549fe80..79860a3f4 100644
--- a/module/plugins/Crypter.py
+++ b/module/plugins/Crypter.py
@@ -25,8 +25,8 @@ class Crypter(Plugin):
__pattern__ = None
__type__ = "container"
__description__ = """Base crypter plugin"""
- __author_name__ = ("mkaay")
- __author_mail__ = ("mkaay@mkaay.de")
+ __author_name__ = "mkaay"
+ __author_mail__ = "mkaay@mkaay.de"
def __init__(self, pyfile):
Plugin.__init__(self, pyfile)