[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/05: gnu: torsocks: Add release-monitoring-url.
From: |
guix-commits |
Subject: |
05/05: gnu: torsocks: Add release-monitoring-url. |
Date: |
Tue, 15 Nov 2022 03:04:55 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 02d82dedc84e80168e17aba1e0fe1e1e454fe7da
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Nov 15 09:44:47 2022 +0200
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)))