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

This commit is contained in:
Thomas Strobel 2014-09-15 12:30:19 +02:00
parent 6366509e54
commit 7e4c24af7a
3 changed files with 5 additions and 4 deletions

View file

@ -117,6 +117,7 @@
the-kenny = "Moritz Ulrich <moritz@tarn-vedra.de>";
thoughtpolice = "Austin Seipp <aseipp@pobox.com>";
tomberek = "Thomas Bereknyei <tomberek@gmail.com>";
tstrobel = "Thomas Strobel <ts468@cam.ac.uk>";
ttuegel = "Thomas Tuegel <ttuegel@gmail.com>";
tv = "Tomislav Viljetić <tv@shackspace.de>";
urkud = "Yury G. Kudryashov <urkud+nix@ya.ru>";

View file

@ -18,12 +18,12 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://libhx.sourceforge.net/;
description = ''
longDescription = ''
libHX is a C library (with some C++ bindings available) that provides data structures
and functions commonly needed, such as maps, deques, linked lists, string formatting
and autoresizing, option and config file parsing, type checking casts and more.
'';
maintainers = [];
maintainers = [ stdenv.lib.maintainers.tstrobel ];
platforms = stdenv.lib.platforms.linux;
};
}

View file

@ -22,8 +22,8 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://pam-mount.sourceforge.net/;
description = "PAM module to mount volumes for a user session.";
maintainers = [];
description = "PAM module to mount volumes for a user session";
maintainers = [ stdenv.lib.maintainers.tstrobel ];
platforms = stdenv.lib.platforms.linux;
};
}