skarnet software: add Profpatsch as maintainer

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