mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -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")
|
(synopsis "CLI password manager")
|
||||||
(description "Command line tool compatible with Counterpane's
|
(description "Command line tool compatible with Counterpane's
|
||||||
Passwordsafe.")
|
Passwordsafe.")
|
||||||
(license license:gpl2))))
|
(license license:gpl2+))))
|
||||||
|
|
||||||
(define-public shroud
|
(define-public shroud
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue