python3Packages.torchaudio: change meta.homepage, add meta.downloadPage
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user