From 3ab63c0c7282a13e07e3e2b4037ae81629fbde28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 25 Apr 2026 12:03:20 +0200 Subject: [PATCH] dev-ruby/clonefile: Make DESCRIPTION into nominal sentence MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-ruby/clonefile/clonefile-0.5.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/clonefile/clonefile-0.5.3.ebuild b/dev-ruby/clonefile/clonefile-0.5.3.ebuild index d4a516ed2821e..383fb776e6248 100644 --- a/dev-ruby/clonefile/clonefile-0.5.3.ebuild +++ b/dev-ruby/clonefile/clonefile-0.5.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ RUBY_FAKEGEM_RECIPE_TEST="none" inherit ruby-fakegem -DESCRIPTION="Implements reflink copy (copy-on-write) for supported file systems on Linux." +DESCRIPTION="Reflink copy (copy-on-write) for supported file systems on Linux" HOMEPAGE="https://codeberg.org/da/ruby-clonefile" LICENSE="BSD"