summaryrefslogtreecommitdiff
path: root/gnu/packages/syncthing.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2022-11-15 09:41:09 +0200
committerEfraim Flashner <efraim@flashner.co.il>2022-11-15 10:03:53 +0200
commit717dba1c53be500cb7e32efbbaa0487bd0825bad (patch)
tree44f27cab149e42fad8cc40e19e9e14d6d5362618 /gnu/packages/syncthing.scm
parentde1bc72f049640e4e6ddee06ebad8a8f94ed4800 (diff)
downloadguix-patches-717dba1c53be500cb7e32efbbaa0487bd0825bad.tar
guix-patches-717dba1c53be500cb7e32efbbaa0487bd0825bad.tar.gz
gnu: syncthing: Update release-monitoring-url.
* gnu/packages/syncthing.scm (syncthing)[properties]: Update release-monitoring-url.
Diffstat (limited to 'gnu/packages/syncthing.scm')
-rw-r--r--gnu/packages/syncthing.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 2d78aaafe3..75ebf7c11f 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -137,7 +137,7 @@ supports a wide variety of computing platforms. It uses the Block Exchange
Protocol.")
(home-page "https://github.com/syncthing/syncthing")
(properties
- '((release-monitoring-url . "https://github.com/syncthing/syncthing/releases")
+ '((release-monitoring-url . "https://syncthing.net/downloads/")
(upstream-name . "syncthing-source")))
(license mpl2.0)))