gnu: libqtxdg: Fix download location.

* gnu/packages/lxqt.scm (libqtxdg)[source]: Fix download location.
master
Andreas Enge 2015-10-03 22:49:12 +02:00
parent 250ffe4de1
commit f8822418f1
1 changed files with 2 additions and 2 deletions

View File

@ -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"))))