Unverified Commit e7f8ef05 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

convfont: fix license (#489498)

parents 39fae3ee 15eb03bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";