rapidjson: remove uses of with
This commit is contained in:
parent
7d40d31ade
commit
18ea4d3478
@ -70,15 +70,15 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
valgrind
|
valgrind
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "Fast JSON parser/generator for C++ with both SAX/DOM style API";
|
description = "Fast JSON parser/generator for C++ with both SAX/DOM style API";
|
||||||
homepage = "http://rapidjson.org/";
|
homepage = "http://rapidjson.org/";
|
||||||
license = licenses.mit;
|
license = lib.licenses.mit;
|
||||||
platforms = platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
maintainers = with maintainers; [
|
maintainers = [
|
||||||
dotlambda
|
lib.maintainers.dotlambda
|
||||||
Madouura
|
lib.maintainers.Madouura
|
||||||
tobim
|
lib.maintainers.tobim
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user