From a00df2f82ae88cfb94888eb0ba066a1c773718b5 Mon Sep 17 00:00:00 2001 From: Mikko Ahlroth Date: Thu, 15 Aug 2024 18:17:38 +0300 Subject: [PATCH] Test on Gleam 1.4, change repository address --- .tool-versions | 2 +- README.md | 2 +- gleam.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.tool-versions b/.tool-versions index 262d702..76ef2a5 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ -gleam 1.1.0 +gleam 1.4.1 nodejs 20.10.0 diff --git a/README.md b/README.md index 9202ce7..f29f43e 100644 --- a/README.md +++ b/README.md @@ -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/) diff --git a/gleam.toml b/gleam.toml index 928da05..2357c76 100644 --- a/gleam.toml +++ b/gleam.toml @@ -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" },