guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: keepassx: Superseded by keepassxc.


From: Efraim Flashner
Subject: 02/03: gnu: keepassx: Superseded by keepassxc.
Date: Sun, 6 Aug 2017 12:15:14 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit b7ac10e6da6e2199aa379fdfa19bd43ca8fddc4d
Author: Efraim Flashner <address@hidden>
Date:   Tue Aug 1 18:04:43 2017 +0300

    gnu: keepassx: Superseded by keepassxc.
    
    * gnu/packages/password-utils.scm (keepassx)[properties]: New field.
---
 gnu/packages/password-utils.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index cdd7059..bde1ea8 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]