guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: gpa: Add updater properties.


From: guix-commits
Subject: 01/02: gnu: gpa: Add updater properties.
Date: Wed, 10 Jul 2019 04:06:51 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 9a451a6740621fb8f4b00937bcfe639139cfe379
Author: Efraim Flashner <address@hidden>
Date:   Wed Jul 10 10:55:36 2019 +0300

    gnu: gpa: Add updater properties.
    
    * gnu/packages/gnupg.scm (gpa)[properties]: New field, add ftp-server,
    ftp-directory.
---
 gnu/packages/gnupg.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index ae3c8ae..00e8830 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -930,7 +930,9 @@ them to transform your existing public key into a secret 
key.")
      "GPA, the GNU Privacy Assistant, is a graphical user interface for
 @uref{https://gnupg.org, GnuPG}.  It can be used to encrypt, decrypt, and sign
 files, to verify signatures, and to manage the private and public keys.")
-    (license license:gpl3+)))
+    (license license:gpl3+)
+    (properties '((ftp-server . "ftp.gnupg.org")
+                  (ftp-directory . "/gcrypt/gpa")))))
 
 (define-public parcimonie
   (package



reply via email to

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