Test on Gleam 1.4, change repository address

This commit is contained in:
Mikko Ahlroth 2024-08-15 18:17:38 +03:00
parent 23c966bce6
commit a00df2f82a
3 changed files with 3 additions and 3 deletions

View file

@ -1,2 +1,2 @@
gleam 1.1.0
gleam 1.4.1
nodejs 20.10.0

View file

@ -3,7 +3,7 @@
Scriptorium is a simple blog generator for Gleam, using [Lustre](https://hexdocs.pm/lustre) and
[lustre_ssg](https://hexdocs.pm/lustre_ssg).
Scriptorium runs on the JavaScript target and it's tested with Node.js.
Scriptorium runs on the JavaScript target and is tested with Node.js.
[![Package Version](https://img.shields.io/hexpm/v/scriptorium)](https://hex.pm/packages/scriptorium)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/scriptorium/)

View file

@ -8,7 +8,7 @@ gleam = "~> 1.1"
#
description = "A simple Gleam blog generator"
licences = ["AGPL-3.0-or-later"]
repository = { type = "gitlab", user = "Nicd", repo = "scriptorium" }
repository = { type = "forgejo", host = "git.ahlcode.fi", user = "nicd", repo = "scriptorium" }
links = [
{ title = "User's Guide", href = "https://nicd.gitlab.io/scriptorium_blog/guide.html" },
{ title = "Demo Blog", href = "https://nicd.gitlab.io/scriptorium_blog" },