From b34eb09311b0e761c7883de1f7053174ee1e773c Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 2 Feb 2022 12:01:15 +0200 Subject: gnu: syncthing: Add release-monitoring-url. * gnu/packages/syncthing.scm (syncthing)[properties]: New field. --- gnu/packages/syncthing.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gnu') 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 -- cgit v1.2.3