diff --git a/gleam.toml b/gleam.toml index 451e7f6..ad5c528 100644 --- a/gleam.toml +++ b/gleam.toml @@ -6,7 +6,7 @@ version = "3.1.0" # description = "Arbitrary precision integer arithmetic for Gleam" licences = ["MIT"] -repository = { type = "gitlab", user = "Nicd", repo = "bigi" } +repository = { type = "forgejo", host = "git.ahlcode.fi", user = "nicd", repo = "bigi" } # # For a full reference of all the available options, you can have a look at # https://gleam.run/writing-gleam/gleam-toml/.