guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: marble-qt: Fix Git source URL.


From: guix-commits
Subject: 02/03: gnu: marble-qt: Fix Git source URL.
Date: Sun, 25 Jul 2021 14:17:09 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 199f9e91708884ccf16e6e5448102820f18b11f6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 25 19:49:12 2021 +0200

    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(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 5419f27..ebcce5d 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]