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:
committed by
Emery Hemingway
parent
c6519028fb
commit
bf123a7e48
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user