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

@@ -21,7 +21,7 @@ buildGoPackage rec {
meta = with stdenv.lib; {
homepage = https://www.keybase.io;
description = "The Keybase FS FUSE driver";
platforms = platforms.linux;
platforms = platforms.unix;
maintainers = with maintainers; [ rvolosatovs bennofs np ];
license = licenses.bsd3;
};

View File

@@ -22,7 +22,7 @@ buildGoPackage rec {
description = "CLI tool which enables you to login and retrieve AWS temporary credentials using a SAML IDP";
homepage = https://github.com/Versent/saml2aws;
license = licenses.mit;
platforms = stdenv.lib.platforms.linux;
platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.pmyjavec ];
};
}