diff options
author | Brian Evans <grknight@gentoo.org> | 2019-08-16 09:14:21 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2019-08-16 10:17:22 -0400 |
commit | a2214a1d76ecdee8462689bdc84e8b590184aead (patch) | |
tree | 79146a7a461f32d095fdfb4b4356443aa15ed4a5 /dev-php/ca-bundle | |
parent | dev-php/PEAR-Net_Sieve: Remove HOMEPAGE from SRC_URI (diff) | |
download | gentoo-a2214a1d76ecdee8462689bdc84e8b590184aead.tar.gz gentoo-a2214a1d76ecdee8462689bdc84e8b590184aead.tar.bz2 gentoo-a2214a1d76ecdee8462689bdc84e8b590184aead.zip |
dev-php/ca-bundle: Remove HOMEPAGE from SRC_URI
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php/ca-bundle')
-rw-r--r-- | dev-php/ca-bundle/ca-bundle-1.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/ca-bundle/ca-bundle-1.1.3.ebuild b/dev-php/ca-bundle/ca-bundle-1.1.3.ebuild index 164c183e94b7..19d43507a5f0 100644 --- a/dev-php/ca-bundle/ca-bundle-1.1.3.ebuild +++ b/dev-php/ca-bundle/ca-bundle-1.1.3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Find the system CA bundle or fall back to the Mozilla one" HOMEPAGE="https://github.com/composer/ca-bundle" -SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/composer/ca-bundle/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" |