From 77b08002aa8fc43163bae985704dd06310015d8b Mon Sep 17 00:00:00 2001 From: jaysa68 Date: Fri, 7 Nov 2025 22:01:39 -0800 Subject: [PATCH] python3Packages.mkdocs-material: add jaysa68 to maintainers --- pkgs/development/python-modules/mkdocs-material/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/mkdocs-material/default.nix b/pkgs/development/python-modules/mkdocs-material/default.nix index e94f596e43d4..47a5a2d005b5 100644 --- a/pkgs/development/python-modules/mkdocs-material/default.nix +++ b/pkgs/development/python-modules/mkdocs-material/default.nix @@ -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 + ]; }; }