guix-commits
[Top][All Lists]
Advanced

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

05/10: gnu: libkomparediff2: Use mirror://kde scheme for source-url.


From: Hartmut Goebel
Subject: 05/10: gnu: libkomparediff2: Use mirror://kde scheme for source-url.
Date: Sun, 18 Feb 2018 13:23:49 -0500 (EST)

htgoebel pushed a commit to branch master
in repository guix.

commit 352e14d87c792a37903dd9a44b11c0a1bf06c8aa
Author: Hartmut Goebel <address@hidden>
Date:   Thu Feb 8 22:08:56 2018 +0100

    gnu: libkomparediff2: Use mirror://kde scheme for source-url.
    
    * gnu/packages/kde.scm (libkomparediff2)[source]: Use mirror://kde
      scheme.
---
 gnu/packages/kde.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index bb24bdf..f3a81d3 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -371,8 +371,8 @@ other special events for a geographical region.")
     (source
       (origin
         (method url-fetch)
-        (uri (string-append "https://github.com/KDE/libkomparediff2/archive/v";
-                            version ".tar.gz"))
+        (uri (string-append "mirror://kde/stable/applications"
+                            "/" version "/src/" name "-" version ".tar.xz"))
         (file-name (string-append name "-" version ".tar.gz"))
         (sha256
          (base32



reply via email to

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