[PATCH] gnu: lxqt: Correct home page.

  • Done
  • quality assurance status badge
Details
2 participants
  • Danny Milosavljevic
  • jonathan.brielmaier
Owner
unassigned
Submitted by
jonathan.brielmaier
Severity
normal

Debbugs page

jonathan.brielmaier wrote 5 years ago
(address . guix-patches@gnu.org)(name . Jonathan Brielmaier)(address . jonathan.brielmaier@web.de)
20200128144109.7843-1-jonathan.brielmaier@web.de
From: Jonathan Brielmaier <jonathan.brielmaier@web.de>

* gnu/packages/lxqt.scm (lxqt)[home-page]: It's lxqt not lxde.
---
gnu/packages/lxqt.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (11 lines)
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index b23d2e17dc..12c92e52d1 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+)))
--
2.25.0
Danny Milosavljevic wrote 5 years ago
(address . jonathan.brielmaier@web.de)(address . 39327-done@debbugs.gnu.org)
20200128154518.2dcf1dd2@scratchpost.org
Thanks for the patch!

Pushed to guix master as commit 87146f31167953fb3d3c9eb69d70baa0c42aa6e1.
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAl4wSP4ACgkQ5xo1VCww
uqXAPwgAn2javSy2AC92tLrsapTYB16NrE7Ih/bsKv67/baVVb6ih7sTLSOVO0UG
Yn+bMhqQy+6vQBx9YHbcX55ogGg4Ujm86d/348emNyiptGzBtb2FtzTVakHS1vxF
Oz5lV15dnM4nJvfXZU6cplvZ7e7ovOWrhGSYEmZWLjI09XnYindfLDjoob08wMhM
nj6nL+HBjdz3TZDV94g2EWldqxTf5TmFmCq+TBu+N+22Krm7KiwfLOGVTixufcjy
4yV+topsp9JLk2v9N9PIBPC30YZmPYBTeDVcHZtmhyx/2vcBjh9AwOOXyt4j6NQJ
Oy1H4e3WPdFu7f8eYAwxmyt2QnvgKQ==
=GQRQ
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 39327@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 39327
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help