spring-boot-cli: add meta.mainProgram

This commit is contained in:
Anthony Roussel 2023-10-26 15:45:56 +02:00
parent 30b28ece73
commit cd585ee70d
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -55,6 +55,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://spring.io/projects/spring-boot";
changelog = "https://github.com/spring-projects/spring-boot/releases/tag/v${finalAttrs.version}";
sourceProvenance = with sourceTypes; [ binaryBytecode ];
mainProgram = "spring";
license = licenses.asl20;
platforms = platforms.all;
maintainers = with maintainers; [ moaxcp ];