Skip to content

Commit 3bc15ac

Browse files
SFrijtersnotehmry
authored andcommitted
openttd-ttf: remove 'with lib'
1 parent 6f399eb commit 3bc15ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/op/openttd-ttf/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ stdenvNoCC.mkDerivation (finalAttrs: {
4646
runHook postInstall
4747
'';
4848

49-
meta = with lib; {
49+
meta = {
5050
homepage = "https://github.com/zephyris/openttd-ttf";
5151
changelog = "https://github.com/zephyris/openttd-ttf/releases/tag/${finalAttrs.version}";
5252
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 ];
5656
};
5757
})

0 commit comments

Comments
 (0)