Merge pull request #241449 from gaelreyrol/patch-1

symfony-cli: add meta.mainProgram

authored by

Pol Dellaiera and committed by
GitHub
82268b7e 0d5682ac

+1
+1
pkgs/development/tools/symfony-cli/default.nix
··· 32 32 homepage = "https://github.com/symfony-cli/symfony-cli"; 33 33 license = licenses.agpl3Plus; 34 34 maintainers = with maintainers; [ drupol ]; 35 + mainProgram = "symfony"; 35 36 }; 36 37 }