amazon-ssm-agent: add arianvp to maintainers

I use this package at work. Might as well start maintaining it.
This commit is contained in:
Arian van Putten
2024-06-08 22:11:51 +03:00
committed by GitHub
parent c95c1a563d
commit 4ab40e73a5
+1 -1
View File
@@ -166,6 +166,6 @@ buildGoModule rec {
homepage = "https://github.com/aws/amazon-ssm-agent";
license = licenses.asl20;
platforms = platforms.unix;
maintainers = with maintainers; [ copumpkin manveru anthonyroussel ];
maintainers = with maintainers; [ copumpkin manveru anthonyroussel arianvp ];
};
}