aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2023-10-06 15:14:21 +0200
committerSebastian Pipping <sping@gentoo.org>2023-10-06 15:16:09 +0200
commitb9b0fd4a8372266cedff684d4a433b16acfb50e5 (patch)
tree2a47a1fdb4ea4b20b213f716bcde267d35ca4f71
parentAdd .mailmap (diff)
downloadelogv-b9b0fd4a8372266cedff684d4a433b16acfb50e5.tar.gz
elogv-b9b0fd4a8372266cedff684d4a433b16acfb50e5.tar.bz2
elogv-b9b0fd4a8372266cedff684d4a433b16acfb50e5.zip
pyproject.toml: Get license back in sync with code headers
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 25bc44c..441f5ce 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,7 @@ version = "0.8.2"
authors = [
{name = "Luca Marturana", email = "lucamarturana@gmail.com"},
]
-license = {text = "GPL-2"}
+license = {text = "GPL-2.0-or-later"}
description = "Curses based utility to view elogs created by Portage"
dependencies = ["portage"]