gnu: darktable: Add release-monitoring-url.

* gnu/packages/photo.scm (darktable)[properties]: New field.
This commit is contained in:
Vinicius Monego 2022-01-26 10:18:25 -03:00
parent 82e49c7f47
commit 19371a4dc3
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -8,7 +8,7 @@
;;; Copyright © 2018 Leo Famulari <leo@famulari.name>
;;; Copyright © 2020 Sebastian Schott <sschott@mailbox.org>
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
;;; Copyright © 2020. 2021 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2020. 2021, 2022 Vinicius Monego <monego@posteo.net>
;;;
;;; This file is part of GNU Guix.
;;;
@ -562,6 +562,8 @@ (define-public darktable
and enhance them.")
;; See src/is_supported_platform.h for supported platforms.
(supported-systems '("x86_64-linux" "aarch64-linux" "powerpc64le-linux"))
(properties
'((release-monitoring-url . "https://github.com/darktable-org/darktable/releases")))
(license (list license:gpl3+ ;; Darktable itself.
license:lgpl2.1+)))) ;; Rawspeed library.