Skip to content

Commit

Permalink
Hula: fixed designer URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Castux committed Oct 17, 2024
1 parent 22637a3 commit c2e56a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/games/hula.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ export interface IHulaState extends IAPGameState {
export class HulaGame extends GameBase {

public static readonly gameinfo: APGamesInformation = {
name: "Hula",
uid: "hula",
name: "Hula",
uid: "hula",
playercounts: [2],
version: "1.0",
description: "apgames:descriptions.hula",
description: "apgames:descriptions.hula",
urls: ["https://boardgamegeek.com/boardgame/430598/hula"],
people: [
{
type: "designer",
name: "Hoembla",
url: "https://boardgamegeek.com/boardgamedesigner/148212/hoembla"
urls: ["https://boardgamegeek.com/boardgamedesigner/148212/hoembla"]
},
],
flags: ["pie", "experimental"],
Expand Down

0 comments on commit c2e56a8

Please sign in to comment.