Skip to content

Commit 384e8cd

Browse files
committed
rockspec: git:// -> git+https://
1 parent 777adab commit 384e8cd

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

connection-scm-1.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package = 'connection'
88
version = 'scm-1'
99

1010
source = {
11-
url = 'git://github.com/moonlibs/connection.git';
11+
url = 'git+https://github.com/moonlibs/connection.git';
1212
branch = 'v1';
1313
}
1414

rockspecs/connection-scm-1.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package = 'connection'
22
version = 'scm-1'
33

44
source = {
5-
url = 'git://github.com/moonlibs/connection.git';
5+
url = 'git+https://github.com/moonlibs/connection.git';
66
branch = 'v1';
77
}
88

rockspecs/connection-scm-2.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package = 'connection'
22
version = 'scm-2'
33

44
source = {
5-
url = 'git://github.com/moonlibs/connection.git';
5+
url = 'git+https://github.com/moonlibs/connection.git';
66
branch = 'master';
77
}
88

rockspecs/connection-scm-3.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package = 'connection'
22
version = 'scm-3'
33

44
source = {
5-
url = 'git://github.com/moonlibs/connection.git';
5+
url = 'git+https://github.com/moonlibs/connection.git';
66
branch = 'v3';
77
}
88

0 commit comments

Comments
 (0)