lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add myself as maintainer for skarnet software

+7
+1
pkgs/development/libraries/skalibs/default.nix
··· 30 30 description = "A set of general-purpose C programming libraries"; 31 31 platforms = stdenv.lib.platforms.all; 32 32 license = stdenv.lib.licenses.isc; 33 + maintainers = with stdenv.lib.maintainers; [ pmahoney ]; 33 34 }; 34 35 35 36 }
+1
pkgs/os-specific/linux/s6-linux-utils/default.nix
··· 28 28 description = "A set of minimalistic Linux-specific system utilities"; 29 29 platforms = stdenv.lib.platforms.linux; 30 30 license = stdenv.lib.licenses.isc; 31 + maintainers = with stdenv.lib.maintainers; [ pmahoney ]; 31 32 }; 32 33 33 34 }
+1
pkgs/servers/s6/default.nix
··· 38 38 description = "skarnet.org's small & secure supervision software suite"; 39 39 platforms = stdenv.lib.platforms.all; 40 40 license = stdenv.lib.licenses.isc; 41 + maintainers = with stdenv.lib.maintainers; [ pmahoney ]; 41 42 }; 42 43 43 44 }
+1
pkgs/tools/misc/execline/default.nix
··· 32 32 description = "A small scripting language, to be used in place of a shell in non-interactive scripts"; 33 33 platforms = stdenv.lib.platforms.all; 34 34 license = stdenv.lib.licenses.isc; 35 + maintainers = with stdenv.lib.maintainers; [ pmahoney ]; 35 36 }; 36 37 37 38 }
+1
pkgs/tools/misc/s6-portable-utils/default.nix
··· 27 27 description = "A set of tiny general Unix utilities optimized for simplicity and small size"; 28 28 platforms = stdenv.lib.platforms.all; 29 29 license = stdenv.lib.licenses.isc; 30 + maintainers = with stdenv.lib.maintainers; [ pmahoney ]; 30 31 }; 31 32 32 33 }
+1
pkgs/tools/networking/s6-dns/default.nix
··· 32 32 description = "A suite of DNS client programs and libraries for Unix systems"; 33 33 platforms = stdenv.lib.platforms.all; 34 34 license = stdenv.lib.licenses.isc; 35 + maintainers = with stdenv.lib.maintainers; [ pmahoney ]; 35 36 }; 36 37 37 38 }
+1
pkgs/tools/networking/s6-networking/default.nix
··· 39 39 description = "A suite of small networking utilities for Unix systems"; 40 40 platforms = stdenv.lib.platforms.all; 41 41 license = stdenv.lib.licenses.isc; 42 + maintainers = with stdenv.lib.maintainers; [ pmahoney ]; 42 43 }; 43 44 44 45 }