From e2d363284685dc5ed4b899d48cf8dc261de8e187 Mon Sep 17 00:00:00 2001 From: Gordon Shumway <39967334+oddluck@users.noreply.github.com> Date: Wed, 4 Dec 2019 01:49:25 -0500 Subject: [PATCH] update author/maintainer data --- Cayenne/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cayenne/__init__.py b/Cayenne/__init__.py index f675f65..c00690c 100644 --- a/Cayenne/__init__.py +++ b/Cayenne/__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'))