diff options
-rw-r--r-- | gnu/packages/gnupg.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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) |