···128128 ];
129129130130 meta = with lib; {
131131- description = "Desktop application for creating diagrams";
131131+ description = "Desktop version of draw.io for creating diagrams";
132132 homepage = "https://about.draw.io/";
133133 license = with lib.licenses; [
134134 # The LICENSE file of https://github.com/jgraph/drawio claims Apache License Version 2.0 again since https://github.com/jgraph/drawio/commit/5b2e73471e4fea83d681f0cec5d1aaf7c3884996
+1-1
pkgs/applications/graphics/drawio/headless.nix
···3333 meta = with lib; {
3434 description = "xvfb wrapper around drawio";
3535 longDescription = ''
3636- A wrapper around drawio for running in headless environments.
3636+ A wrapper around drawio (draw.io) for running in headless environments.
3737 Runs drawio under xvfb-run, with configuration going to a temporary
3838 directory.
3939 '';