Unverified Commit aa0a93a0 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

treewide: drop copumpkin from maintainers (#392354)

parents 3f263d1e 7ef7b924
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";
+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
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
    homepage = "https://commons.apache.org/proper/commons-bcel/";
    description = "Gives users a convenient way to analyze, create, and manipulate (binary) Java class files";
    sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
    maintainers = with lib.maintainers; [ copumpkin ];
    maintainers = [ ];
    license = lib.licenses.asl20;
    platforms = with lib.platforms; unix;
  };
Loading