From: W. Trevor King Date: Fri, 9 Nov 2012 12:46:17 +0000 (-0500) Subject: Change maintainer from Lindsey to Trevor. X-Git-Tag: v3.0~72^2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6460e8738b5e7c66df6c2143e8a29c048cf308bd;p=rss2email.git Change maintainer from Lindsey to Trevor. 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. --- diff --git a/rss2email.py b/rss2email.py index 8f8f5d6..b1e3f64 100755 --- a/rss2email.py +++ b/rss2email.py @@ -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)', diff --git a/setup.py b/setup.py index 92aefe4..f010069 100644 --- 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'],