diff options
Diffstat (limited to 'Library/Formula/pth.rb')
| -rw-r--r-- | Library/Formula/pth.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/pth.rb b/Library/Formula/pth.rb index 453ef1730..29cc7a006 100644 --- a/Library/Formula/pth.rb +++ b/Library/Formula/pth.rb @@ -2,6 +2,7 @@ require 'formula'  class Pth < Formula    url 'http://ftpmirror.gnu.org/pth/pth-2.0.7.tar.gz' +  mirror 'http://ftp.gnu.org/gnu/pth/pth-2.0.7.tar.gz'    homepage 'http://www.gnu.org/software/pth/'    md5 '9cb4a25331a4c4db866a31cbe507c793'  | 
