diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-02-01 00:28:26 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-02-01 00:28:26 +0100 |
commit | 4b297ebc0e8bb1b35490ef536fd7a9512c3dff1e (patch) | |
tree | 785ec598d0559ca4ebf3360bb8bf0193933ee301 /gnu/packages/wm.scm | |
parent | cd645d9cdda8389d40a8e30a699085199b5cd5cc (diff) | |
download | guix-4b297ebc0e8bb1b35490ef536fd7a9512c3dff1e.tar.gz |
gnu: i3-wm: Add 'upstream-name' and 'release-monitoring-url'.
* gnu/packages/wm.scm (i3-wm)[properties]: New field.
Diffstat (limited to 'gnu/packages/wm.scm')
-rw-r--r-- | gnu/packages/wm.scm | 3 |
1 files changed, 3 insertions, 0 deletions
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 |