Use https instead of git for fetching the standard library (#572)

* Use https instead of git for fetching the standard library

* Clone the standard library shallowly
This commit is contained in:
Liang-Ting Chen 2021-08-23 02:52:55 +08:00 committed by GitHub
parent 09d04baefd
commit 43bdaa94f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
.gitmodules vendored
View file

@ -1,3 +1,4 @@
[submodule "standard-library"]
path = standard-library
url = git@github.com:agda/agda-stdlib.git
url = https://github.com/agda/agda-stdlib.git
shallow = true