···3232 description = "A small scripting language, to be used in place of a shell in non-interactive scripts";
3333 platforms = stdenv.lib.platforms.all;
3434 license = stdenv.lib.licenses.isc;
3535+ maintainers = with stdenv.lib.maintainers; [ pmahoney ];
3536 };
36373738}
+1
pkgs/tools/misc/s6-portable-utils/default.nix
···2727 description = "A set of tiny general Unix utilities optimized for simplicity and small size";
2828 platforms = stdenv.lib.platforms.all;
2929 license = stdenv.lib.licenses.isc;
3030+ maintainers = with stdenv.lib.maintainers; [ pmahoney ];
3031 };
31323233}
+1
pkgs/tools/networking/s6-dns/default.nix
···3232 description = "A suite of DNS client programs and libraries for Unix systems";
3333 platforms = stdenv.lib.platforms.all;
3434 license = stdenv.lib.licenses.isc;
3535+ maintainers = with stdenv.lib.maintainers; [ pmahoney ];
3536 };
36373738}
+1
pkgs/tools/networking/s6-networking/default.nix
···3939 description = "A suite of small networking utilities for Unix systems";
4040 platforms = stdenv.lib.platforms.all;
4141 license = stdenv.lib.licenses.isc;
4242+ maintainers = with stdenv.lib.maintainers; [ pmahoney ];
4243 };
43444445}