From b667486b48c361446e50267ea7fbb907e04f0694 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Mon, 19 Sep 2016 18:24:20 +0100 Subject: [PATCH] Use "scm" instead of "git" in rockspec That seems to be the conventional name in use for HEAD. --- ...nfig-core-git-1.rockspec => editorconfig-core-scm-1.rockspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename editorconfig-core-git-1.rockspec => editorconfig-core-scm-1.rockspec (98%) diff --git a/editorconfig-core-git-1.rockspec b/editorconfig-core-scm-1.rockspec similarity index 98% rename from editorconfig-core-git-1.rockspec rename to editorconfig-core-scm-1.rockspec index 30b202c..3fb1dcb 100644 --- a/editorconfig-core-git-1.rockspec +++ b/editorconfig-core-scm-1.rockspec @@ -1,7 +1,7 @@ local _version = "0.1.1-git" package = "editorconfig-core" -version = "git-1" +version = "scm-1" source = { url = "git@github.com:editorconfig/editorconfig-core-lua.git" }