diff --git a/pkgs/by-name/ht/htb-toolkit/package.nix b/pkgs/by-name/ht/htb-toolkit/package.nix index 9930f02e38bd..b833fed50580 100644 --- a/pkgs/by-name/ht/htb-toolkit/package.nix +++ b/pkgs/by-name/ht/htb-toolkit/package.nix @@ -61,9 +61,10 @@ rustPlatform.buildRustPackage { meta = with lib; { description = "Play Hack The Box directly on your system"; - homepage = "https://github.com/D3vil0p3r/htb-toolkit"; - license = licenses.gpl3Plus; - maintainers = with maintainers; [ d3vil0p3r ]; mainProgram = "htb-toolkit"; + homepage = "https://github.com/D3vil0p3r/htb-toolkit"; + maintainers = with maintainers; [ d3vil0p3r ]; + platforms = platforms.unix; + license = licenses.gpl3Plus; }; }