From: Thomas Roessler Date: Tue, 17 Dec 2002 12:35:00 +0000 (+0000) Subject: Adding Michael's address to the changelog generator. X-Git-Tag: mutt-1-5-4-rel~144 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c8d7058a7780ee081238ee99b75916044649e011;p=mutt Adding Michael's address to the changelog generator. --- diff --git a/cvslog2changelog.pl b/cvslog2changelog.pl index 972e1ff5..88e94e86 100644 --- a/cvslog2changelog.pl +++ b/cvslog2changelog.pl @@ -2,7 +2,8 @@ # use Data::Dumper; -%Authors = (roessler => 'Thomas Roessler '); +%Authors = (roessler => 'Thomas Roessler ', + me => 'Michael Elkins '); @Changes = (); $change = {};