Tidy configured email address
authorJacob Bachmeyer <jcb@gnu.org>
Wed, 16 Nov 2022 00:45:45 +0000 (18:45 -0600)
committerJacob Bachmeyer <jcb@gnu.org>
Wed, 16 Nov 2022 00:45:45 +0000 (18:45 -0600)
gatekeeper.pl

index ffa5ece3cc62c16339cbb07ff94ecb8ffe0f343d..25b9269860534fcbc1617dc8c2f24f75cd02c454 100755 (executable)
@@ -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';
 }