docs: clean up remaining Buzz references (#977)

Signed-off-by: Wes <wesbillman@users.noreply.github.com>
Co-authored-by: Pinky <44b8e82baa6e0e254e0208d68f335c283c94e7b78dd1fa10d5a49d3f13dd0435@sprout-oss.stage.blox.sqprod.co>
This commit is contained in:
Wes
2026-06-11 10:22:14 -07:00
committed by GitHub
co-authored by Pinky
parent 9242b91f00
commit 1bb8b8d547
17 changed files with 81 additions and 81 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ function eventToRepo(event: NostrEvent): Repo {
const description = getTag(event, "description") || event.content || "";
const cloneUrls = getAllTags(event, "clone");
const webUrl = getTag(event, "web") ?? null;
const channelId = getTag(event, "sprout-channel") ?? null;
const channelId = getTag(event, "buzz-channel") ?? null;
const contributors = getAllTags(event, "p");
const owner = event.pubkey;