summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2022-11-15 09:44:47 +0200
committerEfraim Flashner <efraim@flashner.co.il>2022-11-15 10:03:53 +0200
commit02d82dedc84e80168e17aba1e0fe1e1e454fe7da (patch)
tree2994ed2e7260f4807e94bb503c0718ae004b9647
parent717dba1c53be500cb7e32efbbaa0487bd0825bad (diff)
gnu: torsocks: Add release-monitoring-url.
* gnu/packages/tor.scm (torsocks)[properties]: New field.
-rw-r--r--gnu/packages/tor.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index d061d76342..fc98481740 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -190,7 +190,9 @@ This package only provides a client to the Tor Network.")))
"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)))