Merge pull request #221714 from wegank/otpclient-platforms

otpclient: restrict platforms
This commit is contained in:
Weijia Wang 2023-03-17 23:17:05 +02:00 committed by GitHub
commit 6b9bd9d56f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,5 +37,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/paolostivanin/OTPClient";
license = licenses.gpl3Only;
maintainers = with maintainers; [ alexbakker ];
platforms = platforms.linux;
};
}