From fc229667619ee45fc2cccc298cddef2fe2af769d Mon Sep 17 00:00:00 2001 From: Mikko Ahlroth Date: Tue, 21 May 2024 23:42:37 +0300 Subject: [PATCH] Add Hex info --- gleam.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gleam.toml b/gleam.toml index a9dcf0d..628141f 100644 --- a/gleam.toml +++ b/gleam.toml @@ -5,9 +5,9 @@ target = "javascript" # Fill out these fields if you intend to generate HTML documentation or publish # your project to the Hex package manager. # -# description = "" -# licences = ["Apache-2.0"] -# repository = { type = "github", user = "username", repo = "project" } +description = "GNU Gettext implementation for Gleam" +licences = ["MIT"] +repository = { type = "gitlab", user = "Nicd", repo = "kielet" } # links = [{ title = "Website", href = "https://gleam.run" }] # # For a full reference of all the available options, you can have a look at