summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xMakefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 33b25a9..a1f3344 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -8,6 +8,6 @@ WriteMakefile(
NAME => 'MDK::Common',
VERSION_FROM => 'lib/MDK/Common.pm',
ABSTRACT_FROM => 'lib/MDK/Common.pm',
- AUTHOR => 'Pixel <pixel@mandriva.com>',
+ AUTHOR => 'Thierry Vignaud <thierry.vignaud@gmail.com>',
dist => { COMPRESS => "xz -f" },
);