tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
honeycomb-refinery: fix homepage
ppom
2 years ago
e529b7fe
21ed0237
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
servers
tracing
honeycomb
refinery
default.nix
+1
-1
pkgs/servers/tracing/honeycomb/refinery/default.nix
···
29
29
doCheck = true;
30
30
31
31
meta = with lib; {
32
32
-
homepage = "https://github.com/honeycomb/refinery";
32
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- ];