mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-password-store: Fix license.
* gnu/packages/emacs-xyz.scm (emacs-password-store)[license]: Set to GPL3+.
This commit is contained in:
parent
fc6bf5d1f9
commit
f0a6aafa22
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue