Subject: | META.yml is missing final newline character, causing YAML parsers to choke |
The META.yml file is missing a final newline. YAML parsers can be
pretty strict about this; in fact, the one I use choked on it. Adding
one more line at the end fixes this.
Subject: | sweetpea-meta.patch |
26c26
< version: 2.11
\ No newline at end of file
---
> version: 2.11