mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
python310Packages.colored: update meta
This commit is contained in:
parent
b8ab9d405a
commit
0b36a1d27f
@ -25,9 +25,10 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://gitlab.com/dslackw/colored";
|
||||
description = "Simple library for color and formatting to terminal";
|
||||
homepage = "https://gitlab.com/dslackw/colored";
|
||||
changelog = "https://gitlab.com/dslackw/colored/-/raw/${version}/CHANGES.md";
|
||||
maintainers = with maintainers; [ ];
|
||||
license = licenses.mit;
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user