From 42b8e9c46cae6bcd72c906653431f85f53d68890 Mon Sep 17 00:00:00 2001 From: Scott Bender Date: Thu, 10 Sep 2020 09:21:13 -0400 Subject: [PATCH] chore: fix github urn in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 97be6c0..eb68587 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,6 @@ }, "repository": { "type": "git", - "url": "https://github.com/sbender9/signalk-autopilot" + "url": "https://github.com/SignalK/signalk-autopilot" } }