Switch binstalk-manifests LICENSE to "Apache-2.0 OR MIT" (#513)

Signed-off-by: Félix Saparelli <felix@passcod.name>
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
Signed-off-by: pinage404
Signed-off-by: Ryo Yamashita <qryxip@gmail.com>
Signed-off-by: azzamsa

and https://github.com/cargo-bins/cargo-binstall/pull/513#issuecomment-1315898664 for Ryan Kurte
This commit is contained in:
Jiahao XU 2022-11-16 09:51:11 +11:00 committed by GitHub
parent 7f4d023914
commit b6f223d925
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 200 additions and 1 deletions

View file

@ -7,7 +7,7 @@ version = "0.1.0"
rust-version = "1.61.0"
authors = ["ryan <ryan@kurte.nz>"]
edition = "2021"
license = "GPL-3.0"
license = "Apache-2.0 OR MIT"
[dependencies]
compact_str = { version = "0.6.0", features = ["serde"] }