dvc: remove anthonyroussel from maintainers

This commit is contained in:
Anthony Roussel
2022-12-29 20:50:02 +01:00
parent 19a27a2e6e
commit b9cbb8a4e6
3 changed files with 3 additions and 3 deletions
@@ -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 ];
};
}
@@ -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 ];
};
}
@@ -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; [ ];
};
}