commit: fdf36b4c493008df11958390c2b8107193e629d7
Author: Brian Harring <ferringb <AT> gmail <DOT> com>
AuthorDate: Tue Jan 23 19:50:59 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 23 19:57:59 2024 +0000
URL:
https://gitweb.gentoo.org/proj/pkgcore/pkgcheck.git/commit/?id=fdf36b4c
fix: re-add myself as an author for obvious reasons
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 a2f2531e..2279deb2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -21,6 +21,7 @@ license = {file = "LICENSE"}
requires-python = "~=3.9"
authors = [
{name = "Tim Harder", email = "[email protected]"},
+ {name = "Brian Harring", email = "[email protected]"},
{name = "Arthur Zamarin", email = "[email protected]"},
]
maintainers = [