Migrate to gitea
This commit is contained in:
parent
e9b129c58c
commit
a8c952b039
2 changed files with 2 additions and 2 deletions
|
@ -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
2
go.mod
|
@ -1,4 +1,4 @@
|
|||
module github.com/DrJosh9000/lifepo4wered-exporter
|
||||
module gitea.drjosh.dev/josh/lifepo4wered-exporter
|
||||
|
||||
go 1.23.0
|
||||
|
||||
|
|
Loading…
Reference in a new issue