From 898884f07c48e05739bf7c8770ce68731a1eb8e2 Mon Sep 17 00:00:00 2001 From: John Crepezzi Date: Mon, 30 Jan 2017 21:51:03 -0500 Subject: [PATCH] default URL https --- lib/haste/uploader.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/haste/uploader.rb b/lib/haste/uploader.rb index 0c857c7..1162340 100644 --- a/lib/haste/uploader.rb +++ b/lib/haste/uploader.rb @@ -3,7 +3,7 @@ require 'faraday' module Haste - DEFAULT_URL = 'http://hastebin.com' + DEFAULT_URL = 'https://hastebin.com' class Uploader