diff --git a/pkgs/development/python-modules/clean-fid/default.nix b/pkgs/development/python-modules/clean-fid/default.nix index ececc55ddfa5..7f1b5ce2c914 100644 --- a/pkgs/development/python-modules/clean-fid/default.nix +++ b/pkgs/development/python-modules/clean-fid/default.nix @@ -47,7 +47,8 @@ buildPythonPackage { meta = { description = "PyTorch - FID calculation with proper image resizing and quantization steps [CVPR 2022]"; - homepage = "https://github.com/GaParmar/clean-fid"; + homepage = "https://www.cs.cmu.edu/~clean-fid/"; + downloadPage = "https://github.com/GaParmar/clean-fid"; license = lib.licenses.mit; teams = [ lib.teams.tts ]; };