Unverified Commit 8aa0295e authored by Jonathan Davies's avatar Jonathan Davies
Browse files

prometheus-pushgateway: Add changelog

parent 54aa6ce9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ buildGoModule (finalAttrs: {
    description = "Allows ephemeral and batch jobs to expose metrics to Prometheus";
    mainProgram = "pushgateway";
    homepage = "https://github.com/prometheus/pushgateway";
    changelog = "https://github.com/prometheus/pushgateway/releases/tag/v${finalAttrs.version}";
    license = licenses.asl20;
    maintainers = with maintainers; [ benley ];
  };