fix: gitea repo

This commit is contained in:
2026-03-02 09:38:38 +01:00
parent de72a9de4b
commit 7b2e7a7824

View File

@@ -3,7 +3,7 @@ version = "1.0.0"
description = "A secure, self-hostable burn-after-reading paste service written in Gleam" description = "A secure, self-hostable burn-after-reading paste service written in Gleam"
licences = ["GPL-3.0"] licences = ["GPL-3.0"]
repository = { type = "github", user = "Kharec", repo = "spasteg", host = "https://git.kharec.info" } repository = { type = "gitea", user = "Kharec", repo = "spasteg", host = "https://git.kharec.info" }
[dependencies] [dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0" gleam_stdlib = ">= 0.44.0 and < 2.0.0"