about summary refs log tree commit diff
path: root/pkgs/tools/X11
diff options
context:
space:
mode:
authorjopejoe1 <johannes@joens.email>2023-12-16 13:58:54 +0100
committerEmery Hemingway <ehmry@posteo.net>2023-12-17 08:47:39 +0000
commitbf123a7e48ed95930891c25c9d6da269e06fdcf9 (patch)
treebc15434f452a1b3e67ad994b14aefdaa24544a6e /pkgs/tools/X11
parentc6519028fb91878683f305b227cb208d40a8a326 (diff)
xdg-utils: change license to mit
Found in the git repo at https://gitlab.freedesktop.org/xdg/xdg-utils/-/blob/master/LICENSE
Diffstat (limited to 'pkgs/tools/X11')
-rw-r--r--pkgs/tools/X11/xdg-utils/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/X11/xdg-utils/default.nix b/pkgs/tools/X11/xdg-utils/default.nix
index cf46239939b50..3be7b2fd0ee60 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;
   };