From 717dba1c53be500cb7e32efbbaa0487bd0825bad Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 15 Nov 2022 09:41:09 +0200 Subject: [PATCH] gnu: syncthing: Update release-monitoring-url. * gnu/packages/syncthing.scm (syncthing)[properties]: Update release-monitoring-url. --- gnu/packages/syncthing.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)))