Commit d2330710 authored by kashw2's avatar kashw2
Browse files

tempo: add kashw2 as maintainer

parent de69d2ba
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -39,11 +39,11 @@ buildGoModule (finalAttrs: {

  passthru.updateScript = nix-update-script { };

  meta = with lib; {
  meta = {
    description = "High volume, minimal dependency trace storage";
    changelog = "https://github.com/grafana/tempo/releases/tag/v${finalAttrs.version}";
    license = licenses.asl20;
    license = lib.licenses.asl20;
    homepage = "https://grafana.com/oss/tempo/";
    maintainers = [ ];
    maintainers = [ lib.maintainers.kashw2 ];
  };
})