diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-02-02 12:01:15 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-02-02 12:06:49 +0200 |
commit | b34eb09311b0e761c7883de1f7053174ee1e773c (patch) | |
tree | 827d9c08653b0fc217d9ed9e8d262903957b2ffb /gnu/packages/syncthing.scm | |
parent | 25d1a31434729d01eaf68b5c8744010c0724c613 (diff) |
gnu: syncthing: Add release-monitoring-url.
* gnu/packages/syncthing.scm (syncthing)[properties]: New field.
Diffstat (limited to 'gnu/packages/syncthing.scm')
-rw-r--r-- | gnu/packages/syncthing.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm index c19cc97862..8e857d5614 100644 --- a/gnu/packages/syncthing.scm +++ b/gnu/packages/syncthing.scm @@ -137,6 +137,9 @@ 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") + (upstream-name . "syncthing-source"))) (license mpl2.0))) (define-public syncthing-gtk |