python310Packages.colored: update meta

This commit is contained in:
Mario Rodas 2022-11-12 08:04:00 +00:00
parent b8ab9d405a
commit 0b36a1d27f

View file

@ -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;
};
}