Commit 5742d833 authored by Harinn's avatar Harinn
Browse files

chroma: remove sternenseemann from maintainers

As requested in #507001
parent 806f1018
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -30,10 +30,7 @@ buildGoModule (finalAttrs: {
    homepage = "https://github.com/alecthomas/chroma";
    description = "General purpose syntax highlighter in pure Go";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [
      sternenseemann
      miniharinn
    ];
    maintainers = with lib.maintainers; [ miniharinn ];
    mainProgram = "chroma";
  };
})