diff options
author | 2021-12-26 00:13:01 +0000 | |
---|---|---|
committer | 2021-12-26 00:19:09 +0000 | |
commit | aaa77f693d3f74de4d30da0e0fd1d7b0cd39b68d (patch) | |
tree | 3a4d9292aeda0f8c6bdf16150a6f356f11643b28 /dev-ruby/hocon/hocon-1.3.1.ebuild | |
parent | dev-ruby/gist: drop trailing full stop from DESCRIPTION (diff) | |
download | gentoo-aaa77f693d3f74de4d30da0e0fd1d7b0cd39b68d.tar.gz gentoo-aaa77f693d3f74de4d30da0e0fd1d7b0cd39b68d.tar.bz2 gentoo-aaa77f693d3f74de4d30da0e0fd1d7b0cd39b68d.zip |
dev-ruby/hocon: drop trailing full stop from DESCRIPTION
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/hocon/hocon-1.3.1.ebuild')
-rw-r--r-- | dev-ruby/hocon/hocon-1.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/hocon/hocon-1.3.1.ebuild b/dev-ruby/hocon/hocon-1.3.1.ebuild index b7768a518f89..3cfb650fd657 100644 --- a/dev-ruby/hocon/hocon-1.3.1.ebuild +++ b/dev-ruby/hocon/hocon-1.3.1.ebuild @@ -13,7 +13,7 @@ RUBY_FAKEGEM_GEMSPEC="hocon.gemspec" inherit ruby-fakegem -DESCRIPTION="This is a port of the Typesafe Config library to Ruby." +DESCRIPTION="This is a port of the Typesafe Config library to Ruby" HOMEPAGE="https://github.com/puppetlabs/ruby-hocon" SRC_URI="https://github.com/puppetlabs/ruby-hocon/archive/${PV}.tar.gz -> ${P}.tar.gz" RUBY_S="ruby-hocon-${PV}" |