guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: i3-wm: Add 'upstream-name' and 'release-monitoring-url'.


From: guix-commits
Subject: 06/06: gnu: i3-wm: Add 'upstream-name' and 'release-monitoring-url'.
Date: Mon, 31 Jan 2022 18:39:01 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 4b297ebc0e8bb1b35490ef536fd7a9512c3dff1e
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Feb 1 00:28:26 2022 +0100

    gnu: i3-wm: Add 'upstream-name' and 'release-monitoring-url'.
    
    * gnu/packages/wm.scm (i3-wm)[properties]: New field.
---
 gnu/packages/wm.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index c05003a70e..93040895bf 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -350,6 +350,9 @@ resized.
 
 i3 uses a plain-text configuration file, and can be extended and controlled 
from
 many programming languages.")
+    (properties
+     `((upstream-name . "i3")
+       (release-monitoring-url . "https://i3wm.org/downloads";)))
     (license license:bsd-3)))
 
 (define-public i3-gaps



reply via email to

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