From cbfb411bb68860b608f7b1e709c67f03d4934507 Mon Sep 17 00:00:00 2001 From: Mikko Ahlroth Date: Fri, 13 Sep 2024 08:05:05 +0300 Subject: [PATCH] Switch to Forgejo --- gleam.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/.