Unverified Commit 26c90e15 authored by Gutyina Gergő's avatar Gutyina Gergő
Browse files

python3Packages.tree-sitter-markdown: add maintainer gepbird

parent 80525edf
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -42,6 +42,9 @@ buildPythonPackage rec {
    homepage = "https://github.com/tree-sitter-grammars/tree-sitter-markdown";
    changelog = "https://github.com/tree-sitter-grammars/tree-sitter-markdown/releases/tag/${src.tag}";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ GaetanLepage ];
    maintainers = with lib.maintainers; [
      GaetanLepage
      gepbird
    ];
  };
}