mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-02 22:53:40 +00:00
Fix typo, update plugin info.
This commit is contained in:
parent
9627b7cb92
commit
29d01993c9
@ -39,7 +39,7 @@ from readers import EmuleReader, SafePeerReader, PeerGuardianReader
|
||||
COMPRESSION_TYPES = {
|
||||
"PK" : "Zip",
|
||||
"\x1f\x8b" : "GZip",
|
||||
"BZ" : "BZ ip2"
|
||||
"BZ" : "BZip2"
|
||||
}
|
||||
|
||||
DECOMPRESSERS = {
|
||||
|
@ -34,9 +34,9 @@
|
||||
from setuptools import setup
|
||||
|
||||
__plugin_name__ = "Blocklist"
|
||||
__author__ = "Andrew Resch"
|
||||
__author_email__ = "andrew.resch@gmail.com"
|
||||
__version__ = "1.0"
|
||||
__author__ = "John Garland"
|
||||
__author_email__ = "johnnybg@gmail.com"
|
||||
__version__ = "1.2"
|
||||
__url__ = "http://deluge-torrent.org"
|
||||
__license__ = "GPLv3"
|
||||
__description__ = "Download and import IP blocklists"
|
||||
|
Loading…
x
Reference in New Issue
Block a user