diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-07-10 10:55:36 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-07-10 11:06:31 +0300 |
commit | 9a451a6740621fb8f4b00937bcfe639139cfe379 (patch) | |
tree | 3c90d00ae622ff4159e23e72e376cc224c2b0bb8 /gnu/packages/gnupg.scm | |
parent | 2d775ed2d607c145d2bb109e03f27c8626eadd35 (diff) | |
download | patches-9a451a6740621fb8f4b00937bcfe639139cfe379.tar patches-9a451a6740621fb8f4b00937bcfe639139cfe379.tar.gz |
gnu: gpa: Add updater properties.
* gnu/packages/gnupg.scm (gpa)[properties]: New field, add ftp-server,
ftp-directory.
Diffstat (limited to 'gnu/packages/gnupg.scm')
-rw-r--r-- | gnu/packages/gnupg.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index ae3c8ae9a2..00e883065f 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 |