mbed-cli: remove myself as maintainer

This commit is contained in:
Roman Volosatovs
2021-06-29 21:21:56 +02:00
parent 0877a5a2fd
commit 059c8fc437
+1 -1
View File
@@ -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; [ ];
};
}