mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +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':
|
'name':
|
||||||
_('Git'),
|
_('Git'),
|
||||||
'platforms': [
|
'platforms': [{
|
||||||
{
|
'type': 'download',
|
||||||
'type': 'download',
|
'os': 'gnu-linux',
|
||||||
'os': 'gnu-linux',
|
'url': 'https://git-scm.com/download/linux'
|
||||||
'url': 'https://git-scm.com/download/linux'
|
}, {
|
||||||
},
|
'type': 'download',
|
||||||
{
|
'os': 'macos',
|
||||||
'type': 'download',
|
'url': 'https://git-scm.com/download/mac'
|
||||||
'os': 'macos',
|
}, {
|
||||||
'url': 'https://git-scm.com/download/mac'
|
'type': 'download',
|
||||||
},
|
'os': 'windows',
|
||||||
{
|
'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