diff options
author | David Seifert <soap@gentoo.org> | 2020-01-13 10:59:42 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-01-13 10:59:42 +0100 |
commit | 410a61d67b8e5a562fe72a11a497316ffeccb307 (patch) | |
tree | f35ec83ba66590d38ecf2d5a75d9b2f8cb269813 /app-text/xchm | |
parent | app-misc/banner: [QA] Fix HomepageInSrcUri (diff) | |
download | gentoo-410a61d67b8e5a562fe72a11a497316ffeccb307.tar.gz gentoo-410a61d67b8e5a562fe72a11a497316ffeccb307.tar.bz2 gentoo-410a61d67b8e5a562fe72a11a497316ffeccb307.zip |
app-text/xchm: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-text/xchm')
-rw-r--r-- | app-text/xchm/xchm-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/xchm/xchm-9999.ebuild b/app-text/xchm/xchm-9999.ebuild index e47dacf50e3e..ae26cab402c0 100644 --- a/app-text/xchm/xchm-9999.ebuild +++ b/app-text/xchm/xchm-9999.ebuild @@ -7,7 +7,7 @@ inherit autotools desktop git-r3 wxwidgets xdg-utils DESCRIPTION="Utility for viewing Compiled HTML Help (CHM) files" HOMEPAGE="https://github.com/rzvncj/xCHM/" -EGIT_REPO_URI="${HOMEPAGE}" +EGIT_REPO_URI="https://github.com/rzvncj/xCHM/" LICENSE="GPL-2" SLOT="0" |