gnu: emacs-password-store: Fix license.

* gnu/packages/emacs-xyz.scm (emacs-password-store)[license]: Set to GPL3+.
This commit is contained in:
Nicolas Goaziou 2022-10-10 18:28:37 +02:00
parent fc6bf5d1f9
commit f0a6aafa22
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -18949,7 +18949,7 @@ (define-public emacs-password-store
(description
"This package provides functions for working with pass (\"the
standard Unix password manager\").")
(license license:gpl2+))))
(license license:gpl3+))))
(define-public emacs-password-store-otp
(package