From 3b58a7f34691d892b32e67f1f5748ad511f19e5d Mon Sep 17 00:00:00 2001 From: Alexander Klein Date: Thu, 9 Feb 2023 11:44:37 +0100 Subject: [PATCH] corrected dependencies --- library.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index c55c405..7e7519f 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "repository": { "type": "git", - "url": "https://github.com/username/hello-world.git" + "url": "https://git.kleiax.de/PlatformIO-Libs/Motor.git" }, "authors": [ @@ -19,7 +19,7 @@ "license": "MIT", "homepage": "https://www.kleiax.de/", "dependencies": { - "https://git.kleiax.de/PlatformIO-Libs/Shiftregister.git#v1.0": "v1.0" + "external-repo" : "https://git.kleiax.de/PlatformIO-Libs/Shiftregister.git#v1.0" }, "frameworks": "*", "platforms": "*"