spring-boot-cli: add meta.mainProgram
This commit is contained in:
parent
30b28ece73
commit
cd585ee70d
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue