Commit 5d48f441 authored by phaer's avatar phaer
Browse files

treewide: drop copumpkin from maintainers

Their last commit is from March 28th 2019, about 6 years ago.

This PR is in no way intended to diminish Daniels'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.

If this is merged, they should probably also be removed from the list
of committers for the time being.
parent 6ad06e14
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -4869,12 +4869,6 @@
    githubId = 32609395;
    name = "B YI";
  };
  copumpkin = {
    email = "pumpkingod@gmail.com";
    github = "copumpkin";
    githubId = 2623;
    name = "Dan Peebles";
  };
  corbanr = {
    email = "corban@raunco.co";
    github = "CorbanR";
+1 −2
Original line number Diff line number Diff line
@@ -447,8 +447,7 @@ let
    mkdir -p $root

    # Copy arbitrary other files into the image
    # Semi-shamelessly copied from make-etc.sh. I (@copumpkin) shall factor this stuff out as part of
    # https://github.com/NixOS/nixpkgs/issues/23052.
    # Semi-shamelessly copied from make-etc.sh.
    set -f
    sources_=(${lib.concatStringsSep " " sources})
    targets_=(${lib.concatStringsSep " " targets})
+0 −1
Original line number Diff line number Diff line
@@ -80,7 +80,6 @@ buildGoModule rec {
    license = licenses.asl20;
    maintainers = with maintainers; [
      ebzzry
      copumpkin
      vdemeester
      atkinschang
      Chili-Man
+0 −1
Original line number Diff line number Diff line
@@ -116,7 +116,6 @@ stdenv.mkDerivation {
    platforms = platforms.linux; # Darwin probably works too but I haven't tested it
    license = licenses.gpl2;
    maintainers = with maintainers; [
      copumpkin
      raitobezarius
    ];
  };
+0 −1
Original line number Diff line number Diff line
@@ -176,7 +176,6 @@ buildGoModule rec {
    license = licenses.asl20;
    platforms = platforms.unix;
    maintainers = with maintainers; [
      copumpkin
      manveru
      anthonyroussel
      arianvp
Loading