From cee0dbc24bb311b19593438d5451e2c64fd0ad9c Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 10 Oct 2015 12:01:10 +0200 Subject: [PATCH] dsd: use secure homepage url Closes Homebrew/homebrew#44808. Signed-off-by: Dominyk Tiller --- Formula/dsd.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/dsd.rb b/Formula/dsd.rb index 5208987c5b8c4..cb993a8f8294b 100644 --- a/Formula/dsd.rb +++ b/Formula/dsd.rb @@ -1,6 +1,6 @@ class Dsd < Formula desc "Decoder for several digital speech formats" - homepage "http://wiki.radioreference.com/index.php/Digital_Speech_Decoder_%28software_package%29" + homepage "https://wiki.radioreference.com/index.php/Digital_Speech_Decoder_%28software_package%29" url "https://github.com/szechyjs/dsd/archive/v1.6.0.tar.gz" sha256 "44fa3ae108d2c11b4b67388d37fc6a63e8b44fc72fdd5db7b57d9eb045a9df58" head "https://github.com/szechyjs/dsd.git"