diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm index 26295207c6..2aa7610b8c 100644 --- a/gnu/packages/photo.scm +++ b/gnu/packages/photo.scm @@ -8,7 +8,7 @@ ;;; Copyright © 2018 Leo Famulari ;;; Copyright © 2020 Sebastian Schott ;;; Copyright © 2020 Vincent Legoll -;;; Copyright © 2020. 2021 Vinicius Monego +;;; Copyright © 2020. 2021, 2022 Vinicius Monego ;;; ;;; 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.