From e6a8e86a746f0dfb77a71d6251dc9f0fe803c3b1 Mon Sep 17 00:00:00 2001 From: Patito Date: Fri, 27 May 2022 10:08:12 -0500 Subject: [PATCH] Fixed tinyfiledialogs name conflict (#2244) Renamed to tinydialogs --- packages.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages.json b/packages.json index 26c2908..1caaf2d 100644 --- a/packages.json +++ b/packages.json @@ -1,7 +1,7 @@ [ { - "name": "tinyfiledialogs", - "url": "https://github.com/Patitotective/tinyfiledialogs.nim", + "name": "tinydialogs", + "url": "https://github.com/Patitotective/tinydialogs", "method": "git", "tags": [ "dialogs", @@ -9,7 +9,7 @@ ], "description": "Tiny file dialogs Nim bindings.", "license": "MIT", - "web": "https://github.com/Patitotective/tinyfiledialogs.nim" + "web": "https://github.com/Patitotective/tinydialogs" }, { "name": "artemis",