openttd-ttf: remove 'with lib'

This commit is contained in:
Stefan Frijters
2025-03-18 15:39:49 +05:30
committed by Emery Hemingway
parent 6f399eb36d
commit 3bc15ac904
+4 -4
View File
@@ -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 ];
};
})