Unverified Commit 9cf1e8c1 authored by Gaël Reyrol's avatar Gaël Reyrol Committed by GitHub
Browse files

symfony-cli: add meta.mainProgram

parent d9c0d0dd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -32,5 +32,6 @@ buildGoModule rec {
    homepage = "https://github.com/symfony-cli/symfony-cli";
    license = licenses.agpl3Plus;
    maintainers = with maintainers; [ drupol ];
    mainProgram = "symfony";
  };
}