From f545a85d0cb8a8b31cddaa1b0f3bf8a747bb8a36 Mon Sep 17 00:00:00 2001 From: Edgar Luque Date: Fri, 2 Jul 2021 11:49:16 +0200 Subject: [PATCH] fix license identifier --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 18d60a2..04643f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.2.0-alpha.4" authors = ["Edgar "] description = "A library that wraps the paypal api asynchronously." repository = "https://github.com/edg-l/paypal-rs/" -license = "MIT OR APACHE-2.0" +license = "MIT OR Apache-2.0" keywords = ["paypal", "api", "async"] categories = ["api-bindings", "asynchronous"] documentation = "https://docs.rs/paypal-rs"