diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2022-10-19 11:08:17 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-20 04:52:54 +0100 |
commit | 341fcfec078d363f913a6610753569bb223e9e5b (patch) | |
tree | 31818a9874e2d9f455a0d5524676f30357e14df5 /www-servers/thin | |
parent | www-misc/mergelog: align longdescription opening and closing tags (diff) | |
download | gentoo-341fcfec078d363f913a6610753569bb223e9e5b.tar.gz gentoo-341fcfec078d363f913a6610753569bb223e9e5b.tar.bz2 gentoo-341fcfec078d363f913a6610753569bb223e9e5b.zip |
www-servers/thin: align longdescription opening and closing tags
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-servers/thin')
-rw-r--r-- | www-servers/thin/metadata.xml | 8 |
1 files 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> |