python3Packages.torchcodec: add caniko as maintainer
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user