diff options
author | Matthew Smith <matthew@gentoo.org> | 2022-03-12 17:35:16 +0000 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2022-03-12 17:35:16 +0000 |
commit | d510c76e0c63791cecf8cf1b10e7b685f7e4795e (patch) | |
tree | 69a706175dce2bb5d1ce189950821578ee16dd43 /dev-libs/mimalloc/mimalloc-2.0.5-r1.ebuild | |
parent | dev-libs/mimalloc: add myself as a maintainer (diff) | |
download | gentoo-d510c76e0c63791cecf8cf1b10e7b685f7e4795e.tar.gz gentoo-d510c76e0c63791cecf8cf1b10e7b685f7e4795e.tar.bz2 gentoo-d510c76e0c63791cecf8cf1b10e7b685f7e4795e.zip |
dev-libs/mimalloc: update DESCRIPTION
Suggested-by: Sam James <sam@gentoo.org>
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'dev-libs/mimalloc/mimalloc-2.0.5-r1.ebuild')
-rw-r--r-- | dev-libs/mimalloc/mimalloc-2.0.5-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/mimalloc/mimalloc-2.0.5-r1.ebuild b/dev-libs/mimalloc/mimalloc-2.0.5-r1.ebuild index 7c12b49f25b0..0e19c310b3ee 100644 --- a/dev-libs/mimalloc/mimalloc-2.0.5-r1.ebuild +++ b/dev-libs/mimalloc/mimalloc-2.0.5-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit cmake-multilib -DESCRIPTION="mimalloc is a compact general purpose allocator with excellent performance" +DESCRIPTION="A compact general purpose allocator with excellent performance" HOMEPAGE="https://github.com/microsoft/mimalloc" SRC_URI="https://github.com/microsoft/mimalloc/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" |