mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
wiremock: add meta.{changelog,mainProgram}
This commit is contained in:
parent
f24ea67184
commit
384f17bfad
@ -23,7 +23,9 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "A flexible tool for building mock APIs";
|
||||
homepage = "https://wiremock.org/";
|
||||
changelog = "https://github.com/wiremock/wiremock/releases/tag/${version}";
|
||||
maintainers = with lib.maintainers; [ bobvanderlinden anthonyroussel ];
|
||||
mainProgram = "wiremock";
|
||||
platforms = jre.meta.platforms;
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
|
||||
license = lib.licenses.asl20;
|
||||
|
Loading…
Reference in New Issue
Block a user