python3Packages.torchaudio: change meta.homepage, add meta.downloadPage

This commit is contained in:
Gaetan Lepage 2026-07-02 12:20:15 +00:00
commit 90e9a342ce

View file

@ -168,7 +168,8 @@ buildPythonPackage.override { inherit (torch) stdenv; } (finalAttrs: {
meta = {
description = "PyTorch audio library";
homepage = "https://pytorch.org/";
homepage = "https://pytorch.org/audio";
downloadPage = "https://github.com/pytorch/audio";
changelog = "https://github.com/pytorch/audio/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.bsd2;
platforms =