bmaptool: no with lib; in meta

+4 -4
+4 -4
pkgs/by-name/bm/bmaptool/package.nix
··· 25 25 # tests fail only on hydra. 26 26 doCheck = false; 27 27 28 - meta = with lib; { 28 + meta = { 29 29 description = "BMAP Tools"; 30 30 homepage = "https://github.com/yoctoproject/bmaptool"; 31 - license = licenses.gpl2Only; 32 - maintainers = [ maintainers.dezgeg ]; 33 - platforms = platforms.linux; 31 + license = lib.licenses.gpl2Only; 32 + maintainers = with lib.maintainers; [ dezgeg ]; 33 + platforms = lib.platforms.linux; 34 34 mainProgram = "bmaptool"; 35 35 }; 36 36 }