zthrottle: update maintainers

This commit is contained in:
ckie 2021-07-26 02:09:21 +03:00
parent ae9a55e65e
commit 424b4c3fc2
No known key found for this signature in database
GPG key ID: 13E79449C0525215

View file

@ -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;
};
}