SF.net SVN: gar:[23543] csw/mgar/gar/v2/lib/python/activity.py
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Sun May 4 10:27:52 CEST 2014
Revision: 23543
http://sourceforge.net/p/gar/code/23543
Author: wahwah
Date: 2014-05-04 08:27:46 +0000 (Sun, 04 May 2014)
Log Message:
-----------
Maintainer activity: add usernames to whitelist
Modified Paths:
--------------
csw/mgar/gar/v2/lib/python/activity.py
Modified: csw/mgar/gar/v2/lib/python/activity.py
===================================================================
--- csw/mgar/gar/v2/lib/python/activity.py 2014-05-03 22:30:33 UTC (rev 23542)
+++ csw/mgar/gar/v2/lib/python/activity.py 2014-05-04 08:27:46 UTC (rev 23543)
@@ -26,9 +26,12 @@
MAINTAINER_WHITELIST = set([
# People who haven't released packages in a long time, but are otherwise
# active.
- 'claudio',
- 'rmottola',
- 'wbonnet',
+ 'claudio', # actively works on perl as of 2014-04
+ 'daniel', # answers, email, is on standby, plans to build reSIProcate
+ 'jcraig', # wants to keep active status
+ 'rmottola', # answers email, works on GNUstep
+ 'trygvis', # answers email
+ 'wbonnet', # answers email
])
def RevDeps(pkgs):
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list