replace '8thlight' with 'vulcanize'

This commit is contained in:
2018-01-06 15:31:53 -05:00
parent 6decf0b54b
commit ee4f7c710a
39 changed files with 93 additions and 93 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package config_test
import (
"path/filepath"
cfg "github.com/8thlight/vulcanizedb/pkg/config"
cfg "github.com/vulcanize/vulcanizedb/pkg/config"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)