diff options
| author | Misty De Meo | 2013-05-05 19:47:21 -0500 |
|---|---|---|
| committer | Misty De Meo | 2013-05-05 19:47:33 -0500 |
| commit | 943553daaca1cae56575a7adca85a22830c2aa0c (patch) | |
| tree | b91496866f07a8f3398e05bd591447980de54389 /Library | |
| parent | d14de17bf5c3f188a8964b3b3fa902c3f3bc5c4c (diff) | |
| download | homebrew-943553daaca1cae56575a7adca85a22830c2aa0c.tar.bz2 | |
mutt: use a mirror for the ignore-thread patch
The original source for this patch went missing; this mirror is
available courtesy of a copy at Arch's AUR.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mutt.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/mutt.rb b/Library/Formula/mutt.rb index 2202a686d..1e8b9cdaa 100644 --- a/Library/Formula/mutt.rb +++ b/Library/Formula/mutt.rb @@ -19,7 +19,9 @@ class Mutt < Formula urls = [ ['with-sidebar-patch', 'http://lunar-linux.org/~tchan/mutt/patch-1.5.21.sidebar.20120829.txt'], ['with-trash-patch', 'http://patch-tracker.debian.org/patch/series/dl/mutt/1.5.21-6.2/features/trash-folder'], - ['with-ignore-thread-patch', 'http://ben.at.tanjero.com/patches/ignore-thread-1.5.21.patch'], + # original source for this went missing, patch sourced from Arch at + # https://aur.archlinux.org/packages/mutt-ignore-thread/ + ['with-ignore-thread-patch', 'https://gist.github.com/mistydemeo/5522742/raw/1439cc157ab673dc8061784829eea267cd736624/ignore-thread-1.5.21.patch'], ['with-pgp-verbose-mime-patch', 'http://patch-tracker.debian.org/patch/series/dl/mutt/1.5.21-6.2/features-old/patch-1.5.4.vk.pgp_verbose_mime'], ] |
