From 71f1c075231ceb3e1ea27f69d91437312176df6f Mon Sep 17 00:00:00 2001 From: Harinn Date: Sun, 14 Jun 2026 20:35:17 +0700 Subject: [PATCH] python3Packages.clean-fid: move to better homepage + add downloadPage --- pkgs/development/python-modules/clean-fid/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ]; };