diff --git a/.gitignore b/.gitignore index b9d6bd9..9880451 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +Platformio.ini ################# ## Eclipse ################# diff --git a/library.json b/library.json index 3444ccc..68cc67d 100644 --- a/library.json +++ b/library.json @@ -5,7 +5,7 @@ "repository": { "type": "git", - "url": "https://github.com/ivanseidel/LinkedList.git" + "url": "https://github.com/krzychoooo/LinkedList.git" }, "frameworks": "*", "platforms": "*",