dasel: set mainProgram

This commit is contained in:
Jörg Thalheim
2023-08-14 15:29:14 +00:00
committed by Anderson Torres
parent edb0f26c7d
commit d6c69dbd74
+1
View File
@@ -52,6 +52,7 @@ buildGoModule rec {
homepage = "https://github.com/TomWright/dasel";
changelog = "https://github.com/TomWright/dasel/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
mainProgram = "dasel";
maintainers = with maintainers; [ _0x4A6F ];
};
}