aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Harring <ferringb@gmail.com>2023-01-17 01:28:47 -0800
committerArthur Zamarin <arthurzam@gentoo.org>2023-01-17 22:49:47 +0200
commit91675da238a9c9c71ccc03eab4ccfa5a4243268d (patch)
treefdd9b62c38f7e024537ea924324161fda0da6b20 /pyproject.toml
parentrefactor(portage_conf): Push fallback (and path awareness) logic of repos.con... (diff)
downloadpkgcore-91675da238a9c9c71ccc03eab4ccfa5a4243268d.tar.gz
pkgcore-91675da238a9c9c71ccc03eab4ccfa5a4243268d.tar.bz2
pkgcore-91675da238a9c9c71ccc03eab4ccfa5a4243268d.zip
fix(authors): re-add myself since I still hold most of the copyright.
Signed-off-by: Brian Harring <ferringb@gmail.com> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
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 = "radhermit@gmail.com"},
{name = "Arthur Zamarin", email = "arthurzam@gentoo.org"},
+ {name = "Brian Harring", email = "ferringb@gmail.com"},
]
maintainers = [
{name = "Arthur Zamarin", email = "arthurzam@gentoo.org"},