gnu: keepassx: Superseded by keepassxc.
authorEfraim Flashner <efraim@flashner.co.il>
Tue, 1 Aug 2017 15:04:43 +0000 (18:04 +0300)
committerEfraim Flashner <efraim@flashner.co.il>
Sun, 6 Aug 2017 16:13:32 +0000 (19:13 +0300)
* gnu/packages/password-utils.scm (keepassx)[properties]: New field.

gnu/packages/password-utils.scm

index cdd7059..bde1ea8 100644 (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
 algorithms AES or Twofish.")
     ;; Non functional parts use various licences.
-    (license license:gpl3)))
+    (license license:gpl3)
+    (properties `((superseded . ,keepassxc)))))
 
 (define-public shroud
   (package