Merge pull request #286968 from a-kenji/halloy/meta

halloy: set `meta.mainProgram`
This commit is contained in:
Nick Cao
2024-02-07 08:52:31 -05:00
committed by GitHub
@@ -82,5 +82,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/squidowl/halloy/blob/${version}/CHANGELOG.md";
license = licenses.gpl3Only;
maintainers = with maintainers; [ fab ];
mainProgram = "halloy";
};
}