From c29b43a3b1dae0afffa1dafb93c839d1e16c5154 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 24 Jul 2015 16:23:49 +0200 Subject: [PATCH] Move mailing lists to own server MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- composer.json | 2 +- scripts/create-release.sh | 4 ++-- scripts/update-po | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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 \