diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-11-15 09:41:09 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-11-15 10:03:53 +0200 |
commit | 717dba1c53be500cb7e32efbbaa0487bd0825bad (patch) | |
tree | 44f27cab149e42fad8cc40e19e9e14d6d5362618 /gnu/packages | |
parent | de1bc72f049640e4e6ddee06ebad8a8f94ed4800 (diff) | |
download | guix-717dba1c53be500cb7e32efbbaa0487bd0825bad.tar.gz guix-717dba1c53be500cb7e32efbbaa0487bd0825bad.zip |
gnu: syncthing: Update release-monitoring-url.
* gnu/packages/syncthing.scm (syncthing)[properties]: Update
release-monitoring-url.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/syncthing.scm | 2 |
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))) |