diff --git a/Makefile b/Makefile index e528d47..c1bcea1 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ staticcheck: get_staticcheck build: @echo ">> building binaries" - @GOOS=linux GOARCH=amd64 $(GO) build -ldflags "-X main.Version=$(VERSION)" github.com/alin-sinpalean/jiralert/cmd/jiralert + @GOOS=linux GOARCH=amd64 $(GO) build -ldflags "-X main.Version=$(VERSION)" github.com/free/jiralert/cmd/jiralert tarball: @echo ">> packaging release $(VERSION)" diff --git a/README.md b/README.md index 002f6a7..84a6038 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# JIRAlert [![Build Status](https://travis-ci.org/alin-sinpalean/jiralert.svg)](https://travis-ci.org/alin-sinpalean/jiralert) [![Go Report Card](https://goreportcard.com/badge/github.com/alin-sinpalean/jiralert)](https://goreportcard.com/report/github.com/alin-sinpalean/jiralert) [![GoDoc](https://godoc.org/github.com/alin-sinpalean/jiralert?status.svg)](https://godoc.org/github.com/alin-sinpalean/jiralert) +# JIRAlert [![Build Status](https://travis-ci.org/free/jiralert.svg)](https://travis-ci.org/free/jiralert) [![Go Report Card](https://goreportcard.com/badge/github.com/free/jiralert)](https://goreportcard.com/report/github.com/free/jiralert) [![GoDoc](https://godoc.org/github.com/free/jiralert?status.svg)](https://godoc.org/github.com/free/jiralert) [Prometheus Alertmanager](https://github.com/prometheus/alertmanager) webhook receiver for [JIRA](https://www.atlassian.com/software/jira). ## Overview @@ -9,10 +9,10 @@ If a corresponding JIRA issue already exists but is resolved, it is reopened. A ## Usage -Get JIRAlert, either as a [packaged release](https://github.com/alin-sinpalean/jiralert/releases) or build it yourself: +Get JIRAlert, either as a [packaged release](https://github.com/free/jiralert/releases) or build it yourself: ``` -$ go get github.com/alin-sinpalean/jiralert/cmd/jiralert +$ go get github.com/free/jiralert/cmd/jiralert ``` then run it from the command line: @@ -80,6 +80,6 @@ env DEBUG=1 ./jiralert ## License -JIRAlert is licensed under the [MIT License](https://github.com/alin-sinpalean/jiralert/blob/master/LICENSE). +JIRAlert is licensed under the [MIT License](https://github.com/free/jiralert/blob/master/LICENSE). Copyright (c) 2017, Alin Sinpalean diff --git a/cmd/jiralert/main.go b/cmd/jiralert/main.go index cf82132..f1a34d4 100644 --- a/cmd/jiralert/main.go +++ b/cmd/jiralert/main.go @@ -9,8 +9,8 @@ import ( "runtime" "strconv" - "github.com/alin-sinpalean/jiralert" - "github.com/alin-sinpalean/jiralert/alertmanager" + "github.com/free/jiralert" + "github.com/free/jiralert/alertmanager" log "github.com/golang/glog" "github.com/prometheus/client_golang/prometheus/promhttp" _ "net/http/pprof" diff --git a/notify.go b/notify.go index ec66071..8e5cd4d 100644 --- a/notify.go +++ b/notify.go @@ -7,7 +7,7 @@ import ( "net/http" "strings" - "github.com/alin-sinpalean/jiralert/alertmanager" + "github.com/free/jiralert/alertmanager" "github.com/andygrunwald/go-jira" log "github.com/golang/glog" "github.com/trivago/tgo/tcontainer" diff --git a/vendor/vendor.json b/vendor/vendor.json index 73e94ab..a8ed58b 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -111,5 +111,5 @@ "revisionTime": "2017-08-12T16:00:11Z" } ], - "rootPath": "github.com/alin-sinpalean/jiralert" + "rootPath": "github.com/free/jiralert" }