guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: pinentry-bemenu: Fix license.


From: guix-commits
Subject: branch master updated: gnu: pinentry-bemenu: Fix license.
Date: Thu, 08 Jul 2021 09:08:21 -0400

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 95438b7  gnu: pinentry-bemenu: Fix license.
95438b7 is described below

commit 95438b7a7560d25561a96f48a48479e4ab07efd3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 8 15:07:42 2021 +0200

    gnu: pinentry-bemenu: Fix license.
    
    * gnu/packages/gnupg.scm (pinentry-bemenu)[license]: Use GPL 3+.
---
 gnu/packages/gnupg.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 97714c7..0eb6aff 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -975,7 +975,7 @@ with @code{rofi-pass} a good front end for 
@code{password-store}.")
     (synopsis "Pinentry implementation based on @code{bemenu}")
     (description
      "This package provides a Pinentry implementation based on Bemenu.")
-    (license license:gpl3)))
+    (license license:gpl3+)))
 
 (define-public pinentry
   (package (inherit pinentry-gtk2)



reply via email to

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