about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-02-09 23:07:44 +0000
committerEric Wong <e@80x24.org>2017-02-09 23:07:44 +0000
commite5c86cb81fceb3b37019aed701b475bf40802c10 (patch)
treebd42802a51ff8a9bb6ded5d863644a0cf800111a
parent5da00e0746fd4984dde43a859271398902b26c52 (diff)
downloadcmogstored-e5c86cb81fceb3b37019aed701b475bf40802c10.tar.gz
HTTPS seems to be working well for the rest of bogomips.org
with Let's Encrypt, so lets use it and hope it protects some
users from snooping.
-rw-r--r--HACKING2
-rw-r--r--README16
-rw-r--r--Rakefile2
-rw-r--r--cmogstored.x2
4 files changed, 11 insertions, 11 deletions
diff --git a/HACKING b/HACKING
index 4afe63a..3dd54c6 100644
--- a/HACKING
+++ b/HACKING
@@ -50,7 +50,7 @@ Subscription is optional (so please reply-to-all), but you may
 subscribe by sending an email to <cmogstored-public+subscribe@bogomips.org>
 and answering the confirmation.
 
-HTML archives are available at http://bogomips.org/cmogstored-public/
+HTML archives are available at https://bogomips.org/cmogstored-public/
 and via NNTP:
 
   nntp://news.public-inbox.org/inbox.comp.file-systems.mogilefs.cmogstored
diff --git a/README b/README
index b2831e3..1c1a289 100644
--- a/README
+++ b/README
@@ -53,7 +53,7 @@ You may optionally subscribe via:
 
         cmogstored-public+subscribe@bogomips.org
 
-HTML archives are available at http://bogomips.org/cmogstored-public/
+HTML archives are available at https://bogomips.org/cmogstored-public/
 and via NNTP:
 
   nntp://news.public-inbox.org/inbox.comp.file-systems.mogilefs.cmogstored
@@ -72,18 +72,18 @@ Downloads
 
 Source tarballs suitable for distribution are housed here:
 
-* http://bogomips.org/cmogstored/files/
+* https://bogomips.org/cmogstored/files/
 
 The latest stable release is:
-        http://bogomips.org/cmogstored/files/cmogstored-1.6.0.tar.gz
+        https://bogomips.org/cmogstored/files/cmogstored-1.6.0.tar.gz
 
-See http://bogomips.org/cmogstored/NEWS for release notes
+See https://bogomips.org/cmogstored/NEWS for release notes
 
 Source code
 ===========
 
 * git clone git://bogomips.org/cmogstored.git
-* git clone http://bogomips.org/cmogstored.git
+* git clone https://bogomips.org/cmogstored.git
 * gitweb :: http://repo.or.cz/w/cmogstored.git
 
 License
@@ -102,9 +102,9 @@ Homepage
 ========
 
 Eric Wong hates pretty things, so this README file is also the homepage:
-http://bogomips.org/cmogstored/README
+https://bogomips.org/cmogstored/README
 
 The latest releases are announced via Atom feed:
-http://bogomips.org/cmogstored/NEWS.atom.xml
+https://bogomips.org/cmogstored/NEWS.atom.xml
 
-[1] http://bogomips.org/cmogstored/queues.txt
+[1] https://bogomips.org/cmogstored/queues.txt
diff --git a/Rakefile b/Rakefile
index 0af6360..5db566e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -3,7 +3,7 @@
 
 include Rake::DSL if defined?(Rake::DSL)
 
-url_base = "http://bogomips.org/cmogstored"
+url_base = "https://bogomips.org/cmogstored"
 cgit_url = url_base + '.git'
 git_url = 'git://bogomips.org/cmogstored.git'
 
diff --git a/cmogstored.x b/cmogstored.x
index d826082..a13ccff 100644
--- a/cmogstored.x
+++ b/cmogstored.x
@@ -56,7 +56,7 @@ This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.
 
 [SEE ALSO]
-cmogstored website: http://bogomips.org/cmogstored/README
+cmogstored website: https://bogomips.org/cmogstored/README
 You can learn more about MogileFS: http://mogilefs.org/
 
 cmogstored source code is available via git: