Merge pull request #244869 from Kranzes/twingate

twingate: set correct meta.platforms
This commit is contained in:
Ilan Joselevich 2023-07-22 22:41:29 +03:00 committed by GitHub
commit 883fd35c94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,6 +57,6 @@ stdenv.mkDerivation rec {
homepage = "https://twingate.com";
license = licenses.unfree;
maintainers = with maintainers; [ tonyshkurenko ];
platforms = platforms.linux;
platforms = [ "x86_64-linux" ];
};
}