Skip to content

Commit

Permalink
update url references to Progressive-Insurance
Browse files Browse the repository at this point in the history
  • Loading branch information
justintout committed Mar 15, 2022
1 parent 0f85814 commit bfae433
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# need-cla

[![Run Go tests](https://github.com/Progressive/need-cla/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/Progressive/need-cla/actions/workflows/test.yml)
[![Run Go tests](https://github.com/Progressive-Insurance/need-cla/actions/workflows/test.yml/badge.svg)](https://github.com/Progressive-Insurance/need-cla/actions/workflows/test.yml)

> Go library and command line utility to check if a GitHub repository might need a CLA signed before contributing
Expand All @@ -22,15 +22,15 @@ If you know of a good way to check for CLA requirements, please [contribute](./C
### Installation

```
go get github.com/Progressive/need-cla
go get github.com/progressive-insurance/need-cla
```

### Usage

First, import the library:

```go
import "github.com/Progressive/need-cla"
import needcla "github.com/progressive-insurance/need-cla"
```

Then, create a GitHub client and check if a repository needs a CLA:
Expand Down
2 changes: 1 addition & 1 deletion cmd/need-cla/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (

"github.com/google/go-github/v38/github"
"github.com/peterbourgon/ff/v3"
needcla "github.com/progressive/need-cla"
needcla "github.com/progressive-insurance/need-cla"
"golang.org/x/oauth2"
)

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/progressive/need-cla
module github.com/progressive-insurance/need-cla

go 1.16

Expand Down

0 comments on commit bfae433

Please sign in to comment.