Commit 71e88077 authored by Jasper Woudenberg's avatar Jasper Woudenberg Committed by Yaya
Browse files

maintainers: remove jwoudenberg

parent 15b20a6f
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -10158,12 +10158,6 @@
    githubId = 46386452;
    name = "Jeroen Wijenbergh";
  };
  jwoudenberg = {
    email = "nixpkgs@jasperwoudenberg.com";
    github = "jwoudenberg";
    githubId = 1525551;
    name = "Jasper Woudenberg";
  };
  jwygoda = {
    email = "jaroslaw@wygoda.me";
    github = "jwygoda";
+1 −1
Original line number Diff line number Diff line
@@ -291,5 +291,5 @@ in
    };
  };

  meta.maintainers = with maintainers; [ jwoudenberg ];
  meta.maintainers = with maintainers; [ ];
}
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ in
{
  ###### interface

  meta.maintainers = with maintainers; [ philandstuff rawkode jwoudenberg ];
  meta.maintainers = with maintainers; [ philandstuff rawkode ];

  options = {

+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
    license     = licenses.unfreeRedistributable;
    platforms   = platforms.linux;
    maintainers = with maintainers; [ domenkozar thoughtpolice cwoac jwoudenberg ];
    maintainers = with maintainers; [ domenkozar thoughtpolice cwoac ];
    mainProgram = "rslsync";
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -28,6 +28,6 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://github.com/pop-os/system76-power";
    license = licenses.gpl3Plus;
    platforms = [ "i686-linux" "x86_64-linux" ];
    maintainers = [ maintainers.jwoudenberg ];
    maintainers = [];
  };
}