diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-07-25 19:49:12 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-07-25 19:53:05 +0200 |
commit | 199f9e91708884ccf16e6e5448102820f18b11f6 (patch) | |
tree | f118ba8880a368d446ea183eea5e8cc3aad2a0c6 /gnu/packages/geo.scm | |
parent | 5079aa2afd23fa5e1f21a20e638e47770060e5ff (diff) |
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.
Diffstat (limited to 'gnu/packages/geo.scm')
-rw-r--r-- | gnu/packages/geo.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ using third-party geocoders and other data sources.") (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 |