freetype: add changelog to meta

This commit is contained in:
Mario Rodas 2023-09-19 04:20:00 +00:00
parent 96d0f76cd5
commit 9b6104889a

View File

@ -101,6 +101,7 @@ stdenv.mkDerivation (finalAttrs: {
fonts.
'';
homepage = "https://www.freetype.org/";
changelog = "https://gitlab.freedesktop.org/freetype/freetype/-/raw/VER-${builtins.replaceStrings ["."] ["-"] finalAttrs.version}/docs/CHANGES";
license = licenses.gpl2Plus; # or the FreeType License (BSD + advertising clause)
platforms = platforms.all;
pkgConfigModules = [ "freetype2" ];