about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-09-06 06:59:13 +0000
committerEric Wong <e@80x24.org>2015-09-06 09:13:50 +0000
commitf76f265a851944b5dedcc3be5f3b5224b6ebda89 (patch)
tree0a903f427a063c9bce39d3dd09c7084c2ad28f54 /Makefile.PL
parent09648ad68023d8f93e0b44124b959149d16f618b (diff)
downloadpublic-inbox-f76f265a851944b5dedcc3be5f3b5224b6ebda89.tar.gz
In the future, it should be possible to use this:

    git ls-files | UPDATE_COPYRIGHT_HOLDER='all contributors' \
      UPDATE_COPYRIGHT_USE_INTERVALS=2 \
      xargs /path/to/gnulib/build-aux/update-copyright
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 9b626990..5eec5ef0 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -10,7 +10,7 @@ $PM_FILES =~ tr/\n/ /;
 WriteMakefile(
         NAME => 'PublicInbox',
         VERSION => '0.0.0',
-        AUTHOR => 'Eric Wong <normalperson@yhbt.net>',
+        AUTHOR => 'Eric Wong <e@80x24.org>',
         ABSTRACT => 'public-inbox server infrastructure',
         EXE_FILES => \@EXE_FILES,
         PREREQ_PM => {