gnu: tor: Fix typo.
* gnu/packages/tor.scm (tor)[inputs]: Move unquote to its operand.
This commit is contained in:
parent
5ca4fe9696
commit
b519d46269
|
@ -62,7 +62,7 @@
|
|||
`(("zlib" ,zlib)
|
||||
("openssl" ,openssl)
|
||||
("libevent" ,libevent)
|
||||
("libseccomp", libseccomp)))
|
||||
("libseccomp" ,libseccomp)))
|
||||
(home-page "https://www.torproject.org/")
|
||||
(synopsis "Anonymous network router to improve privacy on the Internet")
|
||||
(description
|
||||
|
|
Loading…
Reference in New Issue