From 3b0e543850d279a9e1d0376edf2a465d1c351476 Mon Sep 17 00:00:00 2001 From: Nitzo Date: Thu, 21 Jan 2016 21:24:35 +0200 Subject: [FilecryptCc] fix #2311 --- module/plugins/crypter/FilecryptCc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/plugins/crypter/FilecryptCc.py') diff --git a/module/plugins/crypter/FilecryptCc.py b/module/plugins/crypter/FilecryptCc.py index 1db129697..1b1159e36 100644 --- a/module/plugins/crypter/FilecryptCc.py +++ b/module/plugins/crypter/FilecryptCc.py @@ -25,8 +25,8 @@ class FilecryptCc(Crypter): __description__ = """Filecrypt.cc decrypter plugin""" __license__ = "GPLv3" - __authors__ = [("zapp-brannigan", "fuerst.reinje@web.de"), - ("GammaC0de" , None )] + __authors__ = [("zapp-brannigan", "fuerst.reinje@web.de" ), + ("GammaC0de" , "nitzo2001[AT]yahoo[DOT]com")] # URL_REPLACEMENTS = [(r'.html$', ""), (r'$', ".html")] #@TODO: Extend SimpleCrypter -- cgit v1.2.3