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