diff options
author | David Seifert <soap@gentoo.org> | 2020-01-13 10:59:30 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-01-13 10:59:30 +0100 |
commit | 7df0237a5110a402be8958f39eb964d6c108b74c (patch) | |
tree | 806454249801239d754b5bee617ad97bcd8852cf /app-forensics | |
parent | profiles: Drop mask for app-dicts/sword-geneva. (diff) | |
download | gentoo-7df0237a5110a402be8958f39eb964d6c108b74c.tar.gz gentoo-7df0237a5110a402be8958f39eb964d6c108b74c.tar.bz2 gentoo-7df0237a5110a402be8958f39eb964d6c108b74c.zip |
app-forensics/dfxml: [QA] Fix HomepageInSrcUri
Closes: https://github.com/gentoo/gentoo/pull/14321
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/dfxml/dfxml-99999999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-forensics/dfxml/dfxml-99999999.ebuild b/app-forensics/dfxml/dfxml-99999999.ebuild index 2acea0ac8a0b..d43297d1a95f 100644 --- a/app-forensics/dfxml/dfxml-99999999.ebuild +++ b/app-forensics/dfxml/dfxml-99999999.ebuild @@ -6,7 +6,7 @@ inherit autotools git-r3 DESCRIPTION="Digital Forensics XML" HOMEPAGE="https://github.com/simsong/dfxml" -EGIT_REPO_URI="${HOMEPAGE}" +EGIT_REPO_URI="https://github.com/simsong/dfxml" LICENSE="LGPL-3" SLOT="0" |