Loading pkgs/applications/graphics/drawio/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -116,7 +116,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Desktop application for creating diagrams"; homepage = "https://about.draw.io/"; license = licenses.asl20; license = licenses.unfree; changelog = "https://github.com/jgraph/drawio-desktop/releases/tag/v${version}"; maintainers = with maintainers; [ qyliss darkonion0 ]; platforms = platforms.darwin ++ platforms.linux; Loading Loading
pkgs/applications/graphics/drawio/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -116,7 +116,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Desktop application for creating diagrams"; homepage = "https://about.draw.io/"; license = licenses.asl20; license = licenses.unfree; changelog = "https://github.com/jgraph/drawio-desktop/releases/tag/v${version}"; maintainers = with maintainers; [ qyliss darkonion0 ]; platforms = platforms.darwin ++ platforms.linux; Loading