summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-05-15 15:39:09 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-05-15 15:39:09 -0700
commitf59880b2c8cc6aa1c019f0884f92cf6d0d607c0d (patch)
tree77a37882f2614b3e2e9b7cbd4340471e7308a3fe /lib
parentb6c97a16a4f2c1fb2b7acc919c6890cd88fa645d (diff)
update Maintainer field
Diffstat (limited to 'lib')
-rw-r--r--lib/DhMakeELPA/Command/Packaging.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/DhMakeELPA/Command/Packaging.pm b/lib/DhMakeELPA/Command/Packaging.pm
index cc4dd42..152e80d 100644
--- a/lib/DhMakeELPA/Command/Packaging.pm
+++ b/lib/DhMakeELPA/Command/Packaging.pm
@@ -145,7 +145,7 @@ sub fill_maintainer {
if ( $self->cfg->pkg_emacsen ) {
my $pkg_emacsen_maint
- = "Debian Emacs addons team <pkg-emacsen-addons\@lists.alioth.debian.org>";
+ = "Debian Emacsen team <debian-emacsen\@lists.debian.org>";
unless ( ( $src->Maintainer // '' ) eq $pkg_emacsen_maint ) {
my $old_maint = $src->Maintainer;
$src->Maintainer($pkg_emacsen_maint);