diff options
author | Sam James <sam@gentoo.org> | 2021-03-04 06:20:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-04 06:20:04 +0000 |
commit | 0ac8b3c80bcbc4c3889d853a5ae01306f63e4493 (patch) | |
tree | b1b566617c381980763d5668051c22a0c11d1b6c /app-editors/retext | |
parent | sys-fabric/perftest: fix DoubleEmptyLine (diff) | |
download | gentoo-0ac8b3c80bcbc4c3889d853a5ae01306f63e4493.tar.gz gentoo-0ac8b3c80bcbc4c3889d853a5ae01306f63e4493.tar.bz2 gentoo-0ac8b3c80bcbc4c3889d853a5ae01306f63e4493.zip |
app-editors/retext: fix WhitespaceFound
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors/retext')
-rw-r--r-- | app-editors/retext/retext-7.2.0-r1.ebuild | 2 | ||||
-rw-r--r-- | app-editors/retext/retext-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/retext/retext-7.2.0-r1.ebuild b/app-editors/retext/retext-7.2.0-r1.ebuild index 4da9da3b40b9..845734a88fb2 100644 --- a/app-editors/retext/retext-7.2.0-r1.ebuild +++ b/app-editors/retext/retext-7.2.0-r1.ebuild @@ -61,7 +61,7 @@ pkg_postinst() { einfo "Starting with retext-7.0.4 the markdown-math plugin is installed." einfo "Note that you can use different math delimiters, e.g. \(...\) for inline math." einfo "For more details take a look at:" - einfo "https://github.com/mitya57/python-markdown-math#math-delimiters" + einfo "https://github.com/mitya57/python-markdown-math#math-delimiters" } pkg_postrm() { diff --git a/app-editors/retext/retext-9999.ebuild b/app-editors/retext/retext-9999.ebuild index 4da9da3b40b9..845734a88fb2 100644 --- a/app-editors/retext/retext-9999.ebuild +++ b/app-editors/retext/retext-9999.ebuild @@ -61,7 +61,7 @@ pkg_postinst() { einfo "Starting with retext-7.0.4 the markdown-math plugin is installed." einfo "Note that you can use different math delimiters, e.g. \(...\) for inline math." einfo "For more details take a look at:" - einfo "https://github.com/mitya57/python-markdown-math#math-delimiters" + einfo "https://github.com/mitya57/python-markdown-math#math-delimiters" } pkg_postrm() { |