From 7a77edacb0de9ecb0650fc7f6d37ac589e12c14a Mon Sep 17 00:00:00 2001 From: Gordon Shumway <39967334+oddluck@users.noreply.github.com> Date: Wed, 4 Dec 2019 01:14:02 -0500 Subject: [PATCH] update author/maintainer data --- Cayenne/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Cayenne/__init__.py b/Cayenne/__init__.py index 2a11633..f675f65 100644 --- a/Cayenne/__init__.py +++ b/Cayenne/__init__.py @@ -22,7 +22,6 @@ __author__ = supybot.Author('butterscotchstallion', 'butterscotchstallion', __maintainer__ = getattr(supybot.authors, 'oddluck', supybot.Author('oddluck', 'oddluck', 'oddluck@riseup.net')) - # This is a dictionary mapping supybot.Author instances to lists of # contributions. __contributors__ = {}