From e36eb42d10eaccb19fdc1af645cb32cbc077167c Mon Sep 17 00:00:00 2001 From: nikstur Date: Sun, 18 Jan 2026 15:07:12 +0100 Subject: [PATCH] python3Packages.plantuml-markdown: drop myself as maintainer --- pkgs/development/python-modules/plantuml-markdown/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/python-modules/plantuml-markdown/default.nix b/pkgs/development/python-modules/plantuml-markdown/default.nix index e5998caeb092..3f203385238a 100644 --- a/pkgs/development/python-modules/plantuml-markdown/default.nix +++ b/pkgs/development/python-modules/plantuml-markdown/default.nix @@ -65,6 +65,5 @@ buildPythonPackage rec { homepage = "https://github.com/mikitex70/plantuml-markdown"; changelog = "https://github.com/mikitex70/plantuml-markdown/releases/tag/${src.tag}"; license = lib.licenses.bsd2; - maintainers = with lib.maintainers; [ nikstur ]; }; }