diff options
author | Russ Allbery <eagle@eyrie.org> | 2014-04-13 16:36:36 -0700 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2014-04-13 16:37:25 -0700 |
commit | 76ccf098c6e9c8849c8ca459a54d7383baf39ddb (patch) | |
tree | 8e955c0b86954a3db67dccd75e8cefdfd0d0b636 /perl/Makefile.PL.in | |
parent | 401bfdd941e55651f38f46b76b297968691fcaf3 (diff) |
Change my email address to eagle@eyrie.org
Change-Id: I4c2b5d7c807d6c27dd18a3b92eef66d21287d21e
Reviewed-on: https://gerrit.stanford.edu/1481
Reviewed-by: Russ Allbery <rra@stanford.edu>
Tested-by: Russ Allbery <rra@stanford.edu>
Diffstat (limited to 'perl/Makefile.PL.in')
-rw-r--r-- | perl/Makefile.PL.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Makefile.PL.in b/perl/Makefile.PL.in index 5804d9b..a3038ae 100644 --- a/perl/Makefile.PL.in +++ b/perl/Makefile.PL.in @@ -12,7 +12,7 @@ WriteMakefile( NAME => 'Wallet', VERSION => $version, ABSTRACT => 'Wallet: a secure credential management system', - AUTHOR => 'Russ Allbery (rra@stanford.edu)', + AUTHOR => 'Russ Allbery (eagle@eyrie.org)', (($prefix ne '/usr' && $prefix ne '/usr/local') ? (PREFIX => $prefix) : ()) ); |