8 pname = "riemann-dash";
10 exes = [ "riemann-dash" ];
12 passthru.updateScript = bundlerUpdateScript "riemann-dash";
15 description = "Javascript, websockets-powered dashboard for Riemann";
16 homepage = "https://github.com/riemann/riemann-dash";
17 license = licenses.mit;
18 maintainers = with maintainers; [
22 platforms = platforms.unix;