mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
thanos: add meta.mainProgram
This commit is contained in:
parent
f5b47791bc
commit
3bbf0779d5
@ -50,6 +50,7 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/thanos-io/thanos";
|
||||
changelog = "https://github.com/thanos-io/thanos/releases/tag/v${version}";
|
||||
license = licenses.asl20;
|
||||
mainProgram = "thanos";
|
||||
maintainers = with maintainers; [ basvandijk anthonyroussel ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user