nox: add license information: MIT

nox was licensed under MIT License
since at least 0.0.2. See
https://github.com/madjar/nox/commit/b7e084a7c507aff4c56afb4d719eefb142393d1a
This commit is contained in:
Raphael Das Gupta
2017-11-07 13:50:23 +02:00
committed by Tuomas Tynkkynen
parent d2df286df7
commit 139d931d4d
@@ -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;
};
}