3
0
Fork 0
forked from mirrors/nixpkgs

awsebcli: add kirillrdy as maintainer

This commit is contained in:
Kirill Radzikhovskyy 2023-03-08 07:12:38 +11:00
parent 985e04ac1b
commit 72d7d2e9cc

View file

@ -93,7 +93,7 @@ with localPython.pkgs; buildPythonApplication rec {
meta = with lib; {
homepage = "https://aws.amazon.com/elasticbeanstalk/";
description = "A command line interface for Elastic Beanstalk";
maintainers = with maintainers; [ eqyiel ];
maintainers = with maintainers; [ eqyiel kirillrdy ];
license = licenses.asl20;
};
}