mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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.
This commit is contained in:
parent
5079aa2afd
commit
199f9e9170
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue