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
@@ -25,7 +25,7 @@ buildGoPackage rec {
run jobs as if they were running on the hosted CirleCI application.
'';
maintainers = with maintainers; [ synthetica ];
platforms = platforms.linux;
platforms = platforms.unix;
license = licenses.mit;
homepage = https://circleci.com/;
};
@@ -30,6 +30,6 @@ buildGoPackage rec {
downloadPage="https://gitlab.com/esr/loccount/tree/master";
license = licenses.bsd2;
maintainers = with maintainers; [ calvertvl ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}