gnu: swayidle: Fix home page.
* gnu/packages/wm.scm (swayidle)[home-page]: Use the correct home-page. Signed-off-by: Leo Famulari <leo@famulari.name>master
parent
eb5146816b
commit
8380b16a8a
|
@ -1509,7 +1509,7 @@ modules for building a Wayland compositor.")
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)
|
(native-inputs `(("pkg-config" ,pkg-config)
|
||||||
("scdoc" ,scdoc)
|
("scdoc" ,scdoc)
|
||||||
("wayland-protocols" ,wayland-protocols)))
|
("wayland-protocols" ,wayland-protocols)))
|
||||||
(home-page "https://github.com/swaywm/sway")
|
(home-page "https://github.com/swaywm/swayidle")
|
||||||
(synopsis "Idle management daemon for Wayland compositors")
|
(synopsis "Idle management daemon for Wayland compositors")
|
||||||
(description "Swayidle is a idle management daemon for Wayland compositors.")
|
(description "Swayidle is a idle management daemon for Wayland compositors.")
|
||||||
(license license:expat))) ; MIT license
|
(license license:expat))) ; MIT license
|
||||||
|
|
Reference in New Issue