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-ns-stylesheets | |
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-ns-stylesheets')
-rw-r--r-- | app-text/docbook-xsl-ns-stylesheets/docbook-xsl-ns-stylesheets-1.78.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/docbook-xsl-ns-stylesheets/docbook-xsl-ns-stylesheets-1.78.0.ebuild b/app-text/docbook-xsl-ns-stylesheets/docbook-xsl-ns-stylesheets-1.78.0.ebuild index 0d4e7fd9e01c..f5cf7149f9c3 100644 --- a/app-text/docbook-xsl-ns-stylesheets/docbook-xsl-ns-stylesheets-1.78.0.ebuild +++ b/app-text/docbook-xsl-ns-stylesheets/docbook-xsl-ns-stylesheets-1.78.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ MY_PN="${PN%-stylesheets}" MY_P="${MY_PN}-${PV}" DESCRIPTION="XSL Stylesheets for Docbook" -HOMEPAGE="http://wiki.docbook.org/topic/DocBookXslStylesheets" +HOMEPAGE="https://github.com/docbook/wiki/wiki" SRC_URI="mirror://sourceforge/docbook/${MY_P}.tar.bz2" LICENSE="BSD" |