aboutsummaryrefslogtreecommitdiffstats
path: root/__init__.py
diff options
context:
space:
mode:
authorkongr45gpen <kongr45gpen@helit.org>2013-07-23 19:25:32 +0300
committerkongr45gpen <kongr45gpen@helit.org>2013-07-23 19:25:32 +0300
commit8b031113f160052422460b58ff2cccc05d261bb7 (patch)
treed71876992231f457f284f5c23798c138ed83ebb6 /__init__.py
parentcee85d8a0396bc8b0c2f8e2be14f0246aadc2ade (diff)
downloadsupybot_github-8b031113f160052422460b58ff2cccc05d261bb7.tar.gz
supybot_github-8b031113f160052422460b58ff2cccc05d261bb7.tar.bz2
supybot_github-8b031113f160052422460b58ff2cccc05d261bb7.zip
Update plugin info on __init__.py
Diffstat (limited to '__init__.py')
-rw-r--r--__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/__init__.py b/__init__.py
index 042e0d7..0f7df37 100644
--- a/__init__.py
+++ b/__init__.py
@@ -13,14 +13,14 @@ import supybot.world as world
__version__ = ""
# XXX Replace this with an appropriate author or supybot.Author instance.
-__author__ = supybot.authors.unknown
+__author__ = supybot.Author('kongr45gpen', 'alezakos', 'kongr45gpen@helit.org')
# This is a dictionary mapping supybot.Author instances to lists of
# contributions.
__contributors__ = {}
# This is a url where the most recent plugin package can be downloaded.
-__url__ = '' # 'http://supybot.com/Members/yourname/Github/download'
+__url__ = 'https://github.com/kongr45gpen/supybot-github'
import config
import plugin

© 2014-2024 Faster IT GmbH | imprint | privacy policy