xdg-utils: change license to mit

Found in the git repo at https://gitlab.freedesktop.org/xdg/xdg-utils/-/blob/master/LICENSE
This commit is contained in:
jopejoe1
2023-12-16 13:58:54 +01:00
committed by Emery Hemingway
parent c6519028fb
commit bf123a7e48

View File

@@ -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;
};