From 199f9e91708884ccf16e6e5448102820f18b11f6 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 25 Jul 2021 19:49:12 +0200 Subject: gnu: marble-qt: Fix Git source URL. The package failed to build with: fatal: remote error: Please use the https: protocol to connect to anongit Fix the protocol & follow the subsequent HTTP redirection. * gnu/packages/geo.scm (marble-qt)[source]: Fix upstream URL. --- gnu/packages/geo.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/geo.scm') diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 5419f27d9a..ebcce5d71a 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -2435,7 +2435,7 @@ (define-public marble-qt (origin (method git-fetch) (uri (git-reference - (url "git://anongit.kde.org/marble") + (url "https://invent.kde.org/education/marble.git/") (commit commit))) (sha256 (base32 -- cgit v1.2.3