From 8b1bd8b4a8abb28d3e2e0e3caed52e0004adc4fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 25 Apr 2026 12:05:19 +0200 Subject: [PATCH] dev-ml/gel: Remove full stop from DESCRIPTION MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-ml/gel/gel-0.17.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ml/gel/gel-0.17.0-r1.ebuild b/dev-ml/gel/gel-0.17.0-r1.ebuild index 0342ab5057d08..380896f0fcd62 100644 --- a/dev-ml/gel/gel-0.17.0-r1.ebuild +++ b/dev-ml/gel/gel-0.17.0-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 2024-2025 Gentoo Authors +# Copyright 2024-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit dune -DESCRIPTION="A library to mark non-record fields global." +DESCRIPTION="A library to mark non-record fields global" HOMEPAGE="https://github.com/janestreet/gel" SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"