olddoc user/dev discussion/patches/bugs/etc
 help / color / mirror / code / Atom feed
From: Eric Wong <e@80x24.org>
To: <olddoc-public@80x24.org>
Subject: [PATCH] update URLs to HTTPS
Date: Fri,  4 Jan 2019 13:59:42 +0000	[thread overview]
Message-ID: <20190104135942.6291-1-e@80x24.org> (raw)

Let's Encrypt is working well, so lets discourage sniffable
traffic.
---
 .olddoc.yml | 4 ++--
 README      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.olddoc.yml b/.olddoc.yml
index f9cb790..de9e42a 100644
--- a/.olddoc.yml
+++ b/.olddoc.yml
@@ -1,6 +1,6 @@
 ---
 cgit_url: https://80x24.org/olddoc.git
-git_url: git://80x24.org/olddoc.git
+git_url: https://80x24.org/olddoc.git
 rdoc_url: https://80x24.org/olddoc/
 ml_url: https://80x24.org/olddoc-public/
 nntp_url: nntp://news.public-inbox.org/inbox.comp.lang.ruby.olddoc
@@ -8,4 +8,4 @@ merge_html:
   olddoc_1: Documentation/olddoc.1.html
   olddoc_5: Documentation/olddoc.5.html
 public_email: olddoc-public@80x24.org
-source_code: git clone git://80x24.org/olddoc
+source_code: git clone https://80x24.org/olddoc.git
diff --git a/README b/README
index e3ab17e..4b5aa1f 100644
--- a/README
+++ b/README
@@ -52,7 +52,7 @@ such as pandoc(1).  This requries an appropriately configured
 
 == Source code
 
-	git clone git://80x24.org/olddoc
+	git clone https://80x24.org/olddoc.git
 
 Please use git-format-patch(1) and git-send-email(1) distributed with
 the git(7) suite for generating and sending patches.  Please format
-- 
EW


             reply	other threads:[~2019-01-04 13:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-04 13:59 Eric Wong [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-01-22 22:00 [PATCH] update URLs to HTTPS Eric Wong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://80x24.org/olddoc/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190104135942.6291-1-e@80x24.org \
    --to=e@80x24.org \
    --cc=olddoc-public@80x24.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/olddoc.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).