ttf2pt1: make use of lib.licenses

This commit is contained in:
jopejoe1
2025-09-29 20:51:54 +02:00
parent 0cbf4b2101
commit d1fd128668
+7 -1
View File
@@ -47,7 +47,13 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "True Type to Postscript Type 3 converter, fpdf";
homepage = "https://ttf2pt1.sourceforge.net/index.html";
license = "ttf2pt1";
license = with lib.licenses; [
gpl2Plus
{
fullName = "ttf2pt1 License";
url = "https://git.altlinux.org/gears/t/ttf2pt1.git?p=ttf2pt1.git;a=blob;f=ttf2pt1/COPYRIGHT;h=75e8f38e5a7638ee7d23892c86442ddcc35f4761;hb=f3cdb9f16159edf8115dc81520be9af791e846b2";
}
];
platforms = lib.platforms.linux;
};
})