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:
Jonathan Brielmaier 2020-01-28 15:41:09 +01:00 committed by Danny Milosavljevic
parent d823fd96b5
commit 87146f3116
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -1386,5 +1386,5 @@ (define-public lxqt
("qterminal" ,qterminal)))
(synopsis "The 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+)))