aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Harring <ferringb@gmail.com>2024-01-23 11:50:59 -0800
committerBrian Harring <ferringb@gmail.com>2024-01-23 11:57:59 -0800
commitfdf36b4c493008df11958390c2b8107193e629d7 (patch)
treec50355dbb21b9d6d2614cd1830e5d031f439f7fc
parentREADME: explain how adding new check looks like (diff)
downloadpkgcheck-fdf36b4c493008df11958390c2b8107193e629d7.tar.gz
pkgcheck-fdf36b4c493008df11958390c2b8107193e629d7.tar.bz2
pkgcheck-fdf36b4c493008df11958390c2b8107193e629d7.zip
fix: re-add myself as an author for obvious reasons
Signed-off-by: Brian Harring <ferringb@gmail.com>
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
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 = "radhermit@gmail.com"},
+ {name = "Brian Harring", email = "ferringb@gmail.com"},
{name = "Arthur Zamarin", email = "arthurzam@gentoo.org"},
]
maintainers = [