Skip to content

Commit

Permalink
pythonPackages.ansicolors: add meta
Browse files Browse the repository at this point in the history
  • Loading branch information
copumpkin committed Feb 8, 2017
1 parent 5ff9a2a commit 4fef9bf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4fef9bf

Please sign in to comment.