thanos: add meta.mainProgram

This commit is contained in:
Anthony Roussel 2023-11-12 11:05:08 +01:00
parent f5b47791bc
commit 3bbf0779d5
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -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 ];
};
}