mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
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;
|
||||
|
||||
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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user