pythonPackages.ansicolors: add meta

This commit is contained in:
Dan Peebles 2017-02-08 14:05:13 -05:00
parent 5ff9a2a2cb
commit 4fef9bf857

View File

@ -681,6 +681,13 @@ in {
inherit version;
sha256 = "02lmh2fbqcwr98cq13l9ql0fvyad1dcb3ap3c5xq9qwjp45m6r3n";
};
meta = {
homepage = "https://github.com/verigak/colors/";
description = "ANSI colors for Python";
license = licenses.isc;
maintainers = with maintainers; [ copumpkin ];
};
};
asgiref = buildPythonPackage rec {