diff options
| author | Sam James <sam@gentoo.org> | 2023-03-24 03:21:35 +0000 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2023-03-24 03:21:35 +0000 |
| commit | 0a90c186238ca9166efe6b7f78e0a99104773a2d (patch) | |
| tree | 925648cf78deede7e88d074356a7708ba7ad3858 /dev-ruby/async-io/async-io-1.34.3.ebuild | |
| parent | 41b59afa417f2fa8f3f19ff9bdedac7b6ee834ed (diff) | |
| download | gentoo-0a90c186238ca9166efe6b7f78e0a99104773a2d.tar.gz gentoo-0a90c186238ca9166efe6b7f78e0a99104773a2d.tar.bz2 gentoo-0a90c186238ca9166efe6b7f78e0a99104773a2d.zip | |
dev-ruby/async-io: fix typo in DESCRIPTION
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/async-io/async-io-1.34.3.ebuild')
| -rw-r--r-- | dev-ruby/async-io/async-io-1.34.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/async-io/async-io-1.34.3.ebuild b/dev-ruby/async-io/async-io-1.34.3.ebuild index affbb723ae03..c10aff9bf137 100644 --- a/dev-ruby/async-io/async-io-1.34.3.ebuild +++ b/dev-ruby/async-io/async-io-1.34.3.ebuild @@ -11,7 +11,7 @@ RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" inherit ruby-fakegem -DESCRIPTION="Provides support for asynchonous TCP, UDP, UNIX and SSL sockets" +DESCRIPTION="Provides support for asynchronous TCP, UDP, UNIX and SSL sockets" HOMEPAGE="https://github.com/socketry/async-io" SRC_URI="https://github.com/socketry/async-io/archive/v${PV}.tar.gz -> ${P}.tar.gz" |
