From 676eabb0cb54c0dc4420cc08af33566aa1d80cf9 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Sat, 28 Mar 2020 14:31:10 -0500 Subject: [PATCH] rename project to lume --- client.go | 2 +- cmd/command.go | 2 +- cmd/lume/main.go | 4 ++-- cmd/setstate.go | 2 +- cmd/setwhite.go | 2 +- cmd/util.go | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/client.go b/client.go index 0773571..cb55a8c 100644 --- a/client.go +++ b/client.go @@ -11,7 +11,7 @@ import ( "net/url" ) -const UserAgent = "go-lifx" +const UserAgent = "lume" type ( Client struct { diff --git a/cmd/command.go b/cmd/command.go index 4135085..d60f4d2 100644 --- a/cmd/command.go +++ b/cmd/command.go @@ -5,7 +5,7 @@ import ( "fmt" "strconv" - "git.kill0.net/chill9/go-lifx" + "git.kill0.net/chill9/lume" ) type CmdArgs struct { diff --git a/cmd/lume/main.go b/cmd/lume/main.go index 51e3645..c271a92 100644 --- a/cmd/lume/main.go +++ b/cmd/lume/main.go @@ -6,8 +6,8 @@ import ( "os" "path" - "git.kill0.net/chill9/go-lifx" - lumecmd "git.kill0.net/chill9/go-lifx/cmd" + "git.kill0.net/chill9/lume" + lumecmd "git.kill0.net/chill9/lume/cmd" "github.com/BurntSushi/toml" ) diff --git a/cmd/setstate.go b/cmd/setstate.go index bcd373c..d509dcc 100644 --- a/cmd/setstate.go +++ b/cmd/setstate.go @@ -4,7 +4,7 @@ import ( "flag" "fmt" - "git.kill0.net/chill9/go-lifx" + "git.kill0.net/chill9/lume" ) func init() { diff --git a/cmd/setwhite.go b/cmd/setwhite.go index ac86248..d076554 100644 --- a/cmd/setwhite.go +++ b/cmd/setwhite.go @@ -4,7 +4,7 @@ import ( "flag" "fmt" - "git.kill0.net/chill9/go-lifx" + "git.kill0.net/chill9/lume" ) func init() { diff --git a/cmd/util.go b/cmd/util.go index 7262642..365d38e 100644 --- a/cmd/util.go +++ b/cmd/util.go @@ -4,7 +4,7 @@ import ( "fmt" "time" - "git.kill0.net/chill9/go-lifx" + "git.kill0.net/chill9/lume" ) func powerColor(s string) string {