commit: b9b0fd4a8372266cedff684d4a433b16acfb50e5
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 6 13:14:21 2023 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Fri Oct 6 13:16:09 2023 +0000
URL: https://gitweb.gentoo.org/proj/elogv.git/commit/?id=b9b0fd4a
pyproject.toml: Get license back in sync with code headers
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 = "[email protected]"},
]
-license = {text = "GPL-2"}
+license = {text = "GPL-2.0-or-later"}
description = "Curses based utility to view elogs created by Portage"
dependencies = ["portage"]