From e999ad5261b099e1c749eaf2b4940799c10969f5 Mon Sep 17 00:00:00 2001 From: Jason Chen Date: Tue, 24 Mar 2026 14:54:22 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20correct=20nicklabh=20=E2=86=92=20niklabh?= =?UTF-8?q?=20typo=20in=20crate=20metadata?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #14 Co-Authored-By: Claude Opus 4.6 (1M context) --- oxide-browser/src/lib.rs | 2 +- oxide-docs/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/oxide-browser/src/lib.rs b/oxide-browser/src/lib.rs index 4132a8d..a276190 100644 --- a/oxide-browser/src/lib.rs +++ b/oxide-browser/src/lib.rs @@ -1,7 +1,7 @@ //! # Oxide Browser — Host Runtime //! //! `oxide-browser` is the native desktop host application for the -//! [Oxide browser](https://github.com/nicklabh/oxide), a **binary-first browser** +//! [Oxide browser](https://github.com/niklabh/oxide), a **binary-first browser** //! that fetches and executes `.wasm` (WebAssembly) modules instead of //! HTML/JavaScript. //! diff --git a/oxide-docs/Cargo.toml b/oxide-docs/Cargo.toml index 03e58ae..cb6741f 100644 --- a/oxide-docs/Cargo.toml +++ b/oxide-docs/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" description = "Documentation hub for the Oxide browser project — a binary-first browser for WebAssembly" license = "Apache-2.0" authors = ["Nikhil Ranjan "] -repository = "https://github.com/nicklabh/oxide" +repository = "https://github.com/niklabh/oxide" homepage = "https://docs.oxide.foundation" documentation = "https://docs.oxide.foundation"