From 30d228bed57f3a4cead2c6297d0528a4b8b8c337 Mon Sep 17 00:00:00 2001 From: Mikko Ahlroth Date: Sat, 10 Aug 2024 20:21:19 +0300 Subject: [PATCH] Redo that --- gleam.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/*"]