We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 206a84b commit 3fe1af1Copy full SHA for 3fe1af1
Makefile
@@ -11,7 +11,7 @@ endif
11
12
## Not defined? Use default repo owner
13
ifeq ($(REPO_OWNER),)
14
- REPO_OWNER="BitcoinSchema"
+ REPO_OWNER="bitcoinschema"
15
endif
16
17
.PHONY: clean
go.mod
@@ -1,4 +1,4 @@
1
-module github.com/BitcoinSchema/go-bitcoin
+module github.com/bitcoinschema/go-bitcoin
2
3
go 1.15
4
0 commit comments