pythonPackages.ansicolors: add meta
This commit is contained in:
parent
5ff9a2a2cb
commit
4fef9bf857
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user