dev-php/semver: Remove HOMEPAGE from SRC_URI
authorBrian Evans <grknight@gentoo.org>
Fri, 16 Aug 2019 13:58:09 +0000 (09:58 -0400)
committerBrian Evans <grknight@gentoo.org>
Fri, 16 Aug 2019 14:17:27 +0000 (10:17 -0400)
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Brian Evans <grknight@gentoo.org>
dev-php/semver/semver-1.4.2.ebuild

index 21aed1b27903bf563c27b6da2fac18b42514f836..98683b0d6256711e5300e0b5b237df0705f5d824 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="Semantic versioning utilities, constraint parsing, and checking"
 HOMEPAGE="https://github.com/composer/semver"
-SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/composer/semver/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"