We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f399eb commit 3bc15acCopy full SHA for 3bc15ac
pkgs/by-name/op/openttd-ttf/package.nix
@@ -46,12 +46,12 @@ stdenvNoCC.mkDerivation (finalAttrs: {
46
runHook postInstall
47
'';
48
49
- meta = with lib; {
+ meta = {
50
homepage = "https://github.com/zephyris/openttd-ttf";
51
changelog = "https://github.com/zephyris/openttd-ttf/releases/tag/${finalAttrs.version}";
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 ];
+ license = [ lib.licenses.gpl2 ];
+ platforms = lib.platforms.all;
+ maintainers = [ lib.maintainers.sfrijters ];
56
};
57
})
0 commit comments