diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-09-11 21:10:53 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-12 07:28:08 +0200 |
commit | adab61593b68b5332984901dfc6ee3f823e5982a (patch) | |
tree | a3dfd0c6bbbfca8bb500db10d297d795ff4bab1f /app-text | |
parent | sci-mathematics/octave: Fix w/ media-gfx/graphicsmagick-1.3.30[imagemagick] (diff) | |
download | gentoo-adab61593b68b5332984901dfc6ee3f823e5982a.tar.gz gentoo-adab61593b68b5332984901dfc6ee3f823e5982a.tar.bz2 gentoo-adab61593b68b5332984901dfc6ee3f823e5982a.zip |
app-text/ebook-tools: fix HOMEPAGE and save a redirect
Closes: https://github.com/gentoo/gentoo/pull/9826
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/ebook-tools/ebook-tools-0.2.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/ebook-tools/ebook-tools-0.2.2-r1.ebuild b/app-text/ebook-tools/ebook-tools-0.2.2-r1.ebuild index 5c913b002dc0..548b754dde90 100644 --- a/app-text/ebook-tools/ebook-tools-0.2.2-r1.ebuild +++ b/app-text/ebook-tools/ebook-tools-0.2.2-r1.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit cmake-utils DESCRIPTION="Tools for accessing and converting various ebook file formats" -HOMEPAGE="https://sourceforge.net/projects/ebook-tools" +HOMEPAGE="https://sourceforge.net/projects/ebook-tools/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="MIT" |