diff --git a/.promu.yml b/.promu.yml index 3938667b..740b7d13 100644 --- a/.promu.yml +++ b/.promu.yml @@ -1,7 +1,7 @@ go: cgo: true repository: - path: github.com/joehandzik/lustre_exporter + path: github.com/HewlettPackard/lustre_exporter build: flags: -a -tags 'netgo static_build' ldflags: | diff --git a/README.md b/README.md index 85ba6516..41a1fed2 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ Prometheus exporter for Lustre metrics. ## Getting -go get github.com/joehandzik/lustre_exporter +go get github.com/HewlettPackard/lustre_exporter ## Building -cd $GOPATH/src/github.com/joehandzik/lustre_exporter +cd $GOPATH/src/github.com/HewlettPackard/lustre_exporter make diff --git a/lustre_exporter.go b/lustre_exporter.go index 61aeee22..df493c73 100644 --- a/lustre_exporter.go +++ b/lustre_exporter.go @@ -22,7 +22,7 @@ import ( "sync" "time" - "github.com/joehandzik/lustre_exporter/sources" + "github.com/HewlettPackard/lustre_exporter/sources" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promhttp" "github.com/prometheus/common/log"