email: clients: Make Thunderbird URLs language independent

The site will then redirect to a language specific URL.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2022-02-20 03:06:31 -08:00 committed by James Valleroy
parent a5a3500630
commit e52aae3acd
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -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/'
}]
},
{