diff --git a/library.json b/library.json index 69756c9110f9960ea4590771b637b19e56abf3b4..ecc431e84ff2fd9fbf8b011525dff08cbf3c983f 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": "*" +}