From 95438b7a7560d25561a96f48a48479e4ab07efd3 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 8 Jul 2021 15:07:42 +0200 Subject: 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(-) (limited to 'gnu/packages/gnupg.scm') diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index 97714c7938..0eb6aff6e6 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) -- cgit v1.2.3