]> WPIA git - gigi.git/commitdiff
Merge "fix: add .mailmap to fix commit information"
authorBenny Baumann <BenBE1987@gmx.net>
Mon, 13 Mar 2017 19:18:13 +0000 (20:18 +0100)
committerGerrit Code Review <gigi-system@dogcraft.de>
Mon, 13 Mar 2017 19:18:13 +0000 (20:18 +0100)
util/club/wpia/gigi/util/FetchLocales.java

index 8cd55e4962256db2f3d72899ffa2b5aaeeb2fbfa..7c43228b16b7f2361ce615ab62d70880525cd5b5 100644 (file)
@@ -28,7 +28,7 @@ import org.w3c.dom.Node;
 
 public class FetchLocales {
 
-    public static final String DOWNLOAD_SERVER = "pootle.cacert1.dogcraft.de";
+    public static final String DOWNLOAD_SERVER = "pootle.wpia.club";
 
     public static String PO_URL_TEMPLATE = "https://" + DOWNLOAD_SERVER + "/%/gigi/messages.po";