diff options
Diffstat (limited to 'gnu')
-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 |