From efff1e8288595e751e2b51fd1da6629e5d689459 Mon Sep 17 00:00:00 2001 From: Gordon Shumway <39967334+oddluck@users.noreply.github.com> Date: Wed, 4 Dec 2019 01:46:01 -0500 Subject: [PATCH] update author/maintainer data --- Jeopardy/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jeopardy/__init__.py b/Jeopardy/__init__.py index 9c94b4c..58d10ed 100644 --- a/Jeopardy/__init__.py +++ b/Jeopardy/__init__.py @@ -52,8 +52,7 @@ if not hasattr(supybot.authors, 'progval') or not hasattr(supybot.authors, 'quan supybot.authors.quantumlemur = supybot.Author('quantumlemur', 'quantumlemur', 'quantumlemur@users.sourceforge.net') __contributors__ = {supybot.authors.quantumlemur: ['original plugin base'], - supybot.authors.progval: ['code enhancement'], - __author__: ['Jeopardy! stuff', 'lots more']} + supybot.authors.progval: ['code enhancement']} # This is a url where the most recent plugin package can be downloaded. __url__ = 'https://github.com/oddluck/limnoria-plugins/'