guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: kdenlive: Change source URL to follow permanent redirection.


From: guix-commits
Subject: 04/04: gnu: kdenlive: Change source URL to follow permanent redirection.
Date: Mon, 14 Sep 2020 17:06:41 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 8ba70a6ad306bdef3f03221f7883fb36abe595ab
Author: Prafulla Giri <pratheblackdiamond@gmail.com>
AuthorDate: Wed Sep 9 14:55:22 2020 +0545

    gnu: kdenlive: Change source URL to follow permanent redirection.
    
    * gnu/packages/kde.scm (kdenlive)[source]: Change url to follow
    permanent redirection.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/kde.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index b22c3f0..75e7f39 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -142,7 +142,7 @@ This package contains GUI widgets for baloo.")
        (origin
          (method git-fetch)
          (uri (git-reference
-               (url "https://anongit.kde.org/kdenlive.git";)
+               (url "https://invent.kde.org/multimedia/kdenlive";)
                (commit (string-append "v" version))))
          (file-name (string-append name "-" version "-checkout"))
          (sha256



reply via email to

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