diff --git a/plinth/modules/email/manifest.py b/plinth/modules/email/manifest.py index 6d387771d..d46f8fbca 100644 --- a/plinth/modules/email/manifest.py +++ b/plinth/modules/email/manifest.py @@ -21,15 +21,15 @@ clients = [ 'platforms': [{ 'type': 'download', 'os': 'gnu-linux', - 'url': 'https://www.thunderbird.net/en-US/' + 'url': 'https://www.thunderbird.net/' }, { 'type': 'download', 'os': 'macos', - 'url': 'https://www.thunderbird.net/en-US/' + 'url': 'https://www.thunderbird.net/' }, { 'type': 'download', 'os': 'windows', - 'url': 'https://www.thunderbird.net/en-US/' + 'url': 'https://www.thunderbird.net/' }] }, {