From 98cc6987ff292e0c45b92280f329a7868e1ee3d4 Mon Sep 17 00:00:00 2001 From: Daniele Date: Sun, 16 Nov 2025 12:01:27 +0100 Subject: [PATCH] Enable Apache-2.0 license in gleam.toml Uncommented the licences field to specify the Apache-2.0 license for the project. --- gleam.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gleam.toml b/gleam.toml index eea2a53..224c03e 100644 --- a/gleam.toml +++ b/gleam.toml @@ -6,7 +6,7 @@ version = "1.0.0" # your project to the Hex package manager. # description = "Pure Gleam implementation of the Apache Thrift Compact Protocol" -# licences = ["Apache-2.0"] +licences = ["Apache-2.0"] authors = ["Scaratti Daniele aka lupodevelp"] repository = { type = "github", user = "lupodevelop", repo = "thrifty" } links = [