From bf123a7e48ed95930891c25c9d6da269e06fdcf9 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Sat, 16 Dec 2023 13:58:54 +0100 Subject: [PATCH] xdg-utils: change license to mit Found in the git repo at https://gitlab.freedesktop.org/xdg/xdg-utils/-/blob/master/LICENSE --- pkgs/tools/X11/xdg-utils/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/X11/xdg-utils/default.nix b/pkgs/tools/X11/xdg-utils/default.nix index cf46239939b5..3be7b2fd0ee6 100644 --- a/pkgs/tools/X11/xdg-utils/default.nix +++ b/pkgs/tools/X11/xdg-utils/default.nix @@ -85,7 +85,7 @@ stdenv.mkDerivation rec { meta = with lib; { homepage = "https://www.freedesktop.org/wiki/Software/xdg-utils/"; description = "A set of command line tools that assist applications with a variety of desktop integration tasks"; - license = if mimiSupport then licenses.gpl2 else licenses.free; + license = if mimiSupport then licenses.gpl2 else licenses.mit; maintainers = [ maintainers.eelco ]; platforms = platforms.all; };