commit: 91675da238a9c9c71ccc03eab4ccfa5a4243268d
Author: Brian Harring <ferringb <AT> gmail <DOT> com>
AuthorDate: Tue Jan 17 09:28:47 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 17 20:49:47 2023 +0000
URL:
https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=91675da2
fix(authors): re-add myself since I still hold most of the copyright.
Signed-off-by: Brian Harring <ferringb <AT> gmail.com>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
pyproject.toml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pyproject.toml b/pyproject.toml
index a3d891463..5f246b0ea 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -15,6 +15,7 @@ requires-python = "~=3.9"
authors = [
{name = "Tim Harder", email = "[email protected]"},
{name = "Arthur Zamarin", email = "[email protected]"},
+ {name = "Brian Harring", email = "[email protected]"},
]
maintainers = [
{name = "Arthur Zamarin", email = "[email protected]"},