diff options
author | Ethel Morgan <eth@ethulhu.co.uk> | 2020-06-20 00:13:53 +0100 |
---|---|---|
committer | Ethel Morgan <eth@ethulhu.co.uk> | 2020-06-20 00:13:53 +0100 |
commit | 0905fc55e7427a4e024fc5dc73f10be45200f110 (patch) | |
tree | fb8762831a470e423cd97b89868b48628d2b0d32 /cmd | |
parent | a119a07983cf24db0bf9715c5625ebb90d915f16 (diff) |
rename the project to catbus-wakeonlan
Diffstat (limited to '')
-rw-r--r-- | cmd/catbus-actuator-wakeonlan/main.go (renamed from main.go) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main.go b/cmd/catbus-actuator-wakeonlan/main.go index a3ca9d3..ada08a0 100644 --- a/main.go +++ b/cmd/catbus-actuator-wakeonlan/main.go @@ -9,10 +9,10 @@ import ( "flag" "log" - "go.eth.moe/catbus-actuator-wakeonlan/config" - "go.eth.moe/catbus-actuator-wakeonlan/logger" - "go.eth.moe/catbus-actuator-wakeonlan/mqtt" - "go.eth.moe/catbus-actuator-wakeonlan/wakeonlan" + "go.eth.moe/catbus-wakeonlan/config" + "go.eth.moe/catbus-wakeonlan/logger" + "go.eth.moe/catbus-wakeonlan/mqtt" + "go.eth.moe/catbus-wakeonlan/wakeonlan" ) var ( |