From 8b031113f160052422460b58ff2cccc05d261bb7 Mon Sep 17 00:00:00 2001 From: kongr45gpen Date: Tue, 23 Jul 2013 19:25:32 +0300 Subject: Update plugin info on __init__.py --- __init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '__init__.py') 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 -- cgit v1.2.3