Skip to content

Commit 4c66bec

Browse files
authored
python3Packages.uv-build: switch homepage to reference docs (#401431)
2 parents 8a1e1f0 + 5807686 commit 4c66bec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkgs/development/python-modules/uv-build/default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ buildPythonPackage {
3737

3838
meta = {
3939
description = "A minimal build backend for uv";
40-
inherit (pkgs.uv.meta) homepage changelog license;
40+
homepage = "https://docs.astral.sh/uv/reference/settings/#build-backend";
41+
inherit (pkgs.uv.meta) changelog license;
4142
maintainers = with lib.maintainers; [ bengsparks ];
4243
};
4344
}

0 commit comments

Comments
 (0)