pythonPackages.iocapture: refactor meta attribute license

This commit is contained in:
Chris Ostrouchov 2018-11-29 10:26:52 -05:00 committed by Frederik Rietdijk
parent 56fbdbca15
commit 6ae42339d6

View File

@ -29,6 +29,6 @@ buildPythonPackage rec {
meta = with lib; {
description = "Capture stdout, stderr easily.";
homepage = https://github.com/oinume/iocapture;
license = licenses.MIT;
license = licenses.mit;
};
}
}