pythonPackages.iocapture: refactor meta attribute license

This commit is contained in:
Chris Ostrouchov
2018-12-03 16:50:41 +01:00
committed by Frederik Rietdijk
parent 56fbdbca15
commit 6ae42339d6
@@ -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;
};
}
}