honeycomb-refinery: fix homepage

ppom e529b7fe 21ed0237

+1 -1
+1 -1
pkgs/servers/tracing/honeycomb/refinery/default.nix
··· 29 29 doCheck = true; 30 30 31 31 meta = with lib; { 32 - homepage = "https://github.com/honeycomb/refinery"; 32 + homepage = "https://github.com/honeycombio/refinery"; 33 33 description = "A tail-sampling proxy for OpenTelemetry"; 34 34 license = licenses.asl20; 35 35 maintainers = with maintainers; [ lf- ];