mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: torsocks: Add release-monitoring-url.
* gnu/packages/tor.scm (torsocks)[properties]: New field.
This commit is contained in:
parent
717dba1c53
commit
02d82dedc8
1 changed files with 3 additions and 1 deletions
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue