amazon-ec2-utils: add anthonyroussel to maintainers
This commit is contained in:
parent
8e08b60493
commit
da11d35507
1 changed files with 1 additions and 1 deletions
|
@ -73,6 +73,6 @@ stdenv.mkDerivation rec {
|
||||||
description = "Contains a set of utilities and settings for Linux deployments in EC2";
|
description = "Contains a set of utilities and settings for Linux deployments in EC2";
|
||||||
homepage = "https://github.com/amazonlinux/amazon-ec2-utils";
|
homepage = "https://github.com/amazonlinux/amazon-ec2-utils";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ ketzacoatl thefloweringash ];
|
maintainers = with maintainers; [ ketzacoatl thefloweringash anthonyroussel ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue