python3Packages.torchcodec: add caniko as maintainer

This commit is contained in:
Can H. Tartanoglu
2026-03-10 09:35:13 +01:00
parent a6e30bef16
commit fee78689e3
@@ -160,6 +160,9 @@ buildPythonPackage rec {
homepage = "https://github.com/meta-pytorch/torchcodec";
changelog = "https://github.com/meta-pytorch/torchcodec/releases/tag/${src.tag}";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ GaetanLepage ];
maintainers = with lib.maintainers; [
GaetanLepage
caniko
];
};
}