Merge pull request #272253 from ppom0/refinery-fix-homepage

refinery: fix homepage
This commit is contained in:
Peder Bergebakken Sundt
2023-12-08 12:28:04 +01:00
committed by GitHub
@@ -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- ];