diff options
author | Francesco Turco <fturco@fastmail.fm> | 2018-01-06 22:33:24 +0100 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2018-01-10 18:45:52 -0500 |
commit | e28a06fde1d38d2b51744b9db6429250341f4bbd (patch) | |
tree | f39dac241c8761852f1e9cfe86ed9464350670cd /app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.79.1-r2.ebuild | |
parent | sys-power/powerstat: version bump (diff) | |
download | gentoo-e28a06fde1d38d2b51744b9db6429250341f4bbd.tar.gz gentoo-e28a06fde1d38d2b51744b9db6429250341f4bbd.tar.bz2 gentoo-e28a06fde1d38d2b51744b9db6429250341f4bbd.zip |
app-text/docbook-xsl-stylesheets: fix HOMEPAGE
Closes: https://bugs.gentoo.org/643738
Diffstat (limited to 'app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.79.1-r2.ebuild')
-rw-r--r-- | app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.79.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.79.1-r2.ebuild b/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.79.1-r2.ebuild index c58f037e311b..60aad0b138b9 100644 --- a/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.79.1-r2.ebuild +++ b/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.79.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ MY_PN="${PN%-stylesheets}" MY_P="${MY_PN}-${PV}" DESCRIPTION="XSL Stylesheets for Docbook" -HOMEPAGE="http://wiki.docbook.org/DocBookXslStylesheets" +HOMEPAGE="https://github.com/docbook/wiki/wiki" SRC_URI="mirror://sourceforge/docbook/${MY_P}.tar.bz2" LICENSE="BSD" |