diff options
author | Arne Schwabe <arne@rfc2549.org> | 2016-04-27 16:59:47 +0300 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2016-04-28 00:42:56 +0300 |
commit | 0d158ea62d9e72fb3aaebf72cdab6c076302c53e (patch) | |
tree | 191bdb67c70892c22fb26fe34a1002d4a9d814fd /main/misc/fetchtranslations.sh | |
parent | ea7ef5b2b42261aac4f5ac334361a7580fc1f955 (diff) |
Remove paypal link (violates Play store policy)
Diffstat (limited to 'main/misc/fetchtranslations.sh')
-rwxr-xr-x | main/misc/fetchtranslations.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/misc/fetchtranslations.sh b/main/misc/fetchtranslations.sh index 4d03730a..b6589ce9 100755 --- a/main/misc/fetchtranslations.sh +++ b/main/misc/fetchtranslations.sh @@ -9,7 +9,7 @@ then fi echo "Fetch translation archive" -wget -q http://crowdin.net/download/project/ics-openvpn.zip +wget -q https://crowdin.com/download/project/ics-openvpn.zip # Chinese language require zh-CN and zh-TW |