diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mutt.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mutt.rb b/Library/Formula/mutt.rb index 2db3d1d8f..3c8f8e70d 100644 --- a/Library/Formula/mutt.rb +++ b/Library/Formula/mutt.rb @@ -18,7 +18,7 @@ class Mutt <Formula def patches # Fix unsubscribe malformed folder # See: http://dev.mutt.org/trac/ticket/3389 - p = { :p0 => [ 'http://dev.mutt.org/trac/changeset/25e46aad362b?format=diff&new=5914:25e46aad362b' ] } + p = [ 'http://dev.mutt.org/hg/mutt/raw-rev/25e46aad362b' ] if ARGV.include? '--sidebar-patch' p << 'http://lunar-linux.org/~tchan/mutt/patch-1.5.20.sidebar.20090619.txt' |
