Change maintainer from Lindsey to Trevor.
authorW. Trevor King <wking@tremily.us>
Fri, 9 Nov 2012 12:46:17 +0000 (07:46 -0500)
committerW. Trevor King <wking@tremily.us>
Fri, 9 Nov 2012 12:46:17 +0000 (07:46 -0500)
I emailed Lindset on October 4th with some changes, and then again on
October 18th with a PyPI push suggestion.  I haven't heard back on
either count, so I'm assuming maintainership and pushing this to PyPI
myself.

Lindsey, I'm not attempting a hostile takeover ;).  If you get back
from a month-long vacation and want to resume maintainership, let me
know.

rss2email.py
setup.py

index 8f8f5d678a9b9d9001b148eb17e9f9bbe73f02b1..b1e3f6480ce287e5f60c7a8166c2218259378eee 100755 (executable)
@@ -5,7 +5,7 @@
 
 __version__ = '2.71'
 __url__ = 'http://rss2email.infogami.com'
-__author__ = 'Lindsey Smith (lindsey@allthingsrss.com)'
+__author__ = 'W. Trevor King'
 __copyright__ = '(C) 2004 Aaron Swartz. GNU GPL 2 or 3.'
 __contributors__ = [
     'Dean Jackson',
@@ -14,7 +14,7 @@ __contributors__ = [
     'Matej Cepl',
     "Martin 'Joey' Schulze",
     'Marcel Ackermann (http://www.DreamFlasher.de)',
-    'Lindsey Smith (maintainer)',
+    'Lindsey Smith (lindsey@allthingsrss.com)',
     'Erik Hetzner',
     'W. Trevor King',
     'Aaron Swartz (original author)',
index 92aefe4abb0f6fef9d07dbdcf15584a9d9ade2a4..f0100690049aacba5759f4959beb32c950fd58b3 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -12,9 +12,9 @@ _this_dir = _os_path.dirname(__file__)
 setup(
     name='rss2email',
     version=__version__,
-    maintainer='Lindsey Smith',
-    maintainer_email='lindsey@allthingsrss.com',
-    url='http://rss2email.infogami.com',
+    maintainer='W. Trevor King',
+    maintainer_email='wking@tremily.us',
+    url='http://pypi.python.org/pypi/rss2email/',
     download_url='http://git.tremily.us/?p=rss2email.git;a=snapshot;h=v{};sf=tgz'.format( __version__),
     license='GNU General Public License (GPL)',
     platforms=['all'],