diff options
| author | Frankie Hayward | 2013-01-12 08:52:05 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-01-12 11:00:29 -0600 |
| commit | 7c1ace382df04c94c1b024396ba5dd8022b84a61 (patch) | |
| tree | 8149be835f412afa7e381576bfe886e23ab6a2f0 /Library/Formula | |
| parent | 0801a86b67020da901c0deff99d552384b728f0f (diff) | |
| download | homebrew-7c1ace382df04c94c1b024396ba5dd8022b84a61.tar.bz2 | |
cvsync: fix download URL
Closes #17027.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/cvsync.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/cvsync.rb b/Library/Formula/cvsync.rb index edb90bb33..956305728 100644 --- a/Library/Formula/cvsync.rb +++ b/Library/Formula/cvsync.rb @@ -1,7 +1,7 @@ require 'formula' class Cvsync < Formula - url 'ftp://ftp.cvsync.org/pub/cvsync/cvsync-0.24.19.tar.gz' + url 'http://www.cvsync.org/dist/cvsync-0.24.19.tar.gz' homepage 'http://www.cvsync.org/' sha1 'a3c0673bf0f3b81b1eb45ac828a527d2a4e6d2f6' |
