3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: keepassx: Superseded by keepassxc.

* gnu/packages/password-utils.scm (keepassx)[properties]: New field.
This commit is contained in:
Efraim Flashner 2017-08-01 18:04:43 +03:00
parent 99672f7b1d
commit b7ac10e6da
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -136,7 +136,8 @@ database, which is locked with one master key or a key-file which can be stored
on an external storage device. The databases are encrypted using the on an external storage device. The databases are encrypted using the
algorithms AES or Twofish.") algorithms AES or Twofish.")
;; Non functional parts use various licences. ;; Non functional parts use various licences.
(license license:gpl3))) (license license:gpl3)
(properties `((superseded . ,keepassxc)))))
(define-public shroud (define-public shroud
(package (package