Skip to content

Commit 5c1d7d9

Browse files
committed
rockspec: git:// -> git+https://
1 parent dec9bea commit 5c1d7d9

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

rockspecs/xqueue-scm-1.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
package = 'xqueue'
44
version = 'scm-1'
55
source = {
6-
url = 'git://github.com/moonlibs/xqueue.git',
6+
url = 'git+https://github.com/moonlibs/xqueue.git',
77
branch = 'broken',
88
}
99
description = {

rockspecs/xqueue-scm-2.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package = 'xqueue'
22
version = 'scm-2'
33
source = {
4-
url = 'git://github.com/moonlibs/xqueue.git',
4+
url = 'git+https://github.com/moonlibs/xqueue.git',
55
branch = 'monofix',
66
}
77
description = {

rockspecs/xqueue-scm-3.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package = 'xqueue'
22
version = 'scm-3'
33
source = {
4-
url = 'git://github.com/moonlibs/xqueue.git',
4+
url = 'git+https://github.com/moonlibs/xqueue.git',
55
branch = 'v3',
66
}
77
description = {

rockspecs/xqueue-scm-4.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package = 'xqueue'
22
version = 'scm-4'
33
source = {
4-
url = 'git://github.com/moonlibs/xqueue.git',
4+
url = 'git+https://github.com/moonlibs/xqueue.git',
55
branch = 'master',
66
}
77
description = {

rockspecs/xqueue-scm-5.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package = "xqueue"
22
version = "scm-5"
33
source = {
4-
url = "git://github.com/moonlibs/xqueue.git",
4+
url = "git+https://github.com/moonlibs/xqueue.git",
55
branch = "master",
66
}
77
description = {

0 commit comments

Comments
 (0)