From a02bbd6809fec4fcda5b0f8fb176b7f889e93dea Mon Sep 17 00:00:00 2001 From: Charles Javerliat <charles.javerliat@insa-lyon.fr> Date: Sun, 21 Jun 2020 14:59:35 +0000 Subject: [PATCH] Update library.json --- library.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/library.json b/library.json index 69756c9..ecc431e 100644 --- a/library.json +++ b/library.json @@ -1,12 +1,12 @@ -{ - "name": "SerialProtocolFraming", - "version": "1.0.0", - "description": "Serial protocol for framing data.", - "repository": - { - "type": "git", - "url": "https://gitlab.clubelek.fr/cdf2020/libraries/communication/serialprotocalframing.git" - }, - "frameworks": "*", - "platforms": "*" -} +{ + "name": "SerialFramingProtocol", + "version": "1.0.0", + "description": "Serial protocol for framing data.", + "repository": + { + "type": "git", + "url": "https://gitlab.clubelek.fr/cdf2020/libraries/communication/serial-framing-protocol.git" + }, + "frameworks": "*", + "platforms": "*" +} -- GitLab