nox: add license information: MIT

nox was licensed under MIT License
since at least 0.0.2. See
b7e084a7c5
This commit is contained in:
Raphael Das Gupta 2017-11-07 11:34:03 +01:00 committed by Tuomas Tynkkynen
parent d2df286df7
commit 139d931d4d

View File

@ -25,6 +25,7 @@ pythonPackages.buildPythonApplication rec {
homepage = https://github.com/madjar/nox;
description = "Tools to make nix nicer to use";
maintainers = [ lib.maintainers.madjar ];
license = lib.licenses.mit;
platforms = lib.platforms.all;
};
}