Merge pull request #208274 from anthonyroussel/dvc-remove_maintainers
dvc: remove anthonyroussel from maintainers
This commit is contained in:
commit
b5f0d4497d
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; [ ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue