···1819 meta = {
20 homepage = http://libhx.sourceforge.net/;
21- description = ''
22 libHX is a C library (with some C++ bindings available) that provides data structures
23 and functions commonly needed, such as maps, deques, linked lists, string formatting
24 and autoresizing, option and config file parsing, type checking casts and more.
25 '';
26- maintainers = [];
27 platforms = stdenv.lib.platforms.linux;
28 };
29}
···1819 meta = {
20 homepage = http://libhx.sourceforge.net/;
21+ longDescription = ''
22 libHX is a C library (with some C++ bindings available) that provides data structures
23 and functions commonly needed, such as maps, deques, linked lists, string formatting
24 and autoresizing, option and config file parsing, type checking casts and more.
25 '';
26+ maintainers = [ stdenv.lib.maintainers.tstrobel ];
27 platforms = stdenv.lib.platforms.linux;
28 };
29}
+2-2
pkgs/os-specific/linux/pam_mount/default.nix
···2223 meta = {
24 homepage = http://pam-mount.sourceforge.net/;
25- description = "PAM module to mount volumes for a user session.";
26- maintainers = [];
27 platforms = stdenv.lib.platforms.linux;
28 };
29}
···2223 meta = {
24 homepage = http://pam-mount.sourceforge.net/;
25+ description = "PAM module to mount volumes for a user session";
26+ maintainers = [ stdenv.lib.maintainers.tstrobel ];
27 platforms = stdenv.lib.platforms.linux;
28 };
29}