mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
gitweb: Fix flake8 error
Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
3001099cda
commit
91da0996a4
@ -34,23 +34,19 @@ clients = validate([
|
||||
{
|
||||
'name':
|
||||
_('Git'),
|
||||
'platforms': [
|
||||
{
|
||||
'type': 'download',
|
||||
'os': 'gnu-linux',
|
||||
'url': 'https://git-scm.com/download/linux'
|
||||
},
|
||||
{
|
||||
'type': 'download',
|
||||
'os': 'macos',
|
||||
'url': 'https://git-scm.com/download/mac'
|
||||
},
|
||||
{
|
||||
'type': 'download',
|
||||
'os': 'windows',
|
||||
'url': 'https://git-scm.com/download/mac'
|
||||
},
|
||||
]
|
||||
'platforms': [{
|
||||
'type': 'download',
|
||||
'os': 'gnu-linux',
|
||||
'url': 'https://git-scm.com/download/linux'
|
||||
}, {
|
||||
'type': 'download',
|
||||
'os': 'macos',
|
||||
'url': 'https://git-scm.com/download/mac'
|
||||
}, {
|
||||
'type': 'download',
|
||||
'os': 'windows',
|
||||
'url': 'https://git-scm.com/download/mac'
|
||||
}]
|
||||
},
|
||||
])
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user