camunda-modeler: maintained by wdz (#254778)

This commit is contained in:
Johann Wagner
2023-09-12 19:40:02 +02:00
committed by GitHub
parent 90d4eee2d3
commit 79812f80f3

View File

@@ -63,7 +63,7 @@ stdenvNoCC.mkDerivation rec {
meta = with lib; {
homepage = "https://github.com/camunda/camunda-modeler";
description = "An integrated modeling solution for BPMN, DMN and Forms based on bpmn.io";
maintainers = with maintainers; [ n0emis ];
maintainers = teams.wdz.members;
license = licenses.mit;
inherit (electron.meta) platforms;
};