aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/dnscrypt-proxy.rb
diff options
context:
space:
mode:
authorRob Gabaree2014-10-14 16:34:55 -0400
committerJack Nagel2014-10-15 23:59:00 -0500
commitbf135535b7525527ac878cef6887173793f7caa8 (patch)
treeb961d383dcf3dc4fa1548c58cc5c3ef35a4799e9 /Library/Formula/dnscrypt-proxy.rb
parente7db3d96019f65c05cbf53bd90b7936926fabdec (diff)
downloadhomebrew-bf135535b7525527ac878cef6887173793f7caa8.tar.bz2
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 <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/dnscrypt-proxy.rb')
-rw-r--r--Library/Formula/dnscrypt-proxy.rb2
1 files changed, 1 insertions, 1 deletions
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