From d15158f41a59ac7e99a742762f9e1700d84221b1 Mon Sep 17 00:00:00 2001 From: Esteban Borai Date: Sat, 29 Aug 2020 15:46:15 -0300 Subject: [PATCH] fix: license keyword --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c75493c..d520baa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = [ ] edition = "2018" -license = "GNU" +license = "GPL-3.0" description = "Fetches data from a public endpoint in the CNE website and deserializes its contents." readme = "README.md" repository = "https://github.com/rust-lang-ve/libcne-ve"