INFRA 2820 - Update mailchimp sign up url

Change-Id: If047de48c987ac297fb7daccb675a869f76202eb
Signed-off-by: Christopher Guindon <chris.guindon@eclipse-foundation.org>
diff --git a/process.php b/process.php
index b517bb8..7059dd1 100644
--- a/process.php
+++ b/process.php
@@ -40,7 +40,7 @@
     $query = array();
     $query['EMAIL'] = filter_var($App->getHTTPParameter('email'), FILTER_SANITIZE_EMAIL);
     $query_string = http_build_query($query);
-    $url = 'https://eclipsecon.us6.list-manage.com/subscribe/post?u=eaf9e1f06f194eadc66788a85&amp;id=46e57eacf1&' . $query_string;
+    $url = 'https://eclipsefdn.us6.list-manage.com/subscribe/post?u=eaf9e1f06f194eadc66788a85&amp;id=46e57eacf1&' . $query_string;
     header('Location: ' . $url, TRUE, 302);
     break;