Unverified Commit 1c5410ea authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

terminus_font: correct license (#443057)

parents e56f0b05 496c052f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,6 +55,6 @@ stdenv.mkDerivation rec {
      EGA/VGA-bold for 8x14 and 8x16.
    '';
    homepage = "https://terminus-font.sourceforge.net/";
    license = licenses.gpl2Plus;
    license = licenses.ofl;
  };
}