From 02d82dedc84e80168e17aba1e0fe1e1e454fe7da Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 15 Nov 2022 09:44:47 +0200 Subject: gnu: torsocks: Add release-monitoring-url. * gnu/packages/tor.scm (torsocks)[properties]: New field. --- gnu/packages/tor.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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))) -- cgit v1.2.3