Move from nspcc-dev to TrueCloudLab #1

Merged
fyrchik merged 1 commit from rebranding into master 2022-12-12 15:02:07 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 79ee85234a - Show all commits

View file

@ -43,7 +43,7 @@ package main
import (
"fmt"
"github.com/nspcc-dev/hrw"
"github.com/TrueCloudLab/hrw"
)
func main() {

2
go.mod
View file

@ -1,4 +1,4 @@
module github.com/nspcc-dev/hrw
module github.com/TrueCloudLab/hrw
go 1.14