mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: pwsafe-cli: Fix license.
* gnu/packages/password-utils.scm (pwsafe-cli)[license]: Use GPL2+.
This commit is contained in:
parent
33a212bf88
commit
484c56593b
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ (define-public pwsafe-cli
|
|||
(synopsis "CLI password manager")
|
||||
(description "Command line tool compatible with Counterpane's
|
||||
Passwordsafe.")
|
||||
(license license:gpl2))))
|
||||
(license license:gpl2+))))
|
||||
|
||||
(define-public shroud
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue