Merge pull request #289772 from D3vil0p3r/patch-19

htb-toolkit: add platforms metadata
This commit is contained in:
a-n-n-a-l-e-e 2024-03-06 14:08:52 -08:00 committed by GitHub
commit b2d91ff9fe
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;
};
}