mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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>
This commit is contained in:
parent
eb5146816b
commit
8380b16a8a
1 changed files with 1 additions and 1 deletions
|
@ -1509,7 +1509,7 @@ (define-public swayidle
|
|||
(native-inputs `(("pkg-config" ,pkg-config)
|
||||
("scdoc" ,scdoc)
|
||||
("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")
|
||||
(description "Swayidle is a idle management daemon for Wayland compositors.")
|
||||
(license license:expat))) ; MIT license
|
||||
|
|
Loading…
Reference in a new issue