drawio: add 'draw.io' to description to improve search discoverability

+2 -2
+1 -1
pkgs/applications/graphics/drawio/default.nix
··· 128 128 ]; 129 129 130 130 meta = with lib; { 131 - description = "Desktop application for creating diagrams"; 131 + description = "Desktop version of draw.io for creating diagrams"; 132 132 homepage = "https://about.draw.io/"; 133 133 license = with lib.licenses; [ 134 134 # 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
··· 33 33 meta = with lib; { 34 34 description = "xvfb wrapper around drawio"; 35 35 longDescription = '' 36 - A wrapper around drawio for running in headless environments. 36 + A wrapper around drawio (draw.io) for running in headless environments. 37 37 Runs drawio under xvfb-run, with configuration going to a temporary 38 38 directory. 39 39 '';