guix_mirror_bot pushed a commit to branch master
in repository guix.

commit e8d0f01ef09a9c4891680223d1da7eed380f6c7d
Author: Vinicius Monego <[email protected]>
AuthorDate: Thu May 8 10:55:31 2025 -0300

    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 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
 

Reply via email to