Unverified Commit f887c1da authored by Arnout Engelen's avatar Arnout Engelen
Browse files

treewide: remove gebner from maintainers

gebner has been an amazing maintainer, but appears to have moved on:
the last commit on nixpkgs appears to have been in Feb 2023, and
they have not been responding to pings (e.g.
https://github.com/NixOS/nixpkgs/issues/347764).

They also approved https://github.com/NixOS/nixpkgs/pull/337292 before,
but that PR had some additional changes and was closed without merging.

This PR is in no way intended to diminuish Gabriel's accomplishments,
and they're welcome to just say so if they'd prefer this PR not to
be merged. Also, even if it's merged, of course they're always welcome
to return to activity and be added back. The intent of this PR is to
give more realistic expectations around the maintainership of these
packages, and to invite others to step up for maintainership if they
rely on those packages.

This seems in line with https://github.com/NixOS/nixpkgs/tree/master/maintainers#how-to-lose-maintainer-status
parent e3e32b64
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -8474,12 +8474,6 @@
    githubId = 34658064;
    name = "Grace Dinh";
  };
  gebner = {
    email = "gebner@gebner.org";
    github = "gebner";
    githubId = 313929;
    name = "Gabriel Ebner";
  };
  geluk = {
    email = "johan+nix@geluk.io";
    github = "geluk";
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ in
    meta = with lib; {
      homepage = "http://abcde.einval.com/wiki/";
      license = licenses.gpl2Plus;
      maintainers = with maintainers; [ gebner ];
      maintainers = with maintainers; [ ];
      description = "Command-line audio CD ripper";
      longDescription = ''
        abcde is a front-end command-line utility (actually, a shell
+0 −1
Original line number Diff line number Diff line
@@ -178,7 +178,6 @@ mkDerivation rec {
    maintainers = with lib.maintainers; [
      bjornfor
      raskin
      gebner
    ];
    mainProgram = "openscad";
  };
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ mkDerivation rec {
    description = "Cross platform open source e-book reader";
    mainProgram = "cr3";
    license = licenses.gpl2Plus; # see https://github.com/buggins/coolreader/issues/80
    maintainers = with maintainers; [ gebner ];
    maintainers = with maintainers; [ ];
    platforms = platforms.all;
  };
}
+0 −1
Original line number Diff line number Diff line
@@ -91,7 +91,6 @@ mkDerivation rec {
    platforms = platforms.linux;
    maintainers = with maintainers; [
      abbradar
      gebner
    ];
  };
}
Loading