Fix typo, update plugin info.

This commit is contained in:
John Garland 2009-10-25 13:42:11 +00:00
parent 9627b7cb92
commit 29d01993c9
2 changed files with 4 additions and 4 deletions

View File

@ -34,9 +34,9 @@
from setuptools import setup from setuptools import setup
__plugin_name__ = "Blocklist" __plugin_name__ = "Blocklist"
__author__ = "Andrew Resch" __author__ = "John Garland"
__author_email__ = "andrew.resch@gmail.com" __author_email__ = "johnnybg@gmail.com"
__version__ = "1.0" __version__ = "1.2"
__url__ = "http://deluge-torrent.org" __url__ = "http://deluge-torrent.org"
__license__ = "GPLv3" __license__ = "GPLv3"
__description__ = "Download and import IP blocklists" __description__ = "Download and import IP blocklists"