From 15eb03bc9fdeec144cf693d8d0351aae50f82909 Mon Sep 17 00:00:00 2001 From: Diego Date: Wed, 11 Feb 2026 19:36:33 +0100 Subject: [PATCH] convfont: fix license --- pkgs/by-name/co/convfont/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/co/convfont/package.nix b/pkgs/by-name/co/convfont/package.nix index 3db04468e74f..8687c4bb0d67 100644 --- a/pkgs/by-name/co/convfont/package.nix +++ b/pkgs/by-name/co/convfont/package.nix @@ -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";