summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2021-04-03 01:55:30 -0400
committerrsiddharth <s@ricketyspace.net>2021-04-03 01:57:24 -0400
commitc4174068cabf0d85902b2e40eb4cd039bf99486d (patch)
tree9f980a698aa86543aaee048331e0c848ab9bd645
parent52c96bb33c747cb3da49f9b49a394c7cfcb9018e (diff)
static: update 'to' address
don't forward messages to praveen and ravi's email addresses.
-rw-r--r--static/volunteer/submit/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/volunteer/submit/index.php b/static/volunteer/submit/index.php
index 47a8681..4ffb3d4 100644
--- a/static/volunteer/submit/index.php
+++ b/static/volunteer/submit/index.php
@@ -9,7 +9,7 @@
*/
function to() {
- return 'praveen@onenetbeyond.org, ravi@anche.no, ravi@fsf.org.in';
+ return 's@gnu.org.in';
}
function email_valid($e) {