python310Packages.click-help-colors: upodate meta

This commit is contained in:
Fabian Affolter
2023-08-23 08:49:51 +02:00
committed by GitHub
parent 924b881ae6
commit a113e0de29
@@ -19,9 +19,9 @@ buildPythonPackage rec {
meta = with lib; {
description = "Colorization of help messages in Click";
homepage = "https://github.com/r-m-n/click-help-colors";
license = licenses.mit;
platforms = platforms.unix;
homepage = "https://github.com/click-contrib/click-help-colors";
changelog = "https://github.com/click-contrib/click-help-colors/blob/${version}/CHANGES.rst";
license = licenses.mit;
maintainers = with maintainers; [ freezeboy ];
};
}