Fix description in pam_mount and libHX. Add tstrobel as maintainer.
This commit is contained in:
parent
6366509e54
commit
7e4c24af7a
@ -117,6 +117,7 @@
|
|||||||
the-kenny = "Moritz Ulrich <moritz@tarn-vedra.de>";
|
the-kenny = "Moritz Ulrich <moritz@tarn-vedra.de>";
|
||||||
thoughtpolice = "Austin Seipp <aseipp@pobox.com>";
|
thoughtpolice = "Austin Seipp <aseipp@pobox.com>";
|
||||||
tomberek = "Thomas Bereknyei <tomberek@gmail.com>";
|
tomberek = "Thomas Bereknyei <tomberek@gmail.com>";
|
||||||
|
tstrobel = "Thomas Strobel <ts468@cam.ac.uk>";
|
||||||
ttuegel = "Thomas Tuegel <ttuegel@gmail.com>";
|
ttuegel = "Thomas Tuegel <ttuegel@gmail.com>";
|
||||||
tv = "Tomislav Viljetić <tv@shackspace.de>";
|
tv = "Tomislav Viljetić <tv@shackspace.de>";
|
||||||
urkud = "Yury G. Kudryashov <urkud+nix@ya.ru>";
|
urkud = "Yury G. Kudryashov <urkud+nix@ya.ru>";
|
||||||
|
@ -18,12 +18,12 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://libhx.sourceforge.net/;
|
homepage = http://libhx.sourceforge.net/;
|
||||||
description = ''
|
longDescription = ''
|
||||||
libHX is a C library (with some C++ bindings available) that provides data structures
|
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 functions commonly needed, such as maps, deques, linked lists, string formatting
|
||||||
and autoresizing, option and config file parsing, type checking casts and more.
|
and autoresizing, option and config file parsing, type checking casts and more.
|
||||||
'';
|
'';
|
||||||
maintainers = [];
|
maintainers = [ stdenv.lib.maintainers.tstrobel ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -22,8 +22,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://pam-mount.sourceforge.net/;
|
homepage = http://pam-mount.sourceforge.net/;
|
||||||
description = "PAM module to mount volumes for a user session.";
|
description = "PAM module to mount volumes for a user session";
|
||||||
maintainers = [];
|
maintainers = [ stdenv.lib.maintainers.tstrobel ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user