gnu: gnurl: Add properties for updater.
* gnu/packages/gnunet.scm (gnurl)[properties]: New field.
This commit is contained in:
parent
96733e9417
commit
5f2122fb21
|
@ -238,6 +238,8 @@ with URL syntax. While cURL supports many crypto backends, libgnurl only
|
|||
supports HTTP, HTTPS and GnuTLS.")
|
||||
(license (license:non-copyleft "file://COPYING"
|
||||
"See COPYING in the distribution."))
|
||||
(properties '((ftp-server . "ftp.gnu.org")
|
||||
(ftp-directory . "/gnunet")))
|
||||
(home-page "https://gnunet.org/gnurl")))
|
||||
|
||||
(define-public gnunet
|
||||
|
|
Loading…
Reference in New Issue