From: Jacob Bachmeyer Date: Wed, 16 Nov 2022 00:45:45 +0000 (-0600) Subject: Tidy configured email address X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=fa28d0790f8675c99c8ddf637e04d3cb94e8f466;p=gatekeeper.git Tidy configured email address --- diff --git a/gatekeeper.pl b/gatekeeper.pl index ffa5ece..25b9269 100755 --- a/gatekeeper.pl +++ b/gatekeeper.pl @@ -310,7 +310,7 @@ my $maintainers_bypkg = "/home/gatekpr/etc/maintainers.bypkg"; # E-mail addresses { # - public archive of successful upload reports and some errors - our $Public_Upload_Archive_Inbox = "ftp-upload-report\@gnu.org"; + our $Public_Upload_Archive_Inbox = 'ftp-upload-report@gnu.org'; # - unmoderated collector of other errors and copies of some reports our $Internal_Report_Inbox = 'ftp-upload-script@gnu.org'; }