diff --git a/gleam.toml b/gleam.toml index 0133a0c..9ae5037 100644 --- a/gleam.toml +++ b/gleam.toml @@ -6,7 +6,7 @@ description = "HTML entity encoder/decoder for Gleam" # your project to the Hex package manager. # licences = ["MIT"] -repository = { type = "custom", url = "https://git.ahlcode.fi/nicd/glentities" } +repository = { type = "forgejo", host = "git.ahlcode.fi", user = "nicd", repo = "glentities" } links = [] internal_modules = ["glentities/internal/*"]