From 3d7c095c87bf5f0838a3553c9d5e30e5fc34558b Mon Sep 17 00:00:00 2001 From: Ben Visness Date: Mon, 3 Oct 2022 15:31:17 -0500 Subject: [PATCH] Add entrepreneurship fishbowl title/description --- src/website/fishbowl.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/website/fishbowl.go b/src/website/fishbowl.go index 6ffc8d5..b016c99 100644 --- a/src/website/fishbowl.go +++ b/src/website/fishbowl.go @@ -114,8 +114,8 @@ var fishbowls = [...]fishbowlInfo{ }, { Slug: "entrepreneurship", - Title: "TBD", - Description: "TBD", + Title: "Entrepreneurship and the Handmade ethos", + Description: "What does it look like to turn a Handmade project into a sustainable business? How can the Handmade ethos set our software apart from its competitors? And how might we sustain the development of important software, if we're not sure how to sell it?", Month: time.October, Year: 2022, ContentsPath: "entrepreneurship/entrepreneurship.html", },