summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2014-06-25 21:57:18 +0200
committerLukas Fleischer <archlinux@cryptocrack.de>2014-06-25 21:57:34 +0200
commitad3f4d03bd9052071f01437b3f85e8f4355a2d77 (patch)
treeb9596264b531b1de1ea266a12d604440c0447c9e /web
parent278e6be4eb0de0239196b94dce20822dbb91a2b5 (diff)
downloadaurweb-ad3f4d03bd9052071f01437b3f85e8f4355a2d77.tar.xz
Default to aur-requests for request notifications
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web')
-rw-r--r--web/lib/config.inc.php.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lib/config.inc.php.proto b/web/lib/config.inc.php.proto
index a9137f1..cb71fa5 100644
--- a/web/lib/config.inc.php.proto
+++ b/web/lib/config.inc.php.proto
@@ -61,7 +61,7 @@ $USE_VIRTUAL_URLS = true;
$MAX_RPC_RESULTS = 5000;
# Mailing list to send package request notifications to.
-$AUR_REQUEST_ML = "aur-general@archlinux.org";
+$AUR_REQUEST_ML = "aur-requests@archlinux.org";
# Time to wait until a package request is due.
$REQUEST_IDLE_TIME = 60 * 60 * 24 * 14;