maintainers: remove email for amuckstot30 (#360059)
[NixPkgs.git] / pkgs / servers / monitoring / riemann-dash / default.nix
blob7af5c520ab19763f759838cdbd4408f704893f31
1 { bundlerApp, lib, bundlerUpdateScript }:
3 bundlerApp {
4   pname = "riemann-dash";
5   gemdir = ./.;
6   exes = [ "riemann-dash" ];
8   passthru.updateScript = bundlerUpdateScript "riemann-dash";
10   meta = with lib; {
11     description = "Javascript, websockets-powered dashboard for Riemann";
12     homepage = "https://github.com/riemann/riemann-dash";
13     license = licenses.mit;
14     maintainers = with maintainers; [ manveru nicknovitski ];
15     platforms = platforms.unix;
16   };