Commit 96b21f73 authored by liyangau's avatar liyangau
Browse files

deck: add meta.mainProgram

parent 6a867ed7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };
}