diff --git a/pkgs/development/python-modules/click-help-colors/default.nix b/pkgs/development/python-modules/click-help-colors/default.nix index f55c91dfd145..a093cfaf9dec 100644 --- a/pkgs/development/python-modules/click-help-colors/default.nix +++ b/pkgs/development/python-modules/click-help-colors/default.nix @@ -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 ]; }; }