convfont: fix license

This commit is contained in:
Diego
2026-02-11 19:36:33 +01:00
parent e99a3306e1
commit 15eb03bc9f
+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";