mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: swaylock: Fix home-page.
* gnu/packages/wm.scm (swaylock): Fix home-page. Change-Id: I0e8c08bfb5d8b32a24659d15e796c8a30a718a56 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
0edf8a2eab
commit
3619dd7d05
1 changed files with 2 additions and 1 deletions
|
@ -65,6 +65,7 @@
|
|||
;;; Copyright © 2023 Vessel Wave <vesselwave@disroot.org>
|
||||
;;; Copyright © 2023 Nicolas Graves <ngraves@ngraves.fr>
|
||||
;;; Copyright © 2023 Jaeme Sifat <jaeme@runbox.com>
|
||||
;;; Copyright © 2023 Josselin Poiret <dev@jpoiret.xyz>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -1853,7 +1854,7 @@ (define-public swaylock
|
|||
(list pkg-config-for-build wayland)
|
||||
'())
|
||||
(list pango pkg-config scdoc wayland-protocols)))
|
||||
(home-page "https://github.com/swaywm/sway")
|
||||
(home-page "https://github.com/swaywm/swaylock")
|
||||
(synopsis "Screen locking utility for Wayland compositors")
|
||||
(description "Swaylock is a screen locking utility for Wayland compositors.")
|
||||
(license license:expat))) ; MIT license
|
||||
|
|
Loading…
Reference in a new issue