diff --git a/composer.json b/composer.json index ad4ecd1c6f..16396f843c 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "authors": [ { "name": "The phpMyAdmin Team", - "email": "phpmyadmin-devel@lists.sourceforge.net", + "email": "developers@phpmyadmin.net", "homepage": "https://www.phpmyadmin.net/team/" } ], diff --git a/scripts/create-release.sh b/scripts/create-release.sh index d2626ba218..59d3f43e20 100755 --- a/scripts/create-release.sh +++ b/scripts/create-release.sh @@ -294,8 +294,8 @@ Todo now: ./scripts/upload-release $version release 4. add a news item to our website; a good idea is to include a link to the release notes such as https://www.phpmyadmin.net/files/4.4.10/ 5. send a short mail (with list of major changes) to - phpmyadmin-devel@lists.sourceforge.net - phpmyadmin-news@lists.sourceforge.net + developers@phpmyadmin.net + news@phpmyadmin.net Don't forget to update the Description section in the announcement, based on documentation. diff --git a/scripts/update-po b/scripts/update-po index b2646e301e..dbc229efca 100755 --- a/scripts/update-po +++ b/scripts/update-po @@ -9,7 +9,7 @@ set -e LOCS=`ls po/*.po | sed 's@.*/\(.*\)\.po@\1@'` xgettext \ -d phpmyadmin \ - --msgid-bugs-address=phpmyadmin-devel@lists.sourceforge.net \ + --msgid-bugs-address=developers@phpmyadmin.net \ -o po/phpmyadmin.pot \ --language=PHP \ --add-comments=l10n \