summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/crypter/MBLinkInfo.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/crypter/MBLinkInfo.py')
-rw-r--r--pyload/plugins/crypter/MBLinkInfo.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/crypter/MBLinkInfo.py b/pyload/plugins/crypter/MBLinkInfo.py
index 8516ff6e4..9e63bc05d 100644
--- a/pyload/plugins/crypter/MBLinkInfo.py
+++ b/pyload/plugins/crypter/MBLinkInfo.py
@@ -11,5 +11,5 @@ class MBLinkInfo(DeadCrypter):
__pattern__ = r'http://(?:www\.)?mblink\.info/?\?id=(\d+)'
__description__ = """MBLink.info decrypter plugin"""
- __author_name__ = ("Gummibaer", "stickell")
- __author_mail__ = ("Gummibaer@wiki-bierkiste.de", "l.stickell@yahoo.it")
+ __authors__ = [("Gummibaer", "Gummibaer@wiki-bierkiste.de"),
+ ("stickell", "l.stickell@yahoo.it")]