From cb7bf8e48224f0a0ccd0300772930bf1135e914e Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Sat, 20 Aug 2016 21:43:02 -0400 Subject: [PATCH] dev-libs/tre: add github site to HOMEPAGE --- dev-libs/tre/tre-0.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/tre/tre-0.8.0.ebuild b/dev-libs/tre/tre-0.8.0.ebuild index 8896893728dad..02ed3abad8fc8 100644 --- a/dev-libs/tre/tre-0.8.0.ebuild +++ b/dev-libs/tre/tre-0.8.0.ebuild @@ -11,7 +11,7 @@ RESTRICT_PYTHON_ABIS="3.* *-jython" inherit distutils eutils DESCRIPTION="Lightweight, robust, and efficient POSIX compliant regexp matching library" -HOMEPAGE="http://laurikari.net/tre/" +HOMEPAGE="http://laurikari.net/tre/ https://github.com/laurikari/tre/" SRC_URI="http://laurikari.net/tre/${P}.tar.bz2" LICENSE="BSD-2"