From 68f25e876840da763ca640ed6de05c62108f89e7 Mon Sep 17 00:00:00 2001 From: JOLIMAITRE Matthieu Date: Sun, 25 Sep 2022 16:04:36 +0200 Subject: [PATCH] fixed license (again) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9b59c3d..c3077b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "epitls-pi" version = "1.0.0" edition = "2021" -license = "GPL3" +license = "GPL" 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 "]