From 68e08386b71fa6337a6b1bc39a313a92a0d9e2ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Fri, 2 Aug 2024 17:59:49 +0200 Subject: [PATCH] fmt: Set license (#4825) https://github.com/fmtlib/fmt/issues/3721 --- packages/f/fmt/xmake.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/f/fmt/xmake.lua b/packages/f/fmt/xmake.lua index 0485d32ac..ddf064bb0 100644 --- a/packages/f/fmt/xmake.lua +++ b/packages/f/fmt/xmake.lua @@ -1,6 +1,7 @@ package("fmt") set_homepage("https://fmt.dev") set_description("fmt is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams.") + set_license("MIT") set_urls("https://github.com/fmtlib/fmt/releases/download/$(version)/fmt-$(version).zip", "https://github.com/fmtlib/fmt.git")