web/html/projects/cluster index.php,1.3,1.4

Chris Feist (cfeist) fedora-extras-commits at redhat.com
Fri Oct 14 16:00:16 UTC 2005


Author: cfeist

Update of /cvs/fedora/web/html/projects/cluster
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14094

Modified Files:
	index.php 
Log Message:
Added project Maintainers.


Index: index.php
===================================================================
RCS file: /cvs/fedora/web/html/projects/cluster/index.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- index.php	13 Oct 2005 22:54:23 -0000	1.3
+++ index.php	14 Oct 2005 16:00:14 -0000	1.4
@@ -63,10 +63,15 @@
 /* Contacts */
 /* Format: "Full Name", "email at hostname", "Title"
  * Note: Title is optional. If omitted, then your title is "Maintainer" */
-//$project->addMaintainer("Jon Brassow","brassow at redhat.com");
+$project->addMaintainer("Jon Brassow","brassow at redhat.com");
+$project->addMaintainer("Patrick Caulfield","pcaulfie at redhat.com");
 $project->addMaintainer("Chris Feist","cfeist at redhat.com");
-//$project->addMaintainer("Ben Marzinski","bmarzinski at redhat.com");
-//$project->addMaintainer("Dave Teigland","dteigland at redhat.com");
+$project->addMaintainer("Alasdair Kergon","agk at redhat.com");
+$project->addMaintainer("Ben Marzinski","bmarzinski at redhat.com");
+$project->addMaintainer("Heinz Mauelshagen","heinzm at redhat.com");
+$project->addMaintainer("Dave Teigland","dteigland at redhat.com");
+$project->addMaintainer("Wendy Cheng","wcheng at redhat.com");
+
 
 /* Screenshots */
 /* Format: "Basefilename.ext", "Short image description"




More information about the fedora-extras-commits mailing list