mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.torchaudio: change meta.homepage, add meta.downloadPage
This commit is contained in:
parent
be433ff959
commit
90e9a342ce
1 changed files with 2 additions and 1 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue