diff --git a/pkgs/by-name/op/openttd-ttf/package.nix b/pkgs/by-name/op/openttd-ttf/package.nix index d251062f4bfe..cecf21ffe70c 100644 --- a/pkgs/by-name/op/openttd-ttf/package.nix +++ b/pkgs/by-name/op/openttd-ttf/package.nix @@ -46,12 +46,12 @@ stdenvNoCC.mkDerivation (finalAttrs: { runHook postInstall ''; - meta = with lib; { + meta = { homepage = "https://github.com/zephyris/openttd-ttf"; changelog = "https://github.com/zephyris/openttd-ttf/releases/tag/${finalAttrs.version}"; description = "TrueType typefaces for text in a pixel art style, designed for use in OpenTTD"; - license = [ licenses.gpl2 ]; - platforms = platforms.all; - maintainers = [ maintainers.sfrijters ]; + license = [ lib.licenses.gpl2 ]; + platforms = lib.platforms.all; + maintainers = [ lib.maintainers.sfrijters ]; }; })