commit: 341fcfec078d363f913a6610753569bb223e9e5b
Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Wed Oct 19 09:08:17 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 20 03:52:54 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=341fcfec
www-servers/thin: align longdescription opening and closing tags
Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
Signed-off-by: Sam James <sam <AT> gentoo.org>
www-servers/thin/metadata.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/www-servers/thin/metadata.xml b/www-servers/thin/metadata.xml
index 362ca6fe80ac..35b18e9a8259 100644
--- a/www-servers/thin/metadata.xml
+++ b/www-servers/thin/metadata.xml
@@ -6,10 +6,10 @@
<name>Gentoo Ruby Project</name>
</maintainer>
<longdescription>
-Thin is a very simple web server written in Ruby. It's single-threaded, which
-means it can only serve one request at a time. This simplicity affords
increased
-speed and decreased memory usage for singled-threaded framework like Rails.
-</longdescription>
+ Thin is a very simple web server written in Ruby. It's single-threaded,
which
+ means it can only serve one request at a time. This simplicity affords
increased
+ speed and decreased memory usage for singled-threaded framework like
Rails.
+ </longdescription>
<upstream>
<remote-id type="github">macournoyer/thin</remote-id>
</upstream>