user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [PATCH] examples/cgit-commit-filter.lua: update URLs
@ 2018-12-28  6:22  7% Eric Wong
  0 siblings, 0 replies; 1+ results
From: Eric Wong @ 2018-12-28  6:22 UTC (permalink / raw)
  To: meta

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(-)

diff --git a/examples/cgit-commit-filter.lua b/examples/cgit-commit-filter.lua
index e2a079c..1616b5a 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(...)
-- 
EW


^ permalink raw reply related	[relevance 7%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2018-12-28  6:22  7% [PATCH] examples/cgit-commit-filter.lua: update URLs Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).