Unverified Commit 79812f80 authored by Johann Wagner's avatar Johann Wagner Committed by GitHub
Browse files

camunda-modeler: maintained by wdz (#254778)

parent 90d4eee2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };