···18181919 meta = {
2020 homepage = http://libhx.sourceforge.net/;
2121- description = ''
2121+ longDescription = ''
2222 libHX is a C library (with some C++ bindings available) that provides data structures
2323 and functions commonly needed, such as maps, deques, linked lists, string formatting
2424 and autoresizing, option and config file parsing, type checking casts and more.
2525 '';
2626- maintainers = [];
2626+ maintainers = [ stdenv.lib.maintainers.tstrobel ];
2727 platforms = stdenv.lib.platforms.linux;
2828 };
2929}
+2-2
pkgs/os-specific/linux/pam_mount/default.nix
···22222323 meta = {
2424 homepage = http://pam-mount.sourceforge.net/;
2525- description = "PAM module to mount volumes for a user session.";
2626- maintainers = [];
2525+ description = "PAM module to mount volumes for a user session";
2626+ maintainers = [ stdenv.lib.maintainers.tstrobel ];
2727 platforms = stdenv.lib.platforms.linux;
2828 };
2929}