diff --git a/LICENSE b/LICENSE index a8b4732..d57451f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2026 gballan. +Copyright (c) 2026 Bit Goblin. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/README.md b/README.md index f9b30ff..9c1f2cb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Pico Weather ![Woodpecker CI badge](https://builds.metaunix.net/api/badges/92/status.svg) -![shields.io version badge](https://img.shields.io/gitea/v/release/gballan/pico-weather?gitea_url=https://git.metaunix.net) +![shields.io version badge](https://img.shields.io/gitea/v/release/BitGoblin/pico-weather?gitea_url=https://git.metaunix.net) Raspberry Pi Pico app to read BME280 sensor data and send it to Home Assistant. @@ -37,7 +37,7 @@ To help with debugging/testing deployments, I also used these components: ### Steps -1. Clone this git repository `git clone https://git.metaunix.net/gballan/pico-weather`. +1. Clone this git repository `git clone https://git.metaunix.net/BitGoblin/pico-weather`. 2. Copy `config.go.example` to `config.go` and modify the values to match your environment. 3. Hold down the **BOOTSEL** button on your Raspberry Pi Pico 2W. 4. Plug in your Pico to a USB port on your PC. diff --git a/go.mod b/go.mod index e823da3..b2666b8 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module git.metaunix.net/gballan/pico-weather +module git.metaunix.net/BitGoblin/pico-weather go 1.25.2