htb-toolkit: add platforms metadata

This commit is contained in:
D3vil0p3r 2024-02-18 17:22:06 +01:00 committed by GitHub
parent caeb8cf675
commit ad8f3a891f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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