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 /nonprism | |
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 'nonprism')
-rw-r--r-- | nonprism/choqok/PKGBUILD | 1 | ||||
-rw-r--r-- | nonprism/empathy/PKGBUILD | 1 | ||||
-rw-r--r-- | nonprism/gnome-online-accounts/PKGBUILD | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/nonprism/choqok/PKGBUILD b/nonprism/choqok/PKGBUILD index 3d080788a..8a8664388 100644 --- a/nonprism/choqok/PKGBUILD +++ b/nonprism/choqok/PKGBUILD @@ -3,6 +3,7 @@ # Contributor (Arch): Emanuele Rossi <newdna1510@yahoo.it> # Contributor (Arch): Bram Schoenmakers <me@bramschoenmakers.nl> # Contributor: Márcio Silva <coadde@hyperbola.info> +# Maintainers: Parabola hackers <dev@lists.parabola.nu> pkgname=choqok pkgver=1.6.0 diff --git a/nonprism/empathy/PKGBUILD b/nonprism/empathy/PKGBUILD index c7b7c003c..eb2912173 100644 --- a/nonprism/empathy/PKGBUILD +++ b/nonprism/empathy/PKGBUILD @@ -2,6 +2,7 @@ # Contributor (Arch): Ionut Biru <ibiru@archlinux.org> # Contributor: Andreas Grapentin <andreas@grapentin.org> # Contributor: André Silva <emulatorman@hyperbola.info> +# Maintainers: Parabola hackers <dev@lists.parabola.nu> # parabola changes and rationale # - removed geoclue2 support diff --git a/nonprism/gnome-online-accounts/PKGBUILD b/nonprism/gnome-online-accounts/PKGBUILD index da025e7cf..721b8a903 100644 --- a/nonprism/gnome-online-accounts/PKGBUILD +++ b/nonprism/gnome-online-accounts/PKGBUILD @@ -3,6 +3,7 @@ # Contributor: Andreas Grapentin <andreas@grapentin.org> # Contributor: Márcio Silva <coadde@hyperbola.info> # Contributor: Isaac David <isacdaavid@at@isacdaavid@dot@info> +# Maintainers: Parabola hackers <dev@lists.parabola.nu> # parabola changes and rationale: # - removed support for possibly unsafe protocols |