From 85d67b21a154c6dc7f879f35cfc958a18e73b239 Mon Sep 17 00:00:00 2001 From: Ales Katona Date: Fri, 25 Jan 2019 16:04:32 -0700 Subject: [PATCH] fix license identifier --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 630c7ce..0b8feb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "prongs" version = "1.0.0" authors = ["Ales Katona "] edition = "2018" -license = "LGPLv3" +license = "LGPL-3.0" repository = "https://gitlab.bitsmart.ltd/open/prongs.git" documentation = "https://doc.bitsmart.ltd/prongs" homepage = "https://gitlab.bitsmart.ltd/open"