lol

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

+5 -4
+1
lib/maintainers.nix
··· 117 the-kenny = "Moritz Ulrich <moritz@tarn-vedra.de>"; 118 thoughtpolice = "Austin Seipp <aseipp@pobox.com>"; 119 tomberek = "Thomas Bereknyei <tomberek@gmail.com>"; 120 ttuegel = "Thomas Tuegel <ttuegel@gmail.com>"; 121 tv = "Tomislav Viljetić <tv@shackspace.de>"; 122 urkud = "Yury G. Kudryashov <urkud+nix@ya.ru>";
··· 117 the-kenny = "Moritz Ulrich <moritz@tarn-vedra.de>"; 118 thoughtpolice = "Austin Seipp <aseipp@pobox.com>"; 119 tomberek = "Thomas Bereknyei <tomberek@gmail.com>"; 120 + tstrobel = "Thomas Strobel <ts468@cam.ac.uk>"; 121 ttuegel = "Thomas Tuegel <ttuegel@gmail.com>"; 122 tv = "Tomislav Viljetić <tv@shackspace.de>"; 123 urkud = "Yury G. Kudryashov <urkud+nix@ya.ru>";
+2 -2
pkgs/development/libraries/libHX/default.nix
··· 18 19 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 }
··· 18 19 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
··· 22 23 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 }
··· 22 23 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 }