musl: touchup meta, add myself (@dtzWill) to maintainers list

This commit is contained in:
Will Dietz 2019-10-14 18:51:51 -05:00
parent 1263a712ff
commit 1e746cae1e
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02

View File

@ -110,11 +110,11 @@ stdenv.mkDerivation rec {
passthru.linuxHeaders = linuxHeaders;
meta = {
meta = with lib; {
description = "An efficient, small, quality libc implementation";
homepage = "http://www.musl-libc.org";
license = lib.licenses.mit;
platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.thoughtpolice ];
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ thoughtpolice dtzWill ];
};
}