Merge pull request #172190 from WolfangAukang/proton-client-platform

python3Packages.proton-client|protonvpn-nm-lib: change platform to linux
This commit is contained in:
davidak 2022-05-09 15:49:58 +02:00 committed by GitHub
commit 5d52f39c57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -56,5 +56,6 @@ buildPythonPackage rec {
homepage = "https://github.com/ProtonMail/proton-python-client";
license = licenses.gpl3Only;
maintainers = with maintainers; [ wolfangaukang ];
platforms = platforms.linux;
};
}

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;
};
}