Unverified Commit 3bbf0779 authored by Anthony Roussel's avatar Anthony Roussel
Browse files

thanos: add meta.mainProgram

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