From: Chris Gianelloni Date: Thu, 3 Sep 2009 23:11:42 +0000 (-0700) Subject: Change my email address to point to my current address rather than my now defunct... X-Git-Tag: CATALYST-2.0.10~3^2~121 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d9178d3dc7e6473b2df15276b0be8b9cafcab8a3;p=catalyst.git Change my email address to point to my current address rather than my now defunct Gentoo address. --- diff --git a/ChangeLog b/ChangeLog index c6bd7b55..61090d0c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,10 @@ # Distributed under the GPL v2 # $Id$ + 03 Sep 2009; Chris Gianelloni catalyst: + Change my email address to point to my current address rather than my now + defunct Gentoo address. + 03 Sep 2009; Chris Gianelloni AUTHORS, +.gitattributes, README, TODO, catalyst: Adding .gitattributes and adding an Id variable to AUTHORS, ChangeLog, diff --git a/catalyst b/catalyst index 33a31702..fddb4f1c 100755 --- a/catalyst +++ b/catalyst @@ -2,7 +2,7 @@ # Maintained in full by: # Andrew Gaffney -# Chris Gianelloni +# Chris Gianelloni # $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 " +__maintainer__="Chris Gianelloni " __version__="2.99" conf_values = {}