python3Packages.mkdocs-material: add jaysa68 to maintainers

This commit is contained in:
jaysa68
2025-11-07 22:10:46 -08:00
parent c8ecc1228e
commit 77b08002aa
@@ -89,6 +89,9 @@ buildPythonPackage rec {
downloadPage = "https://github.com/squidfunk/mkdocs-material";
homepage = "https://squidfunk.github.io/mkdocs-material/";
license = licenses.mit;
maintainers = with maintainers; [ dandellion ];
maintainers = with maintainers; [
dandellion
jaysa68
];
};
}