Merge pull request #241449 from gaelreyrol/patch-1

symfony-cli: add meta.mainProgram
This commit is contained in:
Pol Dellaiera 2023-07-04 12:14:21 +02:00 committed by GitHub
commit 82268b7ea9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,5 +32,6 @@ buildGoModule rec {
homepage = "https://github.com/symfony-cli/symfony-cli";
license = licenses.agpl3Plus;
maintainers = with maintainers; [ drupol ];
mainProgram = "symfony";
};
}