knightos-kcc: update homepage

This commit is contained in:
jopejoe1
2025-03-22 12:06:15 +01:00
parent c574656a43
commit 89dd281d51
+1 -1
View File
@@ -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;