···45 description = "A set of general-purpose C programming libraries";
46 platforms = stdenv.lib.platforms.all;
47 license = stdenv.lib.licenses.isc;
48- maintainers = with stdenv.lib.maintainers; [ pmahoney ];
49 };
5051}
···45 description = "A set of general-purpose C programming libraries";
46 platforms = stdenv.lib.platforms.all;
47 license = stdenv.lib.licenses.isc;
48+ maintainers = with stdenv.lib.maintainers; [ pmahoney Profpatsch ];
49 };
5051}
+1-1
pkgs/os-specific/linux/s6-linux-utils/default.nix
···37 description = "A set of minimalistic Linux-specific system utilities";
38 platforms = stdenv.lib.platforms.linux;
39 license = stdenv.lib.licenses.isc;
40- maintainers = with stdenv.lib.maintainers; [ pmahoney ];
41 };
4243}
···37 description = "A set of minimalistic Linux-specific system utilities";
38 platforms = stdenv.lib.platforms.linux;
39 license = stdenv.lib.licenses.isc;
40+ maintainers = with stdenv.lib.maintainers; [ pmahoney Profpatsch ];
41 };
4243}
+1-1
pkgs/tools/misc/execline/default.nix
···45 description = "A small scripting language, to be used in place of a shell in non-interactive scripts";
46 platforms = stdenv.lib.platforms.all;
47 license = stdenv.lib.licenses.isc;
48- maintainers = with stdenv.lib.maintainers; [ pmahoney ];
49 };
5051}
···45 description = "A small scripting language, to be used in place of a shell in non-interactive scripts";
46 platforms = stdenv.lib.platforms.all;
47 license = stdenv.lib.licenses.isc;
48+ maintainers = with stdenv.lib.maintainers; [ pmahoney Profpatsch ];
49 };
5051}
+1-1
pkgs/tools/misc/s6-portable-utils/default.nix
···41 description = "A set of tiny general Unix utilities optimized for simplicity and small size";
42 platforms = platforms.all;
43 license = licenses.isc;
44- maintainers = with maintainers; [ pmahoney ];
45 };
4647}
···41 description = "A set of tiny general Unix utilities optimized for simplicity and small size";
42 platforms = platforms.all;
43 license = licenses.isc;
44+ maintainers = with maintainers; [ pmahoney Profpatsch ];
45 };
4647}
+1-1
pkgs/tools/networking/s6-dns/default.nix
···45 description = "A suite of DNS client programs and libraries for Unix systems";
46 platforms = stdenv.lib.platforms.all;
47 license = stdenv.lib.licenses.isc;
48- maintainers = with stdenv.lib.maintainers; [ pmahoney ];
49 };
5051}
···45 description = "A suite of DNS client programs and libraries for Unix systems";
46 platforms = stdenv.lib.platforms.all;
47 license = stdenv.lib.licenses.isc;
48+ maintainers = with stdenv.lib.maintainers; [ pmahoney Profpatsch ];
49 };
5051}
+1-1
pkgs/tools/networking/s6-networking/default.nix
···53 description = "A suite of small networking utilities for Unix systems";
54 platforms = stdenv.lib.platforms.all;
55 license = stdenv.lib.licenses.isc;
56- maintainers = with stdenv.lib.maintainers; [ pmahoney ];
57 };
5859}
···53 description = "A suite of small networking utilities for Unix systems";
54 platforms = stdenv.lib.platforms.all;
55 license = stdenv.lib.licenses.isc;
56+ maintainers = with stdenv.lib.maintainers; [ pmahoney Profpatsch ];
57 };
5859}
+1-1
pkgs/tools/system/s6-rc/default.nix
···52 description = "A service manager for s6-based systems";
53 platforms = stdenv.lib.platforms.linux;
54 license = stdenv.lib.licenses.isc;
55- maintainers = with stdenv.lib.maintainers; [ pmahoney ];
56 };
5758}
···52 description = "A service manager for s6-based systems";
53 platforms = stdenv.lib.platforms.linux;
54 license = stdenv.lib.licenses.isc;
55+ maintainers = with stdenv.lib.maintainers; [ pmahoney Profpatsch ];
56 };
5758}