diff --git a/pkgs/applications/version-management/dvc/default.nix b/pkgs/applications/version-management/dvc/default.nix index 40b550cb9e38..f76f413ea661 100644 --- a/pkgs/applications/version-management/dvc/default.nix +++ b/pkgs/applications/version-management/dvc/default.nix @@ -97,6 +97,6 @@ python3.pkgs.buildPythonApplication rec { description = "Version Control System for Machine Learning Projects"; homepage = "https://dvc.org"; license = licenses.asl20; - maintainers = with maintainers; [ cmcdragonkai fab anthonyroussel ]; + maintainers = with maintainers; [ cmcdragonkai fab ]; }; } diff --git a/pkgs/development/python-modules/dvc-render/default.nix b/pkgs/development/python-modules/dvc-render/default.nix index b6da5663f41a..3b85d63e8bba 100644 --- a/pkgs/development/python-modules/dvc-render/default.nix +++ b/pkgs/development/python-modules/dvc-render/default.nix @@ -58,6 +58,6 @@ buildPythonPackage rec { description = "Library for rendering DVC plots"; homepage = "https://github.com/iterative/dvc-render"; license = licenses.asl20; - maintainers = with maintainers; [ fab anthonyroussel ]; + maintainers = with maintainers; [ fab ]; }; } diff --git a/pkgs/development/python-modules/dvc-task/default.nix b/pkgs/development/python-modules/dvc-task/default.nix index b71cf3175e2b..6c9eb60c6c54 100644 --- a/pkgs/development/python-modules/dvc-task/default.nix +++ b/pkgs/development/python-modules/dvc-task/default.nix @@ -55,6 +55,6 @@ buildPythonPackage rec { description = "Celery task queue used in DVC"; homepage = "https://github.com/iterative/dvc-task"; license = licenses.asl20; - maintainers = with maintainers; [ anthonyroussel ]; + maintainers = with maintainers; [ ]; }; }