htb-toolkit: add platforms metadata
This commit is contained in:
parent
caeb8cf675
commit
ad8f3a891f
1 changed files with 4 additions and 3 deletions
|
@ -61,9 +61,10 @@ rustPlatform.buildRustPackage {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Play Hack The Box directly on your system";
|
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";
|
mainProgram = "htb-toolkit";
|
||||||
|
homepage = "https://github.com/D3vil0p3r/htb-toolkit";
|
||||||
|
maintainers = with maintainers; [ d3vil0p3r ];
|
||||||
|
platforms = platforms.unix;
|
||||||
|
license = licenses.gpl3Plus;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue