Merge #55988: treewide meta.platforms: linux -> unix

This commit is contained in:
Vladimír Čunát
2019-02-22 07:59:34 +01:00
72 changed files with 72 additions and 72 deletions

View File

@@ -19,7 +19,7 @@ buildGoPackage rec {
description = "The agent that runs on AWS EC2 container instances and starts containers on behalf of Amazon ECS";
homepage = "https://github.com/aws/amazon-ecs-agent";
license = licenses.asl20;
platforms = platforms.linux;
platforms = platforms.unix;
maintainers = with maintainers; [ copumpkin ];
};
}