From e8d0f01ef09a9c4891680223d1da7eed380f6c7d Mon Sep 17 00:00:00 2001 From: Vinicius Monego Date: Thu, 8 May 2025 10:55:31 -0300 Subject: [PATCH] gnu: darktable: Update release-monitoring-url. * gnu/packages/photo.scm (darktable)[properties]: Update release-monitoring-url. Change-Id: Icf7dbddfc2b2a3c9c630849a219cf2975ae8323f --- gnu/packages/photo.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm index d5af47e72744f46c4b6c316ebae3fa6ec4001c6e..227235e8a91f5d4191e144e8b2b8d98f4b185587 100644 --- a/gnu/packages/photo.scm +++ b/gnu/packages/photo.scm @@ -634,7 +634,7 @@ and enhance them.") (supported-systems '("x86_64-linux" "aarch64-linux" "powerpc64le-linux" "riscv64-linux")) (properties - '((release-monitoring-url . "https://github.com/darktable-org/darktable/releases"))) + '((release-monitoring-url . "https://www.darktable.org/install/"))) (license (list license:gpl3+ ;Darktable itself license:lgpl2.1+)))) ;Rawspeed library