guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: libqtxdg: Fix download location.


From: Andreas Enge
Subject: 02/02: gnu: libqtxdg: Fix download location.
Date: Sat, 03 Oct 2015 20:49:40 +0000

andreas pushed a commit to branch master
in repository guix.

commit f8822418f1d93e73c3b1431d0d4d1b1f2ea5c213
Author: Andreas Enge <address@hidden>
Date:   Sat Oct 3 22:49:12 2015 +0200

    gnu: libqtxdg: Fix download location.
    
    * gnu/packages/lxqt.scm (libqtxdg)[source]: Fix download location.
---
 gnu/packages/lxqt.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index 5e90cf8..d840ff0 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -36,8 +36,8 @@
      (origin
        (method url-fetch)
        (uri
-         (string-append "https://github.com/lxde/"; name "/releases/download/"
-                        version "/" name "-" version ".tar.xz"))
+         (string-append "http://downloads.lxqt.org/libqtxdg/"; version "/"
+                        name "-" version ".tar.xz"))
        (sha256
         (base32
          "1ncqs0lcll5nx69hxfg33m3jfkryjqrjhr2kdci0b8pyaqdv1jc8"))))



reply via email to

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