From b9cbb8a4e6b125b399f3439abb56186c355cf78c Mon Sep 17 00:00:00 2001 From: Anthony Roussel Date: Sun, 27 Nov 2022 13:47:57 +0100 Subject: [PATCH] dvc: remove anthonyroussel from maintainers --- pkgs/applications/version-management/dvc/default.nix | 2 +- pkgs/development/python-modules/dvc-render/default.nix | 2 +- pkgs/development/python-modules/dvc-task/default.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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; [ ]; }; }