dev-libs/re2: remove 'www' from github links
authorMike Gilbert <floppym@gentoo.org>
Mon, 9 May 2016 21:24:35 +0000 (17:24 -0400)
committerMike Gilbert <floppym@gentoo.org>
Mon, 9 May 2016 21:24:35 +0000 (17:24 -0400)
dev-libs/re2/re2-0.2016.05.01.ebuild

index b3f944c8a9da95f587d1d745dee77b7e3dc2be07..fdc2acb42c27a74f52fbe539126a09045176a260 100644 (file)
@@ -11,8 +11,8 @@ RE2_VER=${PV#0.}
 RE2_VER=${RE2_VER//./-}
 
 DESCRIPTION="An efficent, principled regular expression library"
-HOMEPAGE="https://www.github.com/google/re2/"
-SRC_URI="https://www.github.com/google/re2/archive/${RE2_VER}.tar.gz -> ${PN}-${RE2_VER}.tar.gz"
+HOMEPAGE="https://github.com/google/re2"
+SRC_URI="https://github.com/google/re2/archive/${RE2_VER}.tar.gz -> ${PN}-${RE2_VER}.tar.gz"
 
 LICENSE="BSD"
 # NOTE: Always run libre2 through abi-compliance-checker!