From d8e1b874bc73afa6ab57120fcdc8a233cb54a350 Mon Sep 17 00:00:00 2001 From: Mikko Ahlroth Date: Sat, 20 Apr 2024 11:35:34 +0300 Subject: [PATCH] Fix metadata --- gleam.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gleam.toml b/gleam.toml index d919c83..6deec9c 100644 --- a/gleam.toml +++ b/gleam.toml @@ -6,8 +6,8 @@ gleam = "~> 1.1" # Fill out these fields if you intend to generate HTML documentation or publish # your project to the Hex package manager. # -# description = "" -licences = ["AGPLv3-or-later"] +description = "A simple Gleam blog generator" +licences = ["AGPL-3.0-or-later"] repository = { type = "gitlab", user = "Nicd", repo = "gloss" } links = [ { title = "User's Guide", href = "https://nicd.gitlab.io/gloss_blog/guide.html" },