From bb56d49ce3d87e4fb708243b3873a8c5da99fcaa Mon Sep 17 00:00:00 2001 From: Ron Evans Date: Thu, 7 Feb 2019 09:41:24 +0100 Subject: [PATCH] rename: make sure package name is consistent in all places after move to organization Signed-off-by: Ron Evans --- drivers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers.go b/drivers.go index c6621e0..31b4305 100644 --- a/drivers.go +++ b/drivers.go @@ -1,4 +1,4 @@ // Package drivers is just a placeholder for the sub-packages. // It is here just to be able to install the package without errors using -// go get -d github.com/ayke/tinygo-drivers +// go get -d github.com/tinygo-org/drivers package drivers