From 2b5da4383d9c6defd2d473bf02eb8920bd589890 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 28 Dec 2018 06:22:55 +0000 Subject: examples/cgit-commit-filter.lua: update URLs Let's Encrypt is working out nicely, so we can rely on HTTPS, now. Use 80x24.org instead of bogomips.org while we're at it, since I don't think the latter will remain. --- examples/cgit-commit-filter.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/cgit-commit-filter.lua b/examples/cgit-commit-filter.lua index e2a079cf..1616b5a0 100644 --- a/examples/cgit-commit-filter.lua +++ b/examples/cgit-commit-filter.lua @@ -8,10 +8,10 @@ -- -- commit-filter=lua:/path/to/this/script.lua -- --- Example: http://bogomips.org/public-inbox.git/ +-- Example site: https://80x24.org/public-inbox.git/ local urls = {} -urls['public-inbox.git'] = 'http://public-inbox.org/meta/' +urls['public-inbox.git'] = 'https://public-inbox.org/meta/' -- additional URLs here... function filter_open(...) -- cgit v1.2.3-24-ge0c7