mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: pinentry-bemenu: Fix license.
* gnu/packages/gnupg.scm (pinentry-bemenu)[license]: Use GPL 3+.
This commit is contained in:
parent
8edb6778cf
commit
95438b7a75
1 changed files with 1 additions and 1 deletions
|
@ -975,7 +975,7 @@ (define-public pinentry-bemenu
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue