diff options
author | 2021-01-18 16:22:23 +0000 | |
---|---|---|
committer | 2021-01-18 16:22:23 +0000 | |
commit | e052c574b5b6906a09ef202fd9fcb0e6ce316608 (patch) | |
tree | 563f63cbdb86949c2b7085939c97365e218896e0 /app-text | |
parent | app-text/htmldoc: fix automagic dep on gnutls (diff) | |
download | gentoo-e052c574b5b6906a09ef202fd9fcb0e6ce316608.tar.gz gentoo-e052c574b5b6906a09ef202fd9fcb0e6ce316608.tar.bz2 gentoo-e052c574b5b6906a09ef202fd9fcb0e6ce316608.zip |
app-text/htmldoc: fix HOMEPAGE
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/htmldoc/htmldoc-1.8.30.ebuild | 4 | ||||
-rw-r--r-- | app-text/htmldoc/htmldoc-1.9.11-r1.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-text/htmldoc/htmldoc-1.8.30.ebuild b/app-text/htmldoc/htmldoc-1.8.30.ebuild index 61956c4652b9..cbff036765a3 100644 --- a/app-text/htmldoc/htmldoc-1.8.30.ebuild +++ b/app-text/htmldoc/htmldoc-1.8.30.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit toolchain-funcs xdg DESCRIPTION="Convert HTML pages into a PDF document" -HOMEPAGE="http://www.msweet.org/projects.php?Z1" +HOMEPAGE="https://www.msweet.org/htmldoc/" SRC_URI="https://github.com/michaelrsweet/${PN}/releases/download/v${PV}/${P}-source.tar.gz" IUSE="fltk" SLOT="0" diff --git a/app-text/htmldoc/htmldoc-1.9.11-r1.ebuild b/app-text/htmldoc/htmldoc-1.9.11-r1.ebuild index b506567a49ab..7c364dc21f21 100644 --- a/app-text/htmldoc/htmldoc-1.9.11-r1.ebuild +++ b/app-text/htmldoc/htmldoc-1.9.11-r1.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit autotools toolchain-funcs xdg DESCRIPTION="Convert HTML pages into a PDF document" -HOMEPAGE="http://www.msweet.org/projects.php?Z1" +HOMEPAGE="https://www.msweet.org/htmldoc/" SRC_URI="https://github.com/michaelrsweet/${PN}/releases/download/v${PV}/${P}-source.tar.gz" SLOT="0" |