diff options
| author | Peter Hubner | 2014-11-20 07:14:46 -0700 |
|---|---|---|
| committer | Mike McQuaid | 2014-11-20 15:09:09 +0000 |
| commit | 991fe833b80a5daeb721c69229e6bdb002d8dc92 (patch) | |
| tree | 00831c7d4e50bad643ade493c03fa6bfbb9ec9b6 | |
| parent | 416a56bfff18a61022d76ee291e2415180cd328c (diff) | |
| download | homebrew-991fe833b80a5daeb721c69229e6bdb002d8dc92.tar.bz2 | |
nuttcp: fix URL.
Closes #34342.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/nuttcp.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/nuttcp.rb b/Library/Formula/nuttcp.rb index c7d461bcf..ed6cc2df8 100644 --- a/Library/Formula/nuttcp.rb +++ b/Library/Formula/nuttcp.rb @@ -2,7 +2,7 @@ require 'formula' class Nuttcp < Formula homepage 'http://www.nuttcp.net/nuttcp' - url 'http://lcp.nrl.navy.mil/nuttcp/nuttcp-6.1.2.tar.bz2' + url 'http://www.nuttcp.net/nuttcp/nuttcp-6.1.2.tar.bz2' sha1 '329fcc3c0b75db18b7b4d73962992603f9ace9ca' def install |
