From da11d3550792fc8fcb598f1925bcedb450658528 Mon Sep 17 00:00:00 2001 From: Anthony Roussel Date: Thu, 17 Aug 2023 18:07:36 +0200 Subject: [PATCH] amazon-ec2-utils: add anthonyroussel to maintainers --- pkgs/tools/admin/amazon-ec2-utils/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/admin/amazon-ec2-utils/default.nix b/pkgs/tools/admin/amazon-ec2-utils/default.nix index 4e9b4f07cb5f..ed472b2a930e 100644 --- a/pkgs/tools/admin/amazon-ec2-utils/default.nix +++ b/pkgs/tools/admin/amazon-ec2-utils/default.nix @@ -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 ]; }; }