From bf135535b7525527ac878cef6887173793f7caa8 Mon Sep 17 00:00:00 2001 From: Rob Gabaree Date: Tue, 14 Oct 2014 16:34:55 -0400 Subject: dnscrypt-proxy: fix head URL The HEAD link points to an abandoned Git repository, not the current one used for development. This commit fixes this with the correct link. Reference: https://github.com/jedisct1/dnscrypt-proxy/issues/152 Closes #33179. Signed-off-by: Jack Nagel --- Library/Formula/dnscrypt-proxy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/dnscrypt-proxy.rb') diff --git a/Library/Formula/dnscrypt-proxy.rb b/Library/Formula/dnscrypt-proxy.rb index efefedc6f..16155165f 100644 --- a/Library/Formula/dnscrypt-proxy.rb +++ b/Library/Formula/dnscrypt-proxy.rb @@ -6,7 +6,7 @@ class DnscryptProxy < Formula sha256 "b53822841bd275d81ff9faa4784a42618b7acc3c76a86c75be40379c503d69de" head do - url "https://github.com/opendns/dnscrypt-proxy.git", :branch => "master" + url "https://github.com/jedisct1/dnscrypt-proxy.git", :branch => "master" depends_on :autoconf depends_on :automake -- cgit v1.2.3