]> Sergey Matveev's repositories - public-inbox.git/commitdiff
examples/cgit-commit-filter.lua: update URLs
authorEric Wong <e@80x24.org>
Fri, 28 Dec 2018 06:22:55 +0000 (06:22 +0000)
committerEric Wong <e@80x24.org>
Sat, 29 Dec 2018 03:44:50 +0000 (03:44 +0000)
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

index e2a079cf8ec024836e50bc573248c40d8deb16a0..1616b5a0d711408886523c4836f89e76189009b2 100644 (file)
@@ -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(...)