devpod: Remove maxbrunet as maintainer (#453234)

This commit is contained in:
Yohann Boniface
2025-10-18 20:00:52 +00:00
committed by GitHub
+1 -4
View File
@@ -40,10 +40,7 @@ let
mainProgram = "devpod";
homepage = "https://devpod.sh";
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [
maxbrunet
tomasajt
];
maintainers = [ lib.maintainers.tomasajt ];
};
devpod = buildGoModule (finalAttrs: {