diff options
author | Vinicius Monego <monego@posteo.net> | 2025-05-08 10:55:31 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2025-06-04 19:39:19 -0300 |
commit | e8d0f01ef09a9c4891680223d1da7eed380f6c7d (patch) | |
tree | 0d9332deaa2499a9dc9fa83994428f9de1804987 /gnu/packages/photo.scm | |
parent | 96f8e6b95589d1124fca53da04dd91b1146f56fa (diff) |
gnu: darktable: Update release-monitoring-url.
* gnu/packages/photo.scm (darktable)[properties]: Update
release-monitoring-url.
Change-Id: Icf7dbddfc2b2a3c9c630849a219cf2975ae8323f
Diffstat (limited to 'gnu/packages/photo.scm')
-rw-r--r-- | gnu/packages/photo.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm index d5af47e727..227235e8a9 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 |