honeycomb-refinery: fix homepage

This commit is contained in:
ppom 2023-12-05 12:00:00 +01:00
parent 21ed02377c
commit e529b7fed0

View File

@ -29,7 +29,7 @@ buildGoModule rec {
doCheck = true;
meta = with lib; {
homepage = "https://github.com/honeycomb/refinery";
homepage = "https://github.com/honeycombio/refinery";
description = "A tail-sampling proxy for OpenTelemetry";
license = licenses.asl20;
maintainers = with maintainers; [ lf- ];