diff options
author | Tim Harder <radhermit@gentoo.org> | 2016-08-20 21:43:02 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2016-08-20 21:43:02 -0400 |
commit | cb7bf8e48224f0a0ccd0300772930bf1135e914e (patch) | |
tree | 085ea014e2ab7f9fb561fa846427a7fa61e146d6 /dev-libs/tre | |
parent | app-forensics/afflib: version bump to 3.7.8 (diff) | |
download | gentoo-cb7bf8e48224f0a0ccd0300772930bf1135e914e.tar.gz gentoo-cb7bf8e48224f0a0ccd0300772930bf1135e914e.tar.bz2 gentoo-cb7bf8e48224f0a0ccd0300772930bf1135e914e.zip |
dev-libs/tre: add github site to HOMEPAGE
Diffstat (limited to 'dev-libs/tre')
-rw-r--r-- | dev-libs/tre/tre-0.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/tre/tre-0.8.0.ebuild b/dev-libs/tre/tre-0.8.0.ebuild index 8896893728da..02ed3abad8fc 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" |