Merge pull request #157557 from gordiasdot/patch-2

got: change package platforms to linux
This commit is contained in:
Bobby Rong 2022-02-01 16:37:48 +08:00 committed by GitHub
commit e0d437af8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://gameoftrees.org";
license = licenses.isc;
platforms = platforms.all;
platforms = platforms.linux;
maintainers = with maintainers; [ abbe ];
};
}