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:
authorCaleb Maclennan <caleb@alerque.com>2022-03-18 11:27:48 +0300
committerThijs Schreijer <thijs@thijsschreijer.nl>2022-03-18 15:19:02 +0300
commit9542a55de75d30bcbccdb095fd8bf2dd43227ea0 (patch)
tree6b21dedeb69f5cb120312af8b504a1343e5dbd32
parentc000fe7b6c9907fc4a110cdc8cac774a91e2bc82 (diff)
chore: Update GitHub access protocol, insecure connections blocked
-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
}