awscli2: add devusb to maintainers

This commit is contained in:
Morgan Helton 2022-07-18 05:25:13 -05:00
parent d7dc8c6b6c
commit d4ec3b4b0e

View file

@ -101,6 +101,6 @@ with py.pkgs; buildPythonApplication rec {
changelog = "https://github.com/aws/aws-cli/blob/${version}/CHANGELOG.rst";
description = "Unified tool to manage your AWS services";
license = licenses.asl20;
maintainers = with maintainers; [ bhipple davegallant bryanasdev000 ];
maintainers = with maintainers; [ bhipple davegallant bryanasdev000 devusb ];
};
}