diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/tor.scm | 4 |
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))) |