Skip to content

Commit

Permalink
add lapo back to org list, remove food-groups
Browse files Browse the repository at this point in the history
  • Loading branch information
sethetter committed Oct 2, 2023
1 parent 33701bf commit b049daf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var orgs = map[string]bool{
"StartupWichita": false,
"wichitalks": false,
"ennovar": false,
"lake-afton-public-observatory": false,
"lake-afton-public-observatory": true,
}

type Project struct {
Expand Down Expand Up @@ -67,11 +67,6 @@ var projects = map[string]Project{
Description: "The 2-player strategy board game, Camelot! (a.k.a. Inside Moves)",
Visible: true,
},
"nessalc/food-groups": {
Title: "Food Groups",
Description: "An app to coordinate groups of people gathering for meals.",
Visible: true,
},
"kentonh/ProjectNameGenerator": {
Title: "Project Name Generator",
Description: "Really stupid way to give your project a code name.",
Expand Down

0 comments on commit b049daf

Please sign in to comment.