summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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 <hi@alyssa.is>"]
 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 }