From e6bb3e645423f4f41c745a8aaf9a1650b157d7da Mon Sep 17 00:00:00 2001 From: Luflosi Date: Sat, 22 Feb 2025 08:42:01 +0100 Subject: [PATCH] Revert "drawio: update license" This reverts commit da2060c0dee86a677096aab104c029a578bd12ea. See https://github.com/jgraph/drawio/commit/5b2e73471e4fea83d681f0cec5d1aaf7c3884996. --- pkgs/applications/graphics/drawio/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/graphics/drawio/default.nix b/pkgs/applications/graphics/drawio/default.nix index 0c5744e77c8cd2..41d95d5a8b6f89 100644 --- a/pkgs/applications/graphics/drawio/default.nix +++ b/pkgs/applications/graphics/drawio/default.nix @@ -130,7 +130,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Desktop application for creating diagrams"; homepage = "https://about.draw.io/"; - license = licenses.unfree; + license = licenses.asl20; changelog = "https://github.com/jgraph/drawio-desktop/releases/tag/v${version}"; maintainers = with maintainers; [ darkonion0 ]; platforms = platforms.darwin ++ platforms.linux;