gnu: util-linux: Add upstream-name property.

This allows derivative packages to check for updated source correctly.

* gnu/packages/linux.scm (util-linux)[properties]: New field.
This commit is contained in:
Efraim Flashner 2022-02-07 12:52:35 +02:00
parent 0073f44263
commit 7c3766de1b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1985,6 +1985,7 @@ providing the system administrator with some help in common tasks.")
utilities. It provides dmesg and includes tools for working with file systems,
block devices, UUIDs, TTYs, and many other tools.")
(properties '((upstream-name . "util-linux")))
;; Note that util-linux doesn't use the same license for all the
;; code. GPLv2+ is the default license for a code without an
;; explicitly defined license.