guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: swayidle: Fix home page.


From: guix-commits
Subject: branch master updated: gnu: swayidle: Fix home page.
Date: Sat, 24 Apr 2021 16:46:13 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8380b16  gnu: swayidle: Fix home page.
8380b16 is described below

commit 8380b16a8a63eb1ed01cf9db1677e93aac8f3ae8
Author: Alexandr Vityazev <avityazev@posteo.org>
AuthorDate: Sat Apr 24 20:29:57 2021 +0000

    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>
---
 gnu/packages/wm.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 41cd370..dc32832 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1509,7 +1509,7 @@ modules for building a Wayland compositor.")
     (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]