Merge pull request #220036 from kirillrdy/awsebcli-maintainer

awsebcli: add kirillrdy as maintainer
This commit is contained in:
Martin Weinelt 2023-03-07 21:08:46 +00:00 committed by GitHub
commit 8425791f4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View file

@ -7943,6 +7943,12 @@
githubId = 804677; githubId = 804677;
name = "Kirill Kazakov"; name = "Kirill Kazakov";
}; };
kirillrdy = {
email = "kirillrdy@gmail.com";
github = "kirillrdy";
githubId = 12160;
name = "Kirill Radzikhovskyy";
};
kisonecat = { kisonecat = {
email = "kisonecat@gmail.com"; email = "kisonecat@gmail.com";
github = "kisonecat"; github = "kisonecat";

View file

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