projects
/
rss2email.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00e2eec
)
Fix ___contributors__ -> __contributors__.
author
W. Trevor King
<wking@tremily.us>
Thu, 4 Oct 2012 23:00:50 +0000
(19:00 -0400)
committer
W. Trevor King
<wking@tremily.us>
Thu, 4 Oct 2012 23:00:50 +0000
(19:00 -0400)
rss2email.py
patch
|
blob
|
history
diff --git
a/rss2email.py
b/rss2email.py
index a6bc659a09ab75e5fa505c99a19af03c1efbf599..85d30d84698821f9e47a00d84cba877a90821cbd 100755
(executable)
--- a/
rss2email.py
+++ b/
rss2email.py
@@
-8,7
+8,7
@@
__version__ = '2.71'
__url__ = 'http://rss2email.infogami.com'
__author__ = 'Lindsey Smith (lindsey@allthingsrss.com)'
__copyright__ = '(C) 2004 Aaron Swartz. GNU GPL 2 or 3.'
-__
_
contributors__ = [
+__contributors__ = [
'Dean Jackson',
'Brian Lalor',
'Joey Hess',