Migrate to gitea

This commit is contained in:
Josh Deprez 2024-08-30 15:16:45 +10:00
parent e9b129c58c
commit a8c952b039
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
// The lifepo4wered-exporter binary serves Prometheus metrics based on the output
package main // import "github.com/DrJosh9000/lifepo4wered-exporter"
package main // import "gitea.drjosh.dev/josh/lifepo4wered-exporter"
import (
"bufio"

2
go.mod
View file

@ -1,4 +1,4 @@
module github.com/DrJosh9000/lifepo4wered-exporter
module gitea.drjosh.dev/josh/lifepo4wered-exporter
go 1.23.0