maintainers: drop cbourjau (#416437)

This commit is contained in:
Wolfgang Walther
2025-09-13 12:00:08 +00:00
committed by GitHub
2 changed files with 0 additions and 7 deletions

View File

@@ -4338,12 +4338,6 @@
githubId = 3471749;
name = "Claudio Bley";
};
cbourjau = {
email = "christianb@posteo.de";
github = "cbourjau";
githubId = 3288058;
name = "Christian Bourjau";
};
cbrewster = {
email = "cbrewster@hey.com";
github = "cbrewster";

View File

@@ -293,7 +293,6 @@ effectiveStdenv.mkDerivation rec {
maintainers = with lib.maintainers; [
puffnfresh
ck3d
cbourjau
];
};
}