media-fonts/iosevka-nerdfont-3.0.1: Actually fix leading whitespace

Signed-off-by: Rahul Sandhu <rahul@sandhuservices.dev>
This commit is contained in:
Rahul Sandhu
2023-05-27 02:34:50 +01:00
parent 67656883d1
commit 08243f4ffa

View File

@@ -17,9 +17,9 @@ S="${WORKDIR}"
FONT_SUFFIX="ttf" FONT_SUFFIX="ttf"
pkg_postinst() { pkg_postinst() {
ewarn "Upstream has recently made some major changes since version 3.0.0." ewarn "Upstream has recently made some major changes since version 3.0.0."
ewarn "The older Material Design Icon codepoints have been dropped." ewarn "The older Material Design Icon codepoints have been dropped."
ewarn "See issue 1059, comment 1404891287 at upstream for a translation table." ewarn "See issue 1059, comment 1404891287 at upstream for a translation table."
ewarn "More information can be found here:" ewarn "More information can be found here:"
ewarn "https://github.com/ryanoasis/nerd-fonts/tree/v3.0.0" ewarn "https://github.com/ryanoasis/nerd-fonts/tree/v3.0.0"
} }