Commit 89dd281d authored by jopejoe1's avatar jopejoe1
Browse files

knightos-kcc: update homepage

parent c574656a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
  buildInputs = [ boost ];

  meta = with lib; {
    homepage = "https://knightos.org/";
    homepage = "https://github.com/KnightOS/kcc";
    description = "KnightOS C compiler";
    mainProgram = "kcc";
    license = licenses.gpl2Plus;