Change my email address to point to my current address rather than my now defunct...
authorChris Gianelloni <wolf31o2@wolf31o2.org>
Thu, 3 Sep 2009 23:11:42 +0000 (16:11 -0700)
committerChris Gianelloni <wolf31o2@wolf31o2.org>
Thu, 3 Sep 2009 23:11:42 +0000 (16:11 -0700)
ChangeLog
catalyst

index c6bd7b551206e06e5633c9d3411a907d7fadb56e..61090d0c16ca0970388ea357492d020fd78b9aa2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@
 # Distributed under the GPL v2
 # $Id$
 
+  03 Sep 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> catalyst:
+  Change my email address to point to my current address rather than my now
+  defunct Gentoo address.
+
   03 Sep 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> AUTHORS,
   +.gitattributes, README, TODO, catalyst:
   Adding .gitattributes and adding an Id variable to AUTHORS, ChangeLog,
index 33a317025caca51e0b9d1a1ef8803d4d5a8c60f5..fddb4f1c7f2bb7aea2e8c1862509de5a565e5763 100755 (executable)
--- a/catalyst
+++ b/catalyst
@@ -2,7 +2,7 @@
 
 # Maintained in full by:
 # Andrew Gaffney <agaffney@gentoo.org>
-# Chris Gianelloni <wolf31o2@gentoo.org>
+# Chris Gianelloni <wolf31o2@wolf31o2.org>
 # $Id$
 
 import os, sys, getopt
@@ -17,7 +17,7 @@ from catalyst.output import *
 from catalyst.error import *
 from catalyst.hash import hash_map
 
-__maintainer__="Chris Gianelloni <wolf31o2@gentoo.org>"
+__maintainer__="Chris Gianelloni <wolf31o2@wolf31o2.org>"
 __version__="2.99"
 
 conf_values = {}