Use the full 'www...' address for PolarSys.
diff --git a/commits/mailinglists.php b/commits/mailinglists.php
index 82500ea..272ce03 100644
--- a/commits/mailinglists.php
+++ b/commits/mailinglists.php
@@ -13,7 +13,7 @@
 
 captureMailingLists('eclipse.org', 'https://dev.eclipse.org/mailman/listinfo');
 captureMailingLists('locationtech.org', 'https://www.locationtech.org/mailman/listinfo');
-captureMailingLists('polarsys.org', 'https://polarsys.org/mailman/listinfo');
+captureMailingLists('polarsys.org', 'https://www.polarsys.org/mailman/listinfo');
 
 function captureMailingLists($domain, $url) {
 	createMailingListsTable();