From caa8061b492df9d8e27006cb5e7e4e330d2d87cf Mon Sep 17 00:00:00 2001 From: Gal Schlezinger Date: Sun, 22 Nov 2020 12:09:09 +0200 Subject: [PATCH] fix name of license --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index acf2d9e..2c4001d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "1.22.8" authors = ["Gal Schlezinger "] edition = "2018" build = "build.rs" -license = "GPLv3" +license = "GPL-3.0" description = "Fast and simple Node.js version manager" [dependencies]