aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJosiah Kiehl2012-11-01 18:06:08 -0700
committerAdam Vandenberg2012-11-01 19:29:28 -0700
commit2fec62f8b9ffa5e8c7a774a94e2edbb249468029 (patch)
tree474ff2f9e2f20b42ca56da7f1fd60b9951546485 /Library/Formula
parent5da9c4d5eb38e6abb516ba648898fb374ec360cd (diff)
downloadhomebrew-2fec62f8b9ffa5e8c7a774a94e2edbb249468029.tar.bz2
openssh: use more reliable server
Closes #15806. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ssh-copy-id.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ssh-copy-id.rb b/Library/Formula/ssh-copy-id.rb
index 9978606bf..54c268a17 100644
--- a/Library/Formula/ssh-copy-id.rb
+++ b/Library/Formula/ssh-copy-id.rb
@@ -2,7 +2,7 @@ require 'formula'
class SshCopyId < Formula
homepage 'http://openssh.org/'
- url 'http://ftp.lambdaserver.com/pub/OpenBSD/OpenSSH/portable/openssh-6.0p1.tar.gz'
+ url 'http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-6.0p1.tar.gz'
mirror 'http://ftp.spline.de/pub/OpenBSD/OpenSSH/portable/openssh-6.0p1.tar.gz'
version '6.0p1'
sha1 'f691e53ef83417031a2854b8b1b661c9c08e4422'