···54 description = "A free, open source game management panel";
55 homepage = "https://www.pufferpanel.com/";
56 license = with licenses; [ asl20 ];
57- maintainers = with maintainers; [ ronthecookie ];
58 };
59}
···54 description = "A free, open source game management panel";
55 homepage = "https://www.pufferpanel.com/";
56 license = with licenses; [ asl20 ];
57+ maintainers = with maintainers; [ ckie ];
58 };
59}
+1-1
pkgs/tools/misc/zthrottle/default.nix
···21 description = "A program that throttles a pipeline, only letting a line through at most every $1 seconds.";
22 homepage = "https://github.com/anko/zthrottle";
23 license = licenses.unlicense;
24- maintainers = [ maintainers.ronthecookie ];
25 platforms = platforms.unix;
26 };
27}
···21 description = "A program that throttles a pipeline, only letting a line through at most every $1 seconds.";
22 homepage = "https://github.com/anko/zthrottle";
23 license = licenses.unlicense;
24+ maintainers = [ maintainers.ckie ];
25 platforms = platforms.unix;
26 };
27}