gnu: Update LXDE packages home page.

Automated via:

  $ git grep -l 'https://lxde.github.io' | \
      xargs sed 's,https://lxde.github.io,https://www.lxde.org/,' -i
This commit is contained in:
Maxim Cournoyer 2022-08-17 22:27:59 -04:00
parent 8d0e6f24ef
commit 6eccbb7a81
No known key found for this signature in database
GPG Key ID: 1260E46482E63562

View File

@ -90,7 +90,7 @@
(synopsis "File management support (core library)")
(description "LibFM provides file management functions built on top of
Glib/GIO giving a higher-level API.")
(home-page "https://lxde.github.io")
(home-page "https://www.lxde.org/")
(license license:gpl2+)))
(define-public libfm-extra
@ -121,7 +121,7 @@ libFM file management library.")))
(synopsis "LXDE GTK+ theme switcher")
(description "LXAppearance is a desktop-independent GTK+ theme switcher
able to change themes, icons, and fonts used by GTK+ applications.")
(home-page "https://lxde.github.io")
(home-page "https://www.lxde.org/")
(license license:gpl2+)))
(define-public lxrandr
@ -157,7 +157,7 @@ relies on the X11 resize-and-rotate (RandR) extension but doesn't aim to be a
full frontend of it. LXRandR only gives you some easy and quick options which
are intuitive. It's suitable for laptop users who frequently uses projectors
or external monitor.")
(home-page "https://lxde.github.io")
(home-page "https://www.lxde.org/")
(license license:gpl2+)))
(define-public lxtask
@ -181,7 +181,7 @@ or external monitor.")
(description "LXTask is a lightweight task manager derived from Xfce task
manager with all dependencies on Xfce removed. LXTask is based on the GTK+
toolkit. It allows users to monitor and control of running processes.")
(home-page "https://lxde.github.io")
(home-page "https://www.lxde.org/")
(license license:gpl2+)))
(define-public lxterminal
@ -205,7 +205,7 @@ toolkit. It allows users to monitor and control of running processes.")
multiple tabs and has only minimal dependencies thus being completely
desktop-independent. In order to reduce memory usage and increase the
performance, all instances of the terminal are sharing a single process.")
(home-page "https://lxde.github.io")
(home-page "https://www.lxde.org/")
(license license:gpl2+)))
(define-public menu-cache
@ -229,7 +229,7 @@ performance, all instances of the terminal are sharing a single process.")
(synopsis "LXDE implementation of the freedesktop menu's cache")
(description "Menu-cache is a library creating and utilizing caches to
speed up the access to freedesktop.org defined application menus.")
(home-page "https://lxde.github.io")
(home-page "https://www.lxde.org/")
(license license:lgpl2.1+)))
(define-public pcmanfm
@ -254,7 +254,7 @@ speed up the access to freedesktop.org defined application menus.")
(synopsis "LXDE file manager")
(description "PCMan is a lightweight GTK+ based file manager, compliant
with freedesktop.org standard.")
(home-page "https://lxde.github.io")
(home-page "https://www.lxde.org/")
(license license:gpl2+)))
(define-public spacefm
@ -434,7 +434,7 @@ customizable menu system, and Bash integration.")
(description
"Lxmenu-data provides files required to build freedesktop.org
menu spec-compliant desktop menus for LXDE.")
(home-page "https://lxde.github.io")
(home-page "https://www.lxde.org/")
(license license:lgpl2.1+)))
(define-public lxde-icon-theme
@ -455,7 +455,7 @@ menu spec-compliant desktop menus for LXDE.")
(synopsis "LXDE default icon theme based on nuoveXT2")
(description
"Lxde-icon-theme provides an default icon theme for LXDE.")
(home-page "https://lxde.github.io")
(home-page "https://www.lxde.org/")
(license license:lgpl3)))
(define-public lxde-common
@ -491,7 +491,7 @@ menu spec-compliant desktop menus for LXDE.")
(synopsis "Common files of the LXDE Desktop")
(description
"Lxde-common provides common files of the LXDE Desktop.")
(home-page "https://lxde.github.io")
(home-page "https://www.lxde.org/")
(license license:gpl2+)))
(define-public lxinput
@ -516,7 +516,7 @@ menu spec-compliant desktop menus for LXDE.")
(description
"Lxinput provides a small program to configure keyboard and mouse
in LXDE.")
(home-page "https://lxde.github.io")
(home-page "https://www.lxde.org/")
(license license:gpl2+)))
(define-public lxsession
@ -567,7 +567,7 @@ in LXDE.")
(synopsis "Lightweight X11 session manager")
(description
"Lxsession provides an lightweight X11 session manager.")
(home-page "https://lxde.github.io")
(home-page "https://www.lxde.org/")
(license license:gpl2+)))
(define-public lxpanel
@ -621,7 +621,7 @@ in LXDE.")
(synopsis "X11 Desktop panel for LXDE")
(description
"Lxpanel provides an X11 desktop panel for LXDE.")
(home-page "https://lxde.github.io")
(home-page "https://www.lxde.org/")
(license license:gpl2+)))
(define-public lxde
@ -660,7 +660,7 @@ user friendly and slim, while keeping the resource usage low. LXDE uses
less RAM and less CPU while being a feature rich desktop environment. Unlike
other tightly integrated desktops LXDE strives to be modular, so each
component can be used independently with few dependencies.")
(home-page "https://lxde.github.io")
(home-page "https://www.lxde.org/")
(license license:gpl2+))) ; And others.
;;; lxde.scm ends here