amazon-ec2-utils: add anthonyroussel to maintainers

This commit is contained in:
Anthony Roussel
2023-08-26 22:00:18 +02:00
parent 8e08b60493
commit da11d35507
@@ -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 ];
};
}