Unverified Commit 82268b7e authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #241449 from gaelreyrol/patch-1

symfony-cli: add meta.mainProgram
parents 0d5682ac 9cf1e8c1
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";
  };
}