skarnet software: add Profpatsch as maintainer

+8 -8
+1 -1
pkgs/development/libraries/skalibs/default.nix
··· 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 }; 50 51 }
··· 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 }; 50 51 }
+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 }; 42 43 }
··· 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 }; 42 43 }
+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 }; 50 51 }
··· 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 }; 50 51 }
+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 }; 46 47 }
··· 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 }; 46 47 }
+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 }; 50 51 }
··· 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 }; 50 51 }
+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 }; 58 59 }
··· 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 }; 58 59 }
+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 }; 57 58 }
··· 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 }; 57 58 }
+1 -1
pkgs/tools/system/s6/default.nix
··· 53 description = "skarnet.org's small & secure supervision software suite"; 54 platforms = stdenv.lib.platforms.all; 55 license = stdenv.lib.licenses.isc; 56 - maintainers = with stdenv.lib.maintainers; [ pmahoney ]; 57 }; 58 59 }
··· 53 description = "skarnet.org's small & secure supervision software suite"; 54 platforms = stdenv.lib.platforms.all; 55 license = stdenv.lib.licenses.isc; 56 + maintainers = with stdenv.lib.maintainers; [ pmahoney Profpatsch ]; 57 }; 58 59 }