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)
|
`(("zlib" ,zlib)
|
||||||
("openssl" ,openssl)
|
("openssl" ,openssl)
|
||||||
("libevent" ,libevent)
|
("libevent" ,libevent)
|
||||||
("libseccomp", libseccomp)))
|
("libseccomp" ,libseccomp)))
|
||||||
(home-page "https://www.torproject.org/")
|
(home-page "https://www.torproject.org/")
|
||||||
(synopsis "Anonymous network router to improve privacy on the Internet")
|
(synopsis "Anonymous network router to improve privacy on the Internet")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue