htmlq: set meta.mainProgram

This commit is contained in:
networkException 2023-12-12 21:48:59 +01:00
parent 205f70b7fb
commit e8d403b697
No known key found for this signature in database
GPG key ID: E3877443AE684391

View file

@ -22,5 +22,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/mgdm/htmlq";
license = licenses.mit;
maintainers = with maintainers; [ siraben nerdypepper ];
mainProgram = "htmlq";
};
}