Unverified Commit cd585ee7 authored by Anthony Roussel's avatar Anthony Roussel
Browse files

spring-boot-cli: add meta.mainProgram

parent 30b28ece
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];