From 84199a90522963d8cd77ffb478e4f54eca2c072f Mon Sep 17 00:00:00 2001 From: billythedummy Date: Thu, 15 Dec 2022 18:12:57 +0800 Subject: [PATCH] fix license --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ce5e814..c811ba5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "solores" description = "Solana IDL to Rust client / CPI interface generator" -license = "Apache 2.0" +license = "Apache-2.0" repository = "https://github.com/igneous-labs/solores" version = "0.1.0" edition = "2021"