mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: keepassx: Superseded by keepassxc.
* gnu/packages/password-utils.scm (keepassx)[properties]: New field.
This commit is contained in:
parent
99672f7b1d
commit
b7ac10e6da
1 changed files with 2 additions and 1 deletions
|
@ -136,7 +136,8 @@ (define-public keepassx
|
|||
on an external storage device. The databases are encrypted using the
|
||||
algorithms AES or Twofish.")
|
||||
;; Non functional parts use various licences.
|
||||
(license license:gpl3)))
|
||||
(license license:gpl3)
|
||||
(properties `((superseded . ,keepassxc)))))
|
||||
|
||||
(define-public shroud
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue