From 408e8dc33faaf90e616564a880f7594ee68a6b32 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Thu, 22 Aug 2024 17:49:05 -0300 Subject: Teal: rename luarocks.fetch.hg_https --- src/luarocks/fetch/hg_https.lua | 8 -------- src/luarocks/fetch/hg_https.tl | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 src/luarocks/fetch/hg_https.lua create mode 100644 src/luarocks/fetch/hg_https.tl diff --git a/src/luarocks/fetch/hg_https.lua b/src/luarocks/fetch/hg_https.lua deleted file mode 100644 index e67417fe..00000000 --- a/src/luarocks/fetch/hg_https.lua +++ /dev/null @@ -1,8 +0,0 @@ - ---- Fetch back-end for retrieving sources from hg repositories --- that use https:// transport. For example, for fetching a repository --- that requires the following command line: --- `hg clone https://example.com/foo` --- you can use this in the rockspec: --- source = { url = "hg+https://example.com/foo" } -return require "luarocks.fetch.hg_http" diff --git a/src/luarocks/fetch/hg_https.tl b/src/luarocks/fetch/hg_https.tl new file mode 100644 index 00000000..e67417fe --- /dev/null +++ b/src/luarocks/fetch/hg_https.tl @@ -0,0 +1,8 @@ + +--- Fetch back-end for retrieving sources from hg repositories +-- that use https:// transport. For example, for fetching a repository +-- that requires the following command line: +-- `hg clone https://example.com/foo` +-- you can use this in the rockspec: +-- source = { url = "hg+https://example.com/foo" } +return require "luarocks.fetch.hg_http" -- cgit v1.2.3-55-g6feb