commit: 117f0533385dac37fc02ee1c85be9bb5ea9e2e57 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Mar 24 03:22:26 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Mar 24 03:22:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=117f0533
dev-ruby/builder: fix typo in DESCRIPTION Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ruby/builder/builder-3.2.4-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/builder/builder-3.2.4-r1.ebuild b/dev-ruby/builder/builder-3.2.4-r1.ebuild index b57ed701eebc..952aff738d98 100644 --- a/dev-ruby/builder/builder-3.2.4-r1.ebuild +++ b/dev-ruby/builder/builder-3.2.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ RUBY_FAKEGEM_EXTRADOC="README.md CHANGES" inherit ruby-fakegem -DESCRIPTION="A builder to facilitate programatic generation of XML markup" +DESCRIPTION="A builder to facilitate programmatic generation of XML markup" HOMEPAGE="http://onestepback.org/" LICENSE="MIT"
