mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: gpa: Add updater properties.
* gnu/packages/gnupg.scm (gpa)[properties]: New field, add ftp-server, ftp-directory.
This commit is contained in:
parent
2d775ed2d6
commit
9a451a6740
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue