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

This commit is contained in:
Peder Bergebakken Sundt 2025-03-17 12:26:34 +01:00
parent 844ac1d72c
commit da737021af
2 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@ stdenv.mkDerivation rec {
];
meta = with lib; {
description = "Desktop application for creating diagrams";
description = "Desktop version of draw.io for creating diagrams";
homepage = "https://about.draw.io/";
license = with lib.licenses; [
# The LICENSE file of https://github.com/jgraph/drawio claims Apache License Version 2.0 again since https://github.com/jgraph/drawio/commit/5b2e73471e4fea83d681f0cec5d1aaf7c3884996

View File

@ -33,7 +33,7 @@ writeTextFile {
meta = with lib; {
description = "xvfb wrapper around drawio";
longDescription = ''
A wrapper around drawio for running in headless environments.
A wrapper around drawio (draw.io) for running in headless environments.
Runs drawio under xvfb-run, with configuration going to a temporary
directory.
'';