convfont: fix license (#489498)

This commit is contained in:
Fabian Affolter
2026-02-15 10:14:44 +00:00
committed by GitHub
+1 -1
View File
@@ -24,7 +24,7 @@ stdenv.mkDerivation {
meta = {
description = "Converts font for use with FontLibC";
homepage = "https://github.com/drdnar/convfont";
license = lib.licenses.unfree;
license = lib.licenses.wtfpl;
maintainers = [ ];
platforms = lib.platforms.all;
mainProgram = "convfont";