summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2018-04-09 17:01:18 +0200
committerLars Wendler <polynomial-c@gentoo.org>2018-04-09 17:01:18 +0200
commit4e10e0b592bd28e925a6bc80d8e245b99732765d (patch)
tree97bf17583e1b5274ae7fa22779b4cf16f4a52fa2 /dev-libs/jemalloc/jemalloc-4.5.0.ebuild
parentmedia-libs/libwebp: Removed old. (diff)
downloadgentoo-4e10e0b592bd28e925a6bc80d8e245b99732765d.tar.gz
gentoo-4e10e0b592bd28e925a6bc80d8e245b99732765d.tar.bz2
gentoo-4e10e0b592bd28e925a6bc80d8e245b99732765d.zip
dev-libs/jemalloc: Removed double 'http://' in HOMEPAGE.
Thanks to Dessa for telling me in IRC. Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'dev-libs/jemalloc/jemalloc-4.5.0.ebuild')
-rw-r--r--dev-libs/jemalloc/jemalloc-4.5.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/jemalloc/jemalloc-4.5.0.ebuild b/dev-libs/jemalloc/jemalloc-4.5.0.ebuild
index 64f9dd64d1d5..8c24950492cb 100644
--- a/dev-libs/jemalloc/jemalloc-4.5.0.ebuild
+++ b/dev-libs/jemalloc/jemalloc-4.5.0.ebuild
@@ -6,7 +6,7 @@ EAPI=6
inherit autotools toolchain-funcs multilib-minimal
DESCRIPTION="Jemalloc is a general-purpose scalable concurrent allocator"
-HOMEPAGE="http://http://jemalloc.net/ https://github.com/jemalloc/jemalloc"
+HOMEPAGE="http://jemalloc.net/ https://github.com/jemalloc/jemalloc"
SRC_URI="https://github.com/jemalloc/jemalloc/releases/download/${PV}/${P}.tar.bz2"
LICENSE="BSD"