efraim pushed a commit to branch master
in repository guix.
commit 717dba1c53be500cb7e32efbbaa0487bd0825bad
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Nov 15 09:41:09 2022 +0200
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)))