Loading pkgs/by-name/op/openttd-ttf/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -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 ]; }; }) Loading
pkgs/by-name/op/openttd-ttf/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -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 ]; }; })