tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
spring-boot-cli: add meta.mainProgram
Anthony Roussel
2 years ago
cd585ee7
30b28ece
+1
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
spring-boot-cli
default.nix
+1
pkgs/development/tools/spring-boot-cli/default.nix
···
55
55
homepage = "https://spring.io/projects/spring-boot";
56
56
changelog = "https://github.com/spring-projects/spring-boot/releases/tag/v${finalAttrs.version}";
57
57
sourceProvenance = with sourceTypes; [ binaryBytecode ];
58
58
+
mainProgram = "spring";
58
59
license = licenses.asl20;
59
60
platforms = platforms.all;
60
61
maintainers = with maintainers; [ moaxcp ];