From 6ae42339d692284d08ae547c8b743caa2b6f7980 Mon Sep 17 00:00:00 2001 From: Chris Ostrouchov Date: Thu, 29 Nov 2018 10:26:52 -0500 Subject: [PATCH] pythonPackages.iocapture: refactor meta attribute license --- pkgs/development/python-modules/iocapture/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/iocapture/default.nix b/pkgs/development/python-modules/iocapture/default.nix index d1c01b4f6534..1e333d923a02 100644 --- a/pkgs/development/python-modules/iocapture/default.nix +++ b/pkgs/development/python-modules/iocapture/default.nix @@ -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; }; -} \ No newline at end of file +}