From 882eb6a074b4c379dfcdc74c6688a5f5950b41b5 Mon Sep 17 00:00:00 2001 From: Gordon Shumway <39967334+oddluck@users.noreply.github.com> Date: Wed, 4 Dec 2019 01:48:20 -0500 Subject: [PATCH] update author/maintainer data --- IMDB/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IMDB/__init__.py b/IMDB/__init__.py index 0ff6d61..985c5d8 100644 --- a/IMDB/__init__.py +++ b/IMDB/__init__.py @@ -18,7 +18,7 @@ __version__ = "" # XXX Replace this with an appropriate author or supybot.Author instance. __author__ = supybot.Author('butterscotchstallion', 'butterscotchstallion', - 'https://github.com/butterscotchstallion/limnoria-plugins/') + '') __maintainer__ = getattr(supybot.authors, 'oddluck', supybot.Author('oddluck', 'oddluck', 'oddluck@riseup.net'))