python3Packages.protonvpn-nm-lib: change platform to linux

This commit is contained in:
P. R. d. O 2022-05-09 07:37:12 -06:00
parent cd75ecd1b7
commit 29d3bfce16
No known key found for this signature in database
GPG key ID: 7B0FF33FF90110C7

View file

@ -53,5 +53,6 @@ buildPythonPackage rec {
homepage = "https://github.com/ProtonVPN/protonvpn-nm-lib";
license = licenses.gpl3Only;
maintainers = with maintainers; [ wolfangaukang ];
platforms = platforms.linux;
};
}