Unverified Commit 087fbaf5 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

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

parents eafd802e 9b03dbaa
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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
    ];
  };
}
+4 −1
Original line number Diff line number Diff line
@@ -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";
  };
}