gnu: torsocks: Add release-monitoring-url.

* gnu/packages/tor.scm (torsocks)[properties]: New field.
This commit is contained in:
Efraim Flashner 2022-11-15 09:44:47 +02:00
parent 717dba1c53
commit 02d82dedc8
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -190,7 +190,9 @@ (define-public torsocks
"Torsocks allows you to use most applications in a safe way with Tor. It
ensures that DNS requests are handled safely and explicitly rejects UDP
traffic from the application you're using.")
(properties
'((release-monitoring-url
. "https://gitlab.torproject.org/tpo/core/torsocks/-/tags")))
;; All the files explicitly say "version 2 only".
(license license:gpl2)))