diff options
| -rw-r--r-- | Library/Formula/fdupes.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/fdupes.rb b/Library/Formula/fdupes.rb index a778ba863..040a3bf10 100644 --- a/Library/Formula/fdupes.rb +++ b/Library/Formula/fdupes.rb @@ -1,8 +1,8 @@  require 'formula'  class Fdupes < Formula -  url 'http://netdial.caribe.net/~adrian2/programs/fdupes-1.40.tar.gz' -  homepage 'http://netdial.caribe.net/~adrian2/fdupes.html' +  url 'http://fdupes.googlecode.com/files/fdupes-1.40.tar.gz' +  homepage 'http://code.google.com/p/fdupes/'    md5 '11de9ab4466089b6acbb62816b30b189'    def install  | 
