Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stevedonovan/Penlight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'penlight-dev-1.rockspec')
-rw-r--r--penlight-dev-1.rockspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/penlight-dev-1.rockspec b/penlight-dev-1.rockspec
index 343bfcb..5b00e11 100644
--- a/penlight-dev-1.rockspec
+++ b/penlight-dev-1.rockspec
@@ -11,7 +11,7 @@ package = package_name
version = package_version .. "-" .. rockspec_revision
source = {
- url = "git://github.com/"..github_account_name.."/"..github_repo_name..".git",
+ url = "git+https://github.com/"..github_account_name.."/"..github_repo_name..".git",
branch = git_checkout
}