Skip to content

Commit 38fa0ba

Browse files
committed
switch to https
1 parent 9d1819b commit 38fa0ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- repo: git://github.com/pre-commit/pre-commit-hooks
1+
- repo: https://github.com/pre-commit/pre-commit-hooks
22
rev: v0.7.1
33
hooks:
44
- id: check-merge-conflict

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ golang hooks for http://pre-commit.com/
88

99
Add this to your `.pre-commit-config.yaml`
1010

11-
- repo: git://github.com/dnephin/pre-commit-golang
11+
- repo: https://github.com/dnephin/pre-commit-golang
1212
rev: master
1313
hooks:
1414
- id: go-fmt

0 commit comments

Comments
 (0)