From 51d086cabaf45841ef44bccf5ca8d99fade96bd6 Mon Sep 17 00:00:00 2001 From: Anders Blomdell <anders.blomdell@control.lth.se> Date: Wed, 5 Jan 2022 09:59:21 +0100 Subject: [PATCH] Fix license --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 10a7b05..5db3a30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ build = "build.rs" links = "libhash.a,libssl" description = "Generate a 'Table Of Contents' of a path" homepage = "https://gitlab.control.lth.se/anders_blomdell/rust-hashtoc" -license = "GPLv3" +license = "GPL-3.0" publish = false [dependencies] -- GitLab