diff --git a/plinth/modules/gitweb/manifest.py b/plinth/modules/gitweb/manifest.py index f62b1d4a4..c5a1ffc34 100644 --- a/plinth/modules/gitweb/manifest.py +++ b/plinth/modules/gitweb/manifest.py @@ -45,7 +45,7 @@ clients = validate([ }, { 'type': 'download', 'os': 'windows', - 'url': 'https://git-scm.com/download/mac' + 'url': 'https://git-scm.com/download/windows' }] }, ])