From 34df55fcfdf97bd857be36934851bb0f04cc2f25 Mon Sep 17 00:00:00 2001 From: JOLIMAITRE Matthieu Date: Sun, 25 Sep 2022 16:04:03 +0200 Subject: [PATCH] fixed license --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 40ac690..9b59c3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "epitls-pi" version = "1.0.0" edition = "2021" -license = "GPL-3" +license = "GPL3" description = "A little helper tool meant to ease the developpment of the C piscine at EPITA/Toulouse." repository = "https://github.com/MajorBarnulf/epitls-pi" authors = ["JOLIMAITRE Matthieu "]