Unverified Commit 178cdf2d authored by Emily's avatar Emily Committed by GitHub
Browse files

Revert "treewide: drop copumpkin from maintainers" (#392440)

parents 13cdd4fe 9b27f279
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -4869,6 +4869,12 @@
    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 −0
Original line number Diff line number Diff line
@@ -80,6 +80,7 @@ buildGoModule rec {
    license = licenses.asl20;
    maintainers = with maintainers; [
      ebzzry
      copumpkin
      vdemeester
      atkinschang
      Chili-Man
+1 −0
Original line number Diff line number Diff line
@@ -116,6 +116,7 @@ stdenv.mkDerivation {
    platforms = platforms.linux; # Darwin probably works too but I haven't tested it
    license = licenses.gpl2;
    maintainers = with maintainers; [
      copumpkin
      raitobezarius
    ];
  };
+1 −0
Original line number Diff line number Diff line
@@ -176,6 +176,7 @@ 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 = [ ];
    maintainers = with lib.maintainers; [ copumpkin ];
    license = lib.licenses.asl20;
    platforms = with lib.platforms; unix;
  };
Loading