dev-lua/lua-http: Remove full stop from DESCRIPTION

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-04-25 12:05:24 +02:00
parent 8b1bd8b4a8
commit 672f64109f
@@ -1,4 +1,4 @@
# Copyright 2024 Gentoo Authors # Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
@@ -7,7 +7,7 @@ LUA_COMPAT=( lua5-{1..4} luajit )
inherit lua inherit lua
DESCRIPTION="HTTP Library for Lua. Supports HTTP(S) 1.0, 1.1 and 2.0; client and server." DESCRIPTION="HTTP Library for Lua. Supports HTTP(S) 1.0, 1.1 and 2.0; client and server"
HOMEPAGE="https://daurnimator.github.io/lua-http/" HOMEPAGE="https://daurnimator.github.io/lua-http/"
HOMEPAGE+=" https://github.com/daurnimator/lua-http" HOMEPAGE+=" https://github.com/daurnimator/lua-http"
EGIT_COMMIT="ee3cf4b4992479b8ebfb39b530694af3bbd1d1eb" EGIT_COMMIT="ee3cf4b4992479b8ebfb39b530694af3bbd1d1eb"