guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: gnurl: Add properties for updater.


From: guix-commits
Subject: 01/01: gnu: gnurl: Add properties for updater.
Date: Wed, 16 Jan 2019 12:48:57 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 5f2122fb2173f1eddab2ceca44f9eb6ae98b127a
Author: Efraim Flashner <address@hidden>
Date:   Wed Jan 16 19:48:02 2019 +0200

    gnu: gnurl: Add properties for updater.
    
    * gnu/packages/gnunet.scm (gnurl)[properties]: New field.
---
 gnu/packages/gnunet.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index c40581e..685cbde 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]