diff options
| -rw-r--r-- | module/plugins/crypter/FilecryptCc.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| 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 | 
