guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: lxqt: Correct home page.


From: guix-commits
Subject: branch master updated: gnu: lxqt: Correct home page.
Date: Tue, 28 Jan 2020 09:44:58 -0500

This is an automated email from the git hooks/post-receive script.

dannym pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 87146f3  gnu: lxqt: Correct home page.
87146f3 is described below

commit 87146f31167953fb3d3c9eb69d70baa0c42aa6e1
Author: Jonathan Brielmaier <address@hidden>
AuthorDate: Tue Jan 28 15:41:09 2020 +0100

    gnu: lxqt: Correct home page.
    
    * gnu/packages/lxqt.scm (lxqt)[home-page]: It's lxqt not lxde.
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 gnu/packages/lxqt.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index b23d2e1..12c92e5 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -1386,5 +1386,5 @@ desktop.")
        ("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+)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]