diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2022-03-31 01:20:40 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2022-03-31 01:25:44 +0200 |
commit | a01e9730359ca8ff4886986dffa9f4c3eeb64782 (patch) | |
tree | 2cbe7820a3495dc3a5d2222bb866227215a8b490 /pcr/simtrace2/PKGBUILD | |
parent | 99238787f69db69538f87cf3e9318e9fc4477562 (diff) | |
download | abslibre-a01e9730359ca8ff4886986dffa9f4c3eeb64782.tar.gz abslibre-a01e9730359ca8ff4886986dffa9f4c3eeb64782.tar.bz2 abslibre-a01e9730359ca8ff4886986dffa9f4c3eeb64782.zip |
treewide: clarify the maintainer situation on packages lacking one
The status quo is that any Parabola hacker is expected to (be able to)
modify any packages, and having a single maintainer of a package
discourages that practice as people would typically send a patch to
the maintainer instead of pushing it directly.
So for a start we can add common maintainership on package lacking any
"Maintainer: " header for packages in repositories that are supposed
to be maintained.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'pcr/simtrace2/PKGBUILD')
-rw-r--r-- | pcr/simtrace2/PKGBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pcr/simtrace2/PKGBUILD b/pcr/simtrace2/PKGBUILD index 176377335..811732be2 100644 --- a/pcr/simtrace2/PKGBUILD +++ b/pcr/simtrace2/PKGBUILD @@ -3,6 +3,8 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. +# Maintainers: Parabola hackers <dev@lists.parabola.nu> + pkgname=simtrace2 pkgver=0.8.1 pkgrel=1 |