summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/crypter/CryptItCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/crypter/CryptItCom.py')
-rw-r--r--pyload/plugins/crypter/CryptItCom.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pyload/plugins/crypter/CryptItCom.py b/pyload/plugins/crypter/CryptItCom.py
index 3de00847e..99f8b1730 100644
--- a/pyload/plugins/crypter/CryptItCom.py
+++ b/pyload/plugins/crypter/CryptItCom.py
@@ -11,5 +11,4 @@ class CryptItCom(DeadCrypter):
__pattern__ = r'http://(?:www\.)?crypt-it\.com/(s|e|d|c)/[\w]+'
__description__ = """Crypt-it.com decrypter plugin"""
- __author_name__ = "jeix"
- __author_mail__ = "jeix@hasnomail.de"
+ __authors__ = [("jeix", "jeix@hasnomail.de")]