lol

Fix description in pam_mount and libHX. Add tstrobel as maintainer.

+5 -4
+1
lib/maintainers.nix
··· 117 117 the-kenny = "Moritz Ulrich <moritz@tarn-vedra.de>"; 118 118 thoughtpolice = "Austin Seipp <aseipp@pobox.com>"; 119 119 tomberek = "Thomas Bereknyei <tomberek@gmail.com>"; 120 + tstrobel = "Thomas Strobel <ts468@cam.ac.uk>"; 120 121 ttuegel = "Thomas Tuegel <ttuegel@gmail.com>"; 121 122 tv = "Tomislav Viljetić <tv@shackspace.de>"; 122 123 urkud = "Yury G. Kudryashov <urkud+nix@ya.ru>";
+2 -2
pkgs/development/libraries/libHX/default.nix
··· 18 18 19 19 meta = { 20 20 homepage = http://libhx.sourceforge.net/; 21 - description = '' 21 + longDescription = '' 22 22 libHX is a C library (with some C++ bindings available) that provides data structures 23 23 and functions commonly needed, such as maps, deques, linked lists, string formatting 24 24 and autoresizing, option and config file parsing, type checking casts and more. 25 25 ''; 26 - maintainers = []; 26 + maintainers = [ stdenv.lib.maintainers.tstrobel ]; 27 27 platforms = stdenv.lib.platforms.linux; 28 28 }; 29 29 }
+2 -2
pkgs/os-specific/linux/pam_mount/default.nix
··· 22 22 23 23 meta = { 24 24 homepage = http://pam-mount.sourceforge.net/; 25 - description = "PAM module to mount volumes for a user session."; 26 - maintainers = []; 25 + description = "PAM module to mount volumes for a user session"; 26 + maintainers = [ stdenv.lib.maintainers.tstrobel ]; 27 27 platforms = stdenv.lib.platforms.linux; 28 28 }; 29 29 }