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

{libnvidia-container,envoy-bin}: remove katexochen from maintainers (#512064)

parents 5758d142 4898bd56
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -67,7 +67,6 @@ stdenvNoCC.mkDerivation {
    license = lib.licenses.asl20;
    sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
    maintainers = with lib.maintainers; [
      katexochen
      charludo
    ];
    mainProgram = "envoy";
+0 −1
Original line number Diff line number Diff line
@@ -175,7 +175,6 @@ stdenv.mkDerivation (finalAttrs: {
    maintainers = with lib.maintainers; [
      cpcloud
      msanft
      katexochen
    ];
  };
})