Unverified Commit b2d91ff9 authored by a-n-n-a-l-e-e's avatar a-n-n-a-l-e-e Committed by GitHub
Browse files

Merge pull request #289772 from D3vil0p3r/patch-19

htb-toolkit: add platforms metadata
parents e631501f ad8f3a89
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -61,9 +61,10 @@ rustPlatform.buildRustPackage {

  meta = with lib; {
    description = "Play Hack The Box directly on your system";
    mainProgram = "htb-toolkit";
    homepage = "https://github.com/D3vil0p3r/htb-toolkit";
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ d3vil0p3r ];
    mainProgram = "htb-toolkit";
    platforms = platforms.unix;
    license = licenses.gpl3Plus;
  };
}