diff --git a/pkgs/development/python-modules/torchcodec/default.nix b/pkgs/development/python-modules/torchcodec/default.nix index f069d76f33a3..5c8bd8fa1e7d 100644 --- a/pkgs/development/python-modules/torchcodec/default.nix +++ b/pkgs/development/python-modules/torchcodec/default.nix @@ -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 + ]; }; }