gnu: syncthing: Add release-monitoring-url.
* gnu/packages/syncthing.scm (syncthing)[properties]: New field.master
parent
25d1a31434
commit
b34eb09311
|
@ -137,6 +137,9 @@
|
||||||
supports a wide variety of computing platforms. It uses the Block Exchange
|
supports a wide variety of computing platforms. It uses the Block Exchange
|
||||||
Protocol.")
|
Protocol.")
|
||||||
(home-page "https://github.com/syncthing/syncthing")
|
(home-page "https://github.com/syncthing/syncthing")
|
||||||
|
(properties
|
||||||
|
'((release-monitoring-url . "https://github.com/syncthing/syncthing/releases")
|
||||||
|
(upstream-name . "syncthing-source")))
|
||||||
(license mpl2.0)))
|
(license mpl2.0)))
|
||||||
|
|
||||||
(define-public syncthing-gtk
|
(define-public syncthing-gtk
|
||||||
|
|
Reference in New Issue