gnu: pinentry-bemenu: Fix license.

* gnu/packages/gnupg.scm (pinentry-bemenu)[license]: Use GPL 3+.
This commit is contained in:
Nicolas Goaziou 2021-07-08 15:07:42 +02:00
parent 8edb6778cf
commit 95438b7a75
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 1 additions and 1 deletions

View File

@ -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)