From 423d2b52933750be2c596a18f27f772cee165af7 Mon Sep 17 00:00:00 2001 From: Joey Sacchini Date: Sat, 9 Jan 2021 14:50:42 -0500 Subject: fix license --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d37a23f..2050242 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "craftio-rs" version = "0.1.0" authors = ["Joey Sacchini "] edition = "2018" -license = "APACHE 2.0" +license = "Apache-2.0" keywords = ["minecraft", "games", "io", "async", "futures"] description = "A crate to read & write packets defined in mcproto-rs to I/O sinks/sources" homepage = "https://github.com/Twister915/craftio-rs" -- cgit