gnu: liblxqt: Fix download location.
* gnu/packages/lxqt.scm (liblxqt)[source]: Fix download location. [description]: Fix typo.
This commit is contained in:
parent
54033a4db6
commit
250ffe4de1
|
@ -63,8 +63,8 @@ in Qt.")
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
(string-append "https://github.com/lxde/" name "/releases/download/"
|
(string-append "http://downloads.lxqt.org/lxqt/" version "/"
|
||||||
version "/" name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ljdzqavvy82qwwwnhg2bgbshl2ns0k2lcswxlx1cfc8rcdr9w5l"))
|
"0ljdzqavvy82qwwwnhg2bgbshl2ns0k2lcswxlx1cfc8rcdr9w5l"))
|
||||||
|
@ -79,7 +79,7 @@ in Qt.")
|
||||||
(home-page "http://lxqt.org/")
|
(home-page "http://lxqt.org/")
|
||||||
(synopsis "Core utility library for all LXQt components")
|
(synopsis "Core utility library for all LXQt components")
|
||||||
(description "liblxqt provides the basic libraries shared by the
|
(description "liblxqt provides the basic libraries shared by the
|
||||||
components of the LxQt desktop environment.")
|
components of the LXQt desktop environment.")
|
||||||
(license lgpl2.1+)))
|
(license lgpl2.1+)))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue