mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
pythonPackages.iocapture: refactor meta attribute license
This commit is contained in:
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;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue