From da9d48894abab8d1a7302fc0db351b3a1708be17 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Mon, 6 Jan 2025 01:34:48 +0100 Subject: [PATCH] Add yarost12 as co-maintainer --- MAINTAINERS.md | 3 +++ PKGBUILD | 10 +++++++--- README.md | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 MAINTAINERS.md diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 index 0000000..c85336d --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,3 @@ +# Maintainers +- [JeremyStarTM](https://git.staropensource.de/JeremyStarTM) +- [yarost12](https://git.staropensource.de/yarost12) diff --git a/PKGBUILD b/PKGBUILD index fce9f3b..7c46b93 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,12 @@ #!/usr/bin/env bash # shellcheck disable=SC2034 disable=SC2048 disable=SC2086 disable=SC2154 -# Maintainer: JeremyStarTM -# Maintainer: Josip Ponjavic -# Contributor: yarost12 + +# This PKGBUILD is/was authored by: +# - JeremyStarTM +# - yarost12 +# - Josip Ponjavic +# +# For a list of maintainers see MAINTAINERS.md ### BUILD OPTIONS # You can modify these settings by executing "env _= makepkg" diff --git a/README.md b/README.md index 91b3bc2..dfa51da 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Please only submit PRs to the `develop` branch. Pull requests to the `master` br ## License The linux-clear package is licensed under the BSD Zero-Clause License. -I ([JeremyStarTM](https://git.staropensource.de/JeremyStarTM)) negotiated it with [metak](https://aur.archlinux.org/account/metak) (the previous maintainer) and [yarost12](https://git.staropensource.de/yarost12) (contributor and soon co-maintainer). +I ([JeremyStarTM](https://git.staropensource.de/JeremyStarTM)) negotiated it with [metak](https://aur.archlinux.org/account/metak) (the previous maintainer) and [yarost12](https://git.staropensource.de/yarost12) (co-maintainer). ## Build tool *If you want a dead simple way to compile this package, you can [try out my build tool](https://git.staropensource.de/JeremyStarTM/jstm-optimized). It includes a few no nonsense changes to the kernel configuration and allows you to configure the PKGBUILD in a simple manner to decrease build time. If you don't want that, using `makepkg` as-is works fine too.*