From 007a637559bb39c69ef418533f6d5d2d7f3a657e Mon Sep 17 00:00:00 2001 From: Elias Batek Date: Fri, 14 Feb 2025 04:20:13 +0100 Subject: [PATCH] Update sub-package description in DUB recipe --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index 7dfb4c3..aa89f3a 100644 --- a/dub.json +++ b/dub.json @@ -790,7 +790,7 @@ }, { "name": "ini", - "description": "INI file support - INI parser with support for various dialects.", + "description": "INI configuration file support - configurable INI parser and serializer with support for various dialects.", "targetType": "library", "sourceFiles": ["ini.d"], "dependencies": {