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.")
|
supports HTTP, HTTPS and GnuTLS.")
|
||||||
(license (license:non-copyleft "file://COPYING"
|
(license (license:non-copyleft "file://COPYING"
|
||||||
"See COPYING in the distribution."))
|
"See COPYING in the distribution."))
|
||||||
|
(properties '((ftp-server . "ftp.gnu.org")
|
||||||
|
(ftp-directory . "/gnunet")))
|
||||||
(home-page "https://gnunet.org/gnurl")))
|
(home-page "https://gnunet.org/gnurl")))
|
||||||
|
|
||||||
(define-public gnunet
|
(define-public gnunet
|
||||||
|
|
Loading…
Reference in New Issue