From 4df3ae78dde81f0d3a817e489bae2f73da711ab4 Mon Sep 17 00:00:00 2001 From: Anthony Roussel Date: Mon, 8 Aug 2022 21:42:26 +0200 Subject: [PATCH] dvc: add anthonyroussel to maintainers --- pkgs/applications/version-management/dvc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/version-management/dvc/default.nix b/pkgs/applications/version-management/dvc/default.nix index 633aee668f41..b8361d8bd703 100644 --- a/pkgs/applications/version-management/dvc/default.nix +++ b/pkgs/applications/version-management/dvc/default.nix @@ -96,6 +96,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 ]; + maintainers = with maintainers; [ cmcdragonkai fab anthonyroussel ]; }; }