From 551cf7106294d3f5100d388fb4e365c57d930218 Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Wed, 23 Jun 2021 03:03:14 -0700 Subject: [PATCH] update org name --- core/unifi/README.md | 6 +++--- core/unifi/go.mod | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/unifi/README.md b/core/unifi/README.md index 33d8a563..9b7df0da 100644 --- a/core/unifi/README.md +++ b/core/unifi/README.md @@ -7,9 +7,9 @@ data. The data is provided in a large struct you can consume in your application This library is designed to PULL data FROM the controller. It has no methods that update settings or change things on the controller. -[Someone expressed interest](https://github.com/unifi-poller/unifi/issues/31) in +[Someone expressed interest](https://github.com/unpoller/unifi/issues/31) in adding methods to update data, and I'm okay with that. I'll even help add them. -[Tell me what you want to do](https://github.com/unifi-poller/unifi/issues/new), and we'll make it happen. +[Tell me what you want to do](https://github.com/unpoller/unifi/issues/new), and we'll make it happen. Pull requests, feature requests, code reviews and feedback are welcomed! @@ -18,7 +18,7 @@ Here's a working example: package main import "log" -import "github.com/unifi-poller/unifi" +import "github.com/unpoller/unifi" func main() { c := *unifi.Config{ diff --git a/core/unifi/go.mod b/core/unifi/go.mod index d19a14e5..dfba68c3 100644 --- a/core/unifi/go.mod +++ b/core/unifi/go.mod @@ -1,4 +1,4 @@ -module github.com/unifi-poller/unifi +module github.com/unpoller/unifi go 1.16