Change repo back to github and add link to self-hosted git

This commit is contained in:
LilyRose2798 2024-03-24 22:34:47 +11:00
parent 8a35645cf1
commit 521283a17c
1 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,10 @@ version = "1.1.2"
description = "Utilities for parsing and querying JSON data"
licences = ["AGPL-3.0-only"]
repository = { type = "forgejo", host = "git.7cs.dev", user = "lily", repo = "jasper" }
repository = { type = "github", user = "LilyRose2798", repo = "jasper" }
links = [
{ title = "Self-Hosted Git", href = "https://git.7cs.dev/lily/jasper" },
]
[dependencies]
gleam_stdlib = "~> 0.34 or ~> 1.0"