summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2022-02-02 12:01:15 +0200
committerEfraim Flashner <efraim@flashner.co.il>2022-02-02 12:06:49 +0200
commitb34eb09311b0e761c7883de1f7053174ee1e773c (patch)
tree827d9c08653b0fc217d9ed9e8d262903957b2ffb
parent25d1a31434729d01eaf68b5c8744010c0724c613 (diff)
downloadguix-patches-b34eb09311b0e761c7883de1f7053174ee1e773c.tar
guix-patches-b34eb09311b0e761c7883de1f7053174ee1e773c.tar.gz
gnu: syncthing: Add release-monitoring-url.
* gnu/packages/syncthing.scm (syncthing)[properties]: New field.
-rw-r--r--gnu/packages/syncthing.scm3
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