laszip_2: remove with lib;

qbisi 9cf0dfd9 6dad8b68

+4 -4
+4 -4
pkgs/by-name/la/laszip_2/package.nix
··· 18 18 19 19 nativeBuildInputs = [ cmake ]; 20 20 21 - meta = with lib; { 21 + meta = { 22 22 description = "Turn quickly bulky LAS files into compact LAZ files without information loss"; 23 23 homepage = "https://laszip.org"; 24 - license = licenses.lgpl2; 25 - maintainers = [ maintainers.michelk ]; 26 - platforms = platforms.unix; 24 + license = lib.licenses.lgpl2; 25 + maintainers = with lib.maintainers; [ michelk ]; 26 + platforms = lib.platforms.unix; 27 27 }; 28 28 })