diff options
author | Ronny (tastytea) Gutbrod <gentoo@tastytea.de> | 2022-04-04 18:45:49 +0200 |
---|---|---|
committer | Ronny (tastytea) Gutbrod <gentoo@tastytea.de> | 2022-04-04 18:45:49 +0200 |
commit | beba143c39288c6090d1f36bae223d1fdceff546 (patch) | |
tree | e3682a624afcbf8bcded77756cfedc8cd99f3e91 /media-gfx/qview | |
parent | Drop repoman in favour of pkgcheck/pkgdev (diff) | |
download | guru-beba143c39288c6090d1f36bae223d1fdceff546.tar.gz guru-beba143c39288c6090d1f36bae223d1fdceff546.tar.bz2 guru-beba143c39288c6090d1f36bae223d1fdceff546.zip |
*/*: Fix missing trailing slash in HOMEPAGE
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
Diffstat (limited to 'media-gfx/qview')
-rw-r--r-- | media-gfx/qview/qview-4.0.ebuild | 2 | ||||
-rw-r--r-- | media-gfx/qview/qview-5.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/qview/qview-4.0.ebuild b/media-gfx/qview/qview-4.0.ebuild index 839f0f56f..b3826a917 100644 --- a/media-gfx/qview/qview-4.0.ebuild +++ b/media-gfx/qview/qview-4.0.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit flag-o-matic qmake-utils toolchain-funcs virtualx xdg DESCRIPTION="Practical and minimal image viewer" -HOMEPAGE="https://github.com/jurplel/qView https://interversehq.com/qview" +HOMEPAGE="https://github.com/jurplel/qView https://interversehq.com/qview/" SRC_URI="https://github.com/jurplel/qView/archive/${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/qView-${PV}" diff --git a/media-gfx/qview/qview-5.0.ebuild b/media-gfx/qview/qview-5.0.ebuild index 72842e673..6d0e3b2f6 100644 --- a/media-gfx/qview/qview-5.0.ebuild +++ b/media-gfx/qview/qview-5.0.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit flag-o-matic qmake-utils toolchain-funcs virtualx xdg DESCRIPTION="Practical and minimal image viewer" -HOMEPAGE="https://github.com/jurplel/qView https://interversehq.com/qview" +HOMEPAGE="https://github.com/jurplel/qView https://interversehq.com/qview/" SRC_URI="https://github.com/jurplel/qView/archive/${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/qView-${PV}" |