colorful, pandoc-plantuml-filter: Add l33tname as maintainer (#458026)

This commit is contained in:
Wolfgang Walther
2025-12-09 16:11:01 +00:00
committed by GitHub
2 changed files with 8 additions and 2 deletions
@@ -29,6 +29,9 @@ buildPythonPackage rec {
homepage = "https://github.com/timofurrer/colorful";
changelog = "https://github.com/timofurrer/colorful/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ kalbasit ];
maintainers = with maintainers; [
kalbasit
l33tname
];
};
}
@@ -28,7 +28,10 @@ buildPythonApplication rec {
homepage = "https://github.com/timofurrer/pandoc-plantuml-filter";
description = "Pandoc filter which converts PlantUML code blocks to PlantUML images";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ cmcdragonkai ];
maintainers = with lib.maintainers; [
cmcdragonkai
l33tname
];
mainProgram = "pandoc-plantuml";
};
}