musl: touchup meta, add myself (@dtzWill) to maintainers list
This commit is contained in:
parent
1263a712ff
commit
1e746cae1e
@ -110,11 +110,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
passthru.linuxHeaders = linuxHeaders;
|
passthru.linuxHeaders = linuxHeaders;
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
description = "An efficient, small, quality libc implementation";
|
description = "An efficient, small, quality libc implementation";
|
||||||
homepage = "http://www.musl-libc.org";
|
homepage = "http://www.musl-libc.org";
|
||||||
license = lib.licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ lib.maintainers.thoughtpolice ];
|
maintainers = with maintainers; [ thoughtpolice dtzWill ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user