Commit 496c052f authored by Sigmanificient's avatar Sigmanificient
Browse files

terminus_font: correct license

parent 3b8e3de8
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;
  };
}