From 9ce866936f4b9f734c2804d8ab6a1463bae8307a Mon Sep 17 00:00:00 2001 From: G <41178744+catomean@users.noreply.github.com> Date: Fri, 28 Aug 2026 10:20:40 +0200 Subject: [PATCH] chore: retire the maonakamoto handle The account was renamed to `catomean` and the repos then moved to the `bitbaum` org, so `maonakamoto` now names nothing: github.com/maonakamoto and maonakamoto.github.io both return 404, and @maonakamoto no longer resolves as a user. Three different targets, because these are not the same reference: repo links -> bitbaum/ (the repos live in the org) the person -> catomean (profile links, @mentions, CODEOWNERS) pages site -> bitbaum.github.io Deliberately NOT changed: .mailmap keeps the old noreply address as an ALIAS. It is what maps historical commits onto the current identity; deleting it would silently unmap them. Only the canonical side moved to catomean. Files that explain the outage by naming the old account keep it, since the name is the content. Files: package.json Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01UvjGNAS9CMfEGNW26tUR4P --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 02545b2..b69b85d 100644 --- a/package.json +++ b/package.json @@ -4,13 +4,13 @@ "description": "Building in Public, as a content contract: parse markdown into typed blocks and ship a blog, roadmap, and changelog on your product site — bring your own design system.", "license": "MIT", "author": "Mao Nakamoto", - "homepage": "https://github.com/maonakamoto/bip-kit#readme", + "homepage": "https://github.com/bitbaum/bip-kit#readme", "repository": { "type": "git", - "url": "git+https://github.com/maonakamoto/bip-kit.git" + "url": "git+https://github.com/bitbaum/bip-kit.git" }, "bugs": { - "url": "https://github.com/maonakamoto/bip-kit/issues" + "url": "https://github.com/bitbaum/bip-kit/issues" }, "keywords": [ "build-in-public",