maintainers: remove jwoudenberg

This commit is contained in:
Jasper Woudenberg 2024-07-01 23:52:46 +02:00 committed by Yaya
parent 15b20a6ffe
commit 71e88077ca
5 changed files with 4 additions and 10 deletions

View File

@ -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";

View File

@ -291,5 +291,5 @@ in
};
};
meta.maintainers = with maintainers; [ jwoudenberg ];
meta.maintainers = with maintainers; [ ];
}

View File

@ -10,7 +10,7 @@ in
{
###### interface
meta.maintainers = with maintainers; [ philandstuff rawkode jwoudenberg ];
meta.maintainers = with maintainers; [ philandstuff rawkode ];
options = {

View File

@ -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";
};
}

View File

@ -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 = [];
};
}