zthrottle: update maintainers

main
ckie 3 years ago
parent ae9a55e65e
commit 424b4c3fc2
No known key found for this signature in database
GPG Key ID: 13E79449C0525215
  1. 2
      pkgs/tools/misc/zthrottle/default.nix

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
description = "A program that throttles a pipeline, only letting a line through at most every $1 seconds.";
homepage = "https://github.com/anko/zthrottle";
license = licenses.unlicense;
maintainers = [ maintainers.ronthecookie ];
maintainers = [ maintainers.ckie ];
platforms = platforms.unix;
};
}

Loading…
Cancel
Save