From 059c8fc437ea45c1224760be28e83e49d34b7eb1 Mon Sep 17 00:00:00 2001 From: Roman Volosatovs Date: Tue, 29 Jun 2021 21:21:56 +0200 Subject: [PATCH] mbed-cli: remove myself as maintainer --- pkgs/development/tools/mbed-cli/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/mbed-cli/default.nix b/pkgs/development/tools/mbed-cli/default.nix index 127fa1bef863..12e7d1915477 100644 --- a/pkgs/development/tools/mbed-cli/default.nix +++ b/pkgs/development/tools/mbed-cli/default.nix @@ -28,7 +28,7 @@ buildPythonApplication rec { homepage = "https://github.com/ARMmbed/mbed-cli"; description = "Arm Mbed Command Line Interface"; license = licenses.asl20; - maintainers = with maintainers; [ rvolosatovs ]; + maintainers = with maintainers; [ ]; }; }