Skip to content

Commit

Permalink
limit capacity to 80
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodiazdorado-tng committed Jun 27, 2024
1 parent e7e5339 commit 47e2ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Zureg/Hackathon/MuniHac2024.hs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ newHackathon = do
, Hackathon.baseUrl = "https://registration.munihac.de"
, Hackathon.contactUrl = "https://munihac.de/2024.html#contact"
, Hackathon.legalNoticeUrl = Just "https://munihac.de/impressum.html"
, Hackathon.capacity = 120
, Hackathon.capacity = 80
, Hackathon.confirmation = False

, Hackathon.registerBadgeName = True
Expand Down

0 comments on commit 47e2ac5

Please sign in to comment.