parson: remove overuse of with lib;

This commit is contained in:
Sigmanificient 2024-07-26 01:20:35 +02:00
parent 582f2bed85
commit d7d63fce9e

View File

@ -13,11 +13,11 @@ stdenv.mkDerivation {
nativeBuildInputs = [ meson ninja ];
meta = with lib; {
meta = {
description = "Lightweight JSON library written in C";
homepage = "https://github.com/kgabis/parson";
license = licenses.mit;
platforms = platforms.all;
license = lib.licenses.mit;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ sigmanificient ];
};
}