devpod: Remove maxbrunet as maintainer

This commit is contained in:
Maxime Brunet
2025-10-18 13:20:59 -03:00
parent b49a4c98cf
commit f6586f3476
+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: {