azure-cli: add akechishiro to maintainers

This commit is contained in:
Samy Lahfa 2023-07-23 14:17:34 +02:00
parent c2e455f854
commit 59aa11ce8d

View File

@ -270,7 +270,7 @@ py.pkgs.toPythonApplication (py.pkgs.buildAzureCliPackage {
homepage = "https://github.com/Azure/azure-cli"; homepage = "https://github.com/Azure/azure-cli";
description = "Next generation multi-platform command line experience for Azure"; description = "Next generation multi-platform command line experience for Azure";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ akechishiro jonringer ];
}; };
}) })