forked from mirrors/nixpkgs
nox: add license information: MIT
nox was licensed under MIT License
since at least 0.0.2. See
b7e084a7c5
This commit is contained in:
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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue