gitweb: fix Windows Git client download link in manifest

Closes #1664

Signed-off-by: Veiko Aasa <veiko17@disroot.org>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Veiko Aasa 2019-10-20 16:15:17 +00:00 committed by Sunil Mohan Adapa
parent a17749ce3e
commit 08b90f6830
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -45,7 +45,7 @@ clients = validate([
}, {
'type': 'download',
'os': 'windows',
'url': 'https://git-scm.com/download/mac'
'url': 'https://git-scm.com/download/windows'
}]
},
])