[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: swaylock: Fix home-page.
From: |
guix-commits |
Subject: |
branch master updated: gnu: swaylock: Fix home-page. |
Date: |
Fri, 12 Jan 2024 17:57:53 -0500 |
This is an automated email from the git hooks/post-receive script.
sharlatan pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 3619dd7d05 gnu: swaylock: Fix home-page.
3619dd7d05 is described below
commit 3619dd7d059d1141acf39872f57e55b458dc8257
Author: Josselin Poiret <dev@jpoiret.xyz>
AuthorDate: Tue Dec 26 17:29:31 2023 +0100
gnu: swaylock: Fix home-page.
* gnu/packages/wm.scm (swaylock): Fix home-page.
Change-Id: I0e8c08bfb5d8b32a24659d15e796c8a30a718a56
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
gnu/packages/wm.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index bd7589b2a6..959928d8e2 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -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 @@ corners, shadows, inactive window dimming, etc.")
(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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: swaylock: Fix home-page.,
guix-commits <=