colorful, pandoc-plantuml-filter: Add l33tname as maintainer (#458026)
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user