diff --git a/dev-lua/lua-http/lua-http-0.4_p20240908.ebuild b/dev-lua/lua-http/lua-http-0.4_p20240908.ebuild index 9310050a0344..d52bf0cd805f 100644 --- a/dev-lua/lua-http/lua-http-0.4_p20240908.ebuild +++ b/dev-lua/lua-http/lua-http-0.4_p20240908.ebuild @@ -1,4 +1,4 @@ -# Copyright 2024 Gentoo Authors +# Copyright 2024-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ LUA_COMPAT=( lua5-{1..4} luajit ) 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://github.com/daurnimator/lua-http" EGIT_COMMIT="ee3cf4b4992479b8ebfb39b530694af3bbd1d1eb"