Commit 7f60317e authored by Fernando Ayats's avatar Fernando Ayats Committed by github-actions[bot]
Browse files

consul-template: add meta.mainProgram

(cherry picked from commit ef1a9550)
parent 3de55ef6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -27,5 +27,6 @@ buildGoModule rec {
    platforms = platforms.linux ++ platforms.darwin;
    license = licenses.mpl20;
    maintainers = with maintainers; [ cpcloud pradeepchhetri ];
    mainProgram = "consul-template";
  };
}