commit: 4fd56460f0774a51359cd600838fb59100b8a423
Author: Brian Harring <ferringb <AT> gmail <DOT> com>
AuthorDate: Thu Jan 25 03:55:47 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 25 03:55:47 2024 +0000
URL:
https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=4fd56460
authors: Add Michał Górny
`git log -p --author=mgorny` should there be questions;
EAPI8 implementation in parallel to supportive work for downstream pkgcore
users.
Worst case, consider this me attempting to throw a sense of responsibility
thus further contributions onto him.
Signed-off-by: Brian Harring <ferringb <AT> gmail.com>
pyproject.toml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pyproject.toml b/pyproject.toml
index 4ed54aa06..2fb6567f4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -14,6 +14,7 @@ license = {file = "LICENSE"}
requires-python = "~=3.10"
# alphabetical order.
authors = [
+ {name = "Michał Górny"},
{name = "Tim Harder", email = "[email protected]"},
{name = "Brian Harring", email = "[email protected]"},
{name = "Arthur Zamarin", email = "[email protected]"},