gnu: gpa: Add updater properties.

* gnu/packages/gnupg.scm (gpa)[properties]: New field, add ftp-server,
ftp-directory.
This commit is contained in:
Efraim Flashner 2019-07-10 10:55:36 +03:00
parent 2d775ed2d6
commit 9a451a6740
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -930,7 +930,9 @@ (define-public gpa
"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