Skip to content

Commit

Permalink
Use lowercase version of github owner
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Sep 30, 2020
1 parent 206a84b commit 3fe1af1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ endif

## Not defined? Use default repo owner
ifeq ($(REPO_OWNER),)
REPO_OWNER="BitcoinSchema"
REPO_OWNER="bitcoinschema"
endif

.PHONY: clean
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/BitcoinSchema/go-bitcoin
module github.com/bitcoinschema/go-bitcoin

go 1.15

Expand Down

0 comments on commit 3fe1af1

Please sign in to comment.