python39Packages.huggingface-hub: fix changelog url

main
Mario Rodas 2 years ago
parent 47a3dd1511
commit 557019af91
  1. 2
      pkgs/development/python-modules/huggingface-hub/default.nix

@ -41,7 +41,7 @@ buildPythonPackage rec {
meta = with lib; {
homepage = "https://github.com/huggingface/huggingface_hub";
description = "Download and publish models and other files on the huggingface.co hub";
changelog = "https://github.com/huggingface/huggingface_hub/releases/tag/${version}";
changelog = "https://github.com/huggingface/huggingface_hub/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ ];
};

Loading…
Cancel
Save