deck: add meta.mainProgram

This commit is contained in:
liyangau
2024-09-27 14:01:02 +10:00
parent 6a867ed7e3
commit 96b21f730b
+1
View File
@@ -34,6 +34,7 @@ buildGoModule rec {
description = "Configuration management and drift detection tool for Kong";
homepage = "https://github.com/Kong/deck";
license = licenses.asl20;
mainProgram = "deck";
maintainers = with maintainers; [ liyangau ];
};
}