commit: 2a90ddce15731816bdc144ea55ae1589668deecc
Author: Brian Harring <ferringb <AT> gmail <DOT> com>
AuthorDate: Fri Jan 26 05:10:12 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 26 19:36:05 2024 +0000
URL:
https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=2a90ddce
fix(authors): add mgorny email
Signed-off-by: Brian Harring <ferringb <AT> gmail.com>
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 2fb6567f4..189054892 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -14,7 +14,7 @@ license = {file = "LICENSE"}
requires-python = "~=3.10"
# alphabetical order.
authors = [
- {name = "Michał Górny"},
+ {name = "Michał Górny", email = "[email protected]"},
{name = "Tim Harder", email = "[email protected]"},
{name = "Brian Harring", email = "[email protected]"},
{name = "Arthur Zamarin", email = "[email protected]"},