From 7954f8a1c068ea7474194ba19a325fa75e8c0c93 Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Thu, 15 Aug 2019 12:20:54 -0700 Subject: [PATCH] Update bucket/premake.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Jakub Čábera --- bucket/premake.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/premake.json b/bucket/premake.json index bb08c491ff..a2a858a31e 100644 --- a/bucket/premake.json +++ b/bucket/premake.json @@ -1,6 +1,6 @@ { "homepage": "https://premake.github.io/", - "description": "A command line utility which reads a scripted definition of a software project and, most commonly, uses it to generate project files for toolsets like Visual Studio, Xcode, or GNU Make.", + "description": "Automatically generate build configurations for multiple and widely used toolsets using one universal definition.", "version": "5.0.0-alpha14", "license": "BSD-3-Clause", "url": "https://github.com/premake/premake-core/releases/download/v5.0.0-alpha14/premake-5.0.0-alpha14-windows.zip",