diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2017-08-01 18:04:43 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2017-08-06 19:13:32 +0300 |
commit | b7ac10e6da6e2199aa379fdfa19bd43ca8fddc4d (patch) | |
tree | bc9d969f638043fcc4422dbbcc44386094d7b4c6 /gnu | |
parent | 99672f7b1d255b5cdac73870dfc272ca6799485b (diff) | |
download | guix-b7ac10e6da6e2199aa379fdfa19bd43ca8fddc4d.tar.gz guix-b7ac10e6da6e2199aa379fdfa19bd43ca8fddc4d.zip |
gnu: keepassx: Superseded by keepassxc.
* gnu/packages/password-utils.scm (keepassx)[properties]: New field.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/password-utils.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index cdd705956d..bde1ea8544 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -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 |