diff options
Diffstat (limited to 'Library/Formula/vmalloc.rb')
| -rw-r--r-- | Library/Formula/vmalloc.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/vmalloc.rb b/Library/Formula/vmalloc.rb index 71304aa36..40c6aaf3f 100644 --- a/Library/Formula/vmalloc.rb +++ b/Library/Formula/vmalloc.rb @@ -1,7 +1,6 @@ require 'formula' -require 'download_strategy' -class VmallocDownloadStrategy <CurlDownloadStrategy +class VmallocDownloadStrategy < CurlDownloadStrategy def _fetch # downloading from AT&T requires using the following credentials credentials = 'I accept www.opensource.org/licenses/cpl:.' |
