sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 29985bd2d93a9bdc3a28209363a11739f78266e6
parent 6718c565bf71956f38914e5ebd1d4ca1d34bef59
Author: Horacio Sanson <horacio@skillupjapan.co.jp>
Date:   Tue, 30 Jul 2013 21:52:49 +0900

Fix Gemfile rubygem source address.

Rubygem source does no longer accepts connections via HTTP and we must use
HTTPS instead.

Diffstat:
M Gemfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Gemfile b/Gemfile
@@ -1,3 +1,3 @@
-source 'http://rubygems.org/'
+source 'https://rubygems.org/'
 
 gemspec