Merge pull request #208274 from anthonyroussel/dvc-remove_maintainers

dvc: remove anthonyroussel from maintainers
This commit is contained in:
figsoda 2022-12-29 16:35:50 -05:00 committed by GitHub
commit b5f0d4497d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -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 ];
};
}

View file

@ -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 ];
};
}

View file

@ -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; [ ];
};
}