Merge branch 'master' into staging-next

Hydra nixpkgs: ?compare=1506218
This commit is contained in:
Vladimír Čunát
2019-02-22 17:51:01 +01:00
163 changed files with 1856 additions and 870 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;
};
}