Merge pull request #157730 from Infinidoge/patch-2

soft-serve: set meta.mainProgram to "soft"
This commit is contained in:
Bobby Rong
2022-02-02 12:14:32 +08:00
committed by GitHub
+1
View File
@@ -27,6 +27,7 @@ buildGoModule rec {
meta = with lib; {
description = "A tasty, self-hosted Git server for the command line";
homepage = "https://github.com/charmbracelet/soft-serve";
mainProgram = "soft";
license = licenses.mit;
maintainers = with maintainers; [ penguwin ];
};