~ruther/guix-local

b7ac10e6da6e2199aa379fdfa19bd43ca8fddc4d — Efraim Flashner 8 years ago 99672f7
gnu: keepassx: Superseded by keepassxc.

* gnu/packages/password-utils.scm (keepassx)[properties]: New field.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/password-utils.scm
M gnu/packages/password-utils.scm => gnu/packages/password-utils.scm +2 -1
@@ 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
algorithms AES or Twofish.")
    ;; Non functional parts use various licences.
    (license license:gpl3)))
    (license license:gpl3)
    (properties `((superseded . ,keepassxc)))))

(define-public shroud
  (package