diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-12-31 11:07:56 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-12-31 11:08:17 +0100 |
commit | 72ec51bff7d7c055a4b8b4e28a931485053801f1 (patch) | |
tree | e45aadf4f88b82756f5fb8b95e2ea31e171026e8 /app-text | |
parent | app-backup/borgbackup: version bump to 1.1.4 (diff) | |
download | gentoo-72ec51bff7d7c055a4b8b4e28a931485053801f1.tar.gz gentoo-72ec51bff7d7c055a4b8b4e28a931485053801f1.tar.bz2 gentoo-72ec51bff7d7c055a4b8b4e28a931485053801f1.zip |
app-text/pdf2htmlEX: Fix typo in URI, bug 642814
Closes: https://bugs.gentoo.org/642814
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.1.ebuild b/app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.1.ebuild index 5b00b84e7746..78308c249c22 100644 --- a/app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.1.ebuild +++ b/app-text/pdf2htmlEX/pdf2htmlEX-0.14.6.1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="A precise PDF to HTML converter" HOMEPAGE="http://coolwanglu.github.io/pdf2htmlEX/" SRC_URI=" https://github.com/coolwanglu/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz - https://dev.gentoo.org/~dilfrigde/distfiles/${P}.tgz + https://dev.gentoo.org/~dilfridge/distfiles/${P}.tgz " LICENSE="GPL-3+" |