chore: migrate to SRHT

This commit is contained in:
Matthew RONCHETTO 2023-04-04 19:54:18 -07:00
parent 2a23002be9
commit 9edcbe8d2c
Signed by: Matthew RONCHETTO
GPG key ID: EF15E965D58EC01D
4 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
BSD 3-Clause License
Copyright (c) 2022, Matt Ronchetto
Copyright (c) 2022, Matthew Ronchetto
All rights reserved.
Redistribution and use in source and binary forms, with or without

View file

@ -1,4 +1,4 @@
# go-calipower [![Go Reference](https://pkg.go.dev/badge/github.com/doamatto/go-calipower.svg)](https://pkg.go.dev/github.com/doamatto/go-calipower)
# go-calipower [![Go Reference](https://pkg.go.dev/badge/git.sr.ht/~maatt/go-calipower.svg)](https://pkg.go.dev/git.sr.ht/~maatt/go-calipower)
Get available capacity, estimates, and reserves from California ISO.
## Usage
@ -10,7 +10,7 @@ import (
"log"
"strconv"
"github.com/doamatto/go-calipower"
"git.sr.ht/~maatt/go-calipower"
)
func main() {

2
go.mod
View file

@ -1,3 +1,3 @@
module github.com/doamatto/go-calipower
module git.sr.ht/~maatt/go-calipower
go 1.18

View file

@ -7,7 +7,7 @@ import (
"strconv"
"strings"
"github.com/doamatto/go-calipower"
"git.sr.ht/~maatt/go-calipower"
)
func main () {