Unverified Commit 4c66bec3 authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

python3Packages.uv-build: switch homepage to reference docs (#401431)

parents 8a1e1f05 5807686d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -37,7 +37,8 @@ buildPythonPackage {

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