Skip to content

Commit

Permalink
Revert back to leanprover-community/lean4game
Browse files Browse the repository at this point in the history
  • Loading branch information
xhalo32 committed Jun 30, 2024
1 parent 0ab0b84 commit ae9e731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def LocalGameServer : Dependency := {

def RemoteGameServer : Dependency := {
name := `GameServer
src := Source.git "https://github.com/xhalo32/lean4game.git" "main" "server"
src := Source.git "https://github.com/leanprover-community/lean4game.git" leanVersion "server"
}

/- Choose GameServer dependency depending on the environment variable `LEAN4GAME`. -/
Expand Down

0 comments on commit ae9e731

Please sign in to comment.