mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: lxqt: Correct home page.
* gnu/packages/lxqt.scm (lxqt)[home-page]: It's lxqt not lxde. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
d823fd96b5
commit
87146f3116
1 changed files with 1 additions and 1 deletions
|
@ -1386,5 +1386,5 @@ (define-public lxqt
|
||||||
("qterminal" ,qterminal)))
|
("qterminal" ,qterminal)))
|
||||||
(synopsis "The Lightweight Qt Desktop Environment")
|
(synopsis "The Lightweight Qt Desktop Environment")
|
||||||
(description "LXQt is a lightweight Qt desktop environment.")
|
(description "LXQt is a lightweight Qt desktop environment.")
|
||||||
(home-page "https://lxde.org")
|
(home-page "https://lxqt.org/")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
Loading…
Reference in a new issue