guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: pwsafe-cli: Fix license.


From: guix-commits
Subject: branch master updated: gnu: pwsafe-cli: Fix license.
Date: Tue, 23 Feb 2021 12:24:39 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 484c565  gnu: pwsafe-cli: Fix license.
484c565 is described below

commit 484c56593b4285a83718d88df70c1879b5fe3aa4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Feb 23 18:23:43 2021 +0100

    gnu: pwsafe-cli: Fix license.
    
    * gnu/packages/password-utils.scm (pwsafe-cli)[license]: Use GPL2+.
---
 gnu/packages/password-utils.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index 655834f..d0d4132 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -298,7 +298,7 @@ platforms.")
       (synopsis "CLI password manager")
       (description "Command line tool compatible with Counterpane's
 Passwordsafe.")
-      (license license:gpl2))))
+      (license license:gpl2+))))
 
 (define-public shroud
   (package



reply via email to

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