amazon-ec2-utils: add anthonyroussel to maintainers

This commit is contained in:
Anthony Roussel 2023-08-17 18:07:36 +02:00
parent 8e08b60493
commit da11d35507
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -73,6 +73,6 @@ stdenv.mkDerivation rec {
description = "Contains a set of utilities and settings for Linux deployments in EC2";
homepage = "https://github.com/amazonlinux/amazon-ec2-utils";
license = licenses.mit;
maintainers = with maintainers; [ ketzacoatl thefloweringash ];
maintainers = with maintainers; [ ketzacoatl thefloweringash anthonyroussel ];
};
}