8000 Change protocol of git submodules to https · sass/perl-libsass@76aad40 · GitHub
[go: up one dir, main page]

Skip to content

Commit 76aad40

Browse files
committed
Change protocol of git submodules to https
1 parent a1d5dce commit 76aad40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[submodule "libsass"]
22
path = libsass
3-
url = git://github.com/sass/libsass.git
3+
url = https://github.com/sass/libsass.git
44
[submodule "t/sass-spec"]
55
path = t/sass-spec
6-
url = git://github.com/sass/sass-spec.git
6+
url = https://github.com/sass/sass-spec.git
77
[submodule "plugins/sassc"]
88
path = plugins/sassc
99
url = https://github.com/sass/sassc

0 commit comments

Comments
 (0)
0