yabai: remove inactive maintainer (#541032)

This commit is contained in:
Austin Horstman
2026-07-12 17:16:05 +00:00
committed by GitHub
2 changed files with 0 additions and 7 deletions
-6
View File
@@ -25608,12 +25608,6 @@
githubId = 106669955;
name = "Léon Gessner";
};
shardy = {
email = "shardul@baral.ca";
github = "shardulbee";
githubId = 16765155;
name = "Shardul Baral";
};
sharpchen = {
github = "sharpchen";
githubId = 77432836;
-1
View File
@@ -106,7 +106,6 @@ stdenv.mkDerivation (finalAttrs: {
mainProgram = "yabai";
maintainers = with lib.maintainers; [
cmacrae
shardy
khaneliman
];
sourceProvenance = [ lib.sourceTypes.fromSource ];