From 08b90f683074af97c08659ff6fbccdd69e5580d7 Mon Sep 17 00:00:00 2001 From: Veiko Aasa Date: Sun, 20 Oct 2019 16:15:17 +0000 Subject: [PATCH] gitweb: fix Windows Git client download link in manifest Closes #1664 Signed-off-by: Veiko Aasa Reviewed-by: Sunil Mohan Adapa --- plinth/modules/gitweb/manifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }] }, ])