Unverified Commit b08e8028 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

devpod: Remove maxbrunet as maintainer (#453234)

parents f6a81f9f f6586f34
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -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: {