grandperspective: remove `with lib;`

+5 -5
+5 -5
pkgs/by-name/gr/grandperspective/package.nix
··· 49 49 ''; 50 50 }); 51 51 52 - meta = with lib; { 52 + meta = { 53 53 description = "Open-source macOS application to analyze disk usage"; 54 54 longDescription = '' 55 55 GrandPerspective is a small utility application for macOS that graphically shows the disk usage within a file ··· 59 59 ''; 60 60 mainProgram = "grandperspective"; 61 61 homepage = "https://grandperspectiv.sourceforge.net"; 62 - license = licenses.gpl2Only; 63 - sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 64 - maintainers = with maintainers; [ 62 + license = lib.licenses.gpl2Only; 63 + sourceProvenance = [ lib.sourceTypes.binaryNativeCode ]; 64 + maintainers = with lib.maintainers; [ 65 65 eliandoran 66 66 DimitarNestorov 67 67 ]; 68 - platforms = platforms.darwin; 68 + platforms = lib.platforms.darwin; 69 69 }; 70 70 71 71 })