lol

openttd-ttf: remove 'with lib'

authored by

Stefan Frijters and committed by
Emery Hemingway
3bc15ac9 6f399eb3

+4 -4
+4 -4
pkgs/by-name/op/openttd-ttf/package.nix
··· 46 46 runHook postInstall 47 47 ''; 48 48 49 - meta = with lib; { 49 + meta = { 50 50 homepage = "https://github.com/zephyris/openttd-ttf"; 51 51 changelog = "https://github.com/zephyris/openttd-ttf/releases/tag/${finalAttrs.version}"; 52 52 description = "TrueType typefaces for text in a pixel art style, designed for use in OpenTTD"; 53 - license = [ licenses.gpl2 ]; 54 - platforms = platforms.all; 55 - maintainers = [ maintainers.sfrijters ]; 53 + license = [ lib.licenses.gpl2 ]; 54 + platforms = lib.platforms.all; 55 + maintainers = [ lib.maintainers.sfrijters ]; 56 56 }; 57 57 })