gnu: i3-wm: Add 'upstream-name' and 'release-monitoring-url'.
* gnu/packages/wm.scm (i3-wm)[properties]: New field.
This commit is contained in:
parent
cd645d9cdd
commit
4b297ebc0e
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Reference in a new issue