sleepy_penguin RubyGem user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
* [PATCH] doc: use HTTPS URLS when possible
@ 2018-12-15  4:34 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2018-12-15  4:34 UTC (permalink / raw)
  To: sleepy-penguin; +Cc: Eric Wong

It should give some layer of protection against MITM attacks
and snooping.
---
 .olddoc.yml | 2 +-
 README      | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.olddoc.yml b/.olddoc.yml
index 000bcb1..a48cb07 100644
--- a/.olddoc.yml
+++ b/.olddoc.yml
@@ -1,6 +1,6 @@
 ---
 cgit_url: https://bogomips.org/sleepy_penguin.git
-git_url: git://bogomips.org/sleepy_penguin.git
+git_url: https://bogomips.org/sleepy_penguin.git
 rdoc_url: https://bogomips.org/sleepy_penguin/
 ml_url: https://bogomips.org/sleepy-penguin/
 public_email: sleepy-penguin@bogomips.org
diff --git a/README b/README
index a9984d5..c4f4e7c 100644
--- a/README
+++ b/README
@@ -39,14 +39,14 @@ Unpack it, and run "ruby setup.rb"
 
 You can get the latest source via git from the following locations:
 
-  git://bogomips.org/sleepy_penguin.git
-  git://repo.or.cz/sleepy_penguin.git (mirror)
+  https://bogomips.org/sleepy_penguin.git
+  https://repo.or.cz/sleepy_penguin.git (mirror)
 
 You may browse the code from the web and download the latest snapshot
 tarballs here:
 
 * https://bogomips.org/sleepy_penguin.git
-* http://repo.or.cz/w/sleepy_penguin.git (gitweb)
+* https://repo.or.cz/w/sleepy_penguin.git (gitweb)
 
 Inline patches (from "git format-patch") to the mailing list are
 preferred because they allow code review and comments in the reply to

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-12-15  4:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-15  4:34 [PATCH] doc: use HTTPS URLS when possible Eric Wong

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

	https://yhbt.net/sleepy_penguin.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).