From ba5595c0ccb0088c2641ab0406eab8584590a3a3 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Wed, 18 Aug 2021 11:29:54 +0000 Subject: Cargo.toml: fix license --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a2537ff..bbdad3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ authors = ["Alyssa Ross "] edition = "2018" description = "generate an \"ignore revs file\" for git blame" repository = "https://git.qyliss.net/git-girf/" -license = "GPL-2.0-or-later" +license = "EUPL-1.2" [dependencies] git2 = { version = "0.13.20", default-features = false } -- cgit 1.4.1