diff options
author | Andreas Enge <andreas@enge.fr> | 2015-10-03 22:49:12 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2015-10-03 22:49:12 +0200 |
commit | f8822418f1d93e73c3b1431d0d4d1b1f2ea5c213 (patch) | |
tree | d132626126075ed13cb680696e186a88a5d34179 /gnu | |
parent | 250ffe4de1186faab65b8eb35d85ec6a2ca0c099 (diff) | |
download | guix-f8822418f1d93e73c3b1431d0d4d1b1f2ea5c213.tar guix-f8822418f1d93e73c3b1431d0d4d1b1f2ea5c213.tar.gz |
gnu: libqtxdg: Fix download location.
* gnu/packages/lxqt.scm (libqtxdg)[source]: Fix download location.
Diffstat (limited to 'gnu')
-rw-r--r-- | 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 5e90cf81ee..d840ff0098 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")))) |