python3Packages.clean-fid: move to better homepage + add downloadPage

This commit is contained in:
Harinn
2026-06-15 13:45:09 +07:00
parent 8724b8cd53
commit 71f1c07523
@@ -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 ];
};