From ea27c2222eeef5bb75cbf2c19262c05b23d58dcd Mon Sep 17 00:00:00 2001 From: rymnc <43716372+rymnc@users.noreply.github.com> Date: Tue, 21 May 2024 20:34:51 +0530 Subject: [PATCH] fix: license name --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ff49344..dcb3e43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,8 +3,7 @@ name = "stealth_address_kit" version = "0.1.0" edition = "2021" description = "Stealth Address Kit: A Rust library for generating stealth addresses." -license = "MIT/APACHE-2.0" -license-file = "LICENSE-APACHE" +license = "MIT" homepage = "https://vac.dev" [lib]