From a113e0de2973bbd4040f191218870a2b9dd1b355 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 23 Aug 2023 08:49:51 +0200 Subject: [PATCH] python310Packages.click-help-colors: upodate meta --- .../python-modules/click-help-colors/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ]; }; }