summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-libs/re2/re2-0.2016.05.01.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/re2/re2-0.2016.05.01.ebuild b/dev-libs/re2/re2-0.2016.05.01.ebuild
index b3f944c8a9da..fdc2acb42c27 100644
--- a/dev-libs/re2/re2-0.2016.05.01.ebuild
+++ b/dev-libs/re2/re2-0.2016.05.01.ebuild
@@ -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!