guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: syncthing: Add release-monitoring-url.


From: guix-commits
Subject: 04/04: gnu: syncthing: Add release-monitoring-url.
Date: Wed, 2 Feb 2022 05:13:25 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit b34eb09311b0e761c7883de1f7053174ee1e773c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Feb 2 12:01:15 2022 +0200

    gnu: syncthing: Add release-monitoring-url.
    
    * gnu/packages/syncthing.scm (syncthing)[properties]: New field.
---
 gnu/packages/syncthing.scm | 3 +++
 1 file changed, 3 insertions(+)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]