From 62874bebf464cd592f4bedec1bf80794caf21f5e Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 17 Aug 2023 20:23:10 +0300 Subject: [PATCH] [misc] Fix PlatformIO repository URL (#157) --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index f563f75..b75170a 100644 --- a/platform.json +++ b/platform.json @@ -4,7 +4,7 @@ "description": "PlatformIO development platform for IoT modules", "repository": { "type": "git", - "url": "https://github.com/kuba2k2/platformio-libretiny" + "url": "https://github.com/kuba2k2/libretiny.git" }, "version": "1.2.1", "frameworks": {