gnu: network-manager-applet: Appease guix lint.

* gnu/packages/gnome.scm (network-manager-applet)[home-page]: Replace
with permanent redirect URL.
This commit is contained in:
Brice Waegeneire 2020-05-11 19:53:11 +02:00
parent 4c29111232
commit 8ce7860906
No known key found for this signature in database
GPG key ID: A94903A166A18FAE

View file

@ -6735,7 +6735,7 @@ (define-public network-manager-applet
("jansson" ,jansson) ; for team support
("modem-manager" ,modem-manager)))
(synopsis "Applet for managing network connections")
(home-page "https://www.gnome.org/projects/NetworkManager/")
(home-page "https://wiki.gnome.org/Projects/NetworkManager")
(description
"This package contains a systray applet for NetworkManager. It displays
the available networks and allows users to easily switch between them.")