summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-01-13 11:06:12 +0100
committerDavid Seifert <soap@gentoo.org>2020-01-13 11:06:12 +0100
commitad20b17de7c066ab353c2b65f3b4303c78b5d00e (patch)
tree1650cd70b80d587b3943d1de26f4d2ab715303b2 /sys-fs
parentsys-fs/simple-mtpfs: [QA] Fix HomepageInSrcUri (diff)
downloadgentoo-ad20b17de7c066ab353c2b65f3b4303c78b5d00e.tar.gz
gentoo-ad20b17de7c066ab353c2b65f3b4303c78b5d00e.tar.bz2
gentoo-ad20b17de7c066ab353c2b65f3b4303c78b5d00e.zip
sys-fs/squashfs-tools: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/squashfs-tools/squashfs-tools-4.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/squashfs-tools/squashfs-tools-4.4.ebuild b/sys-fs/squashfs-tools/squashfs-tools-4.4.ebuild
index 113491166f1e..4bbb6fa92af7 100644
--- a/sys-fs/squashfs-tools/squashfs-tools-4.4.ebuild
+++ b/sys-fs/squashfs-tools/squashfs-tools-4.4.ebuild
@@ -6,7 +6,7 @@ inherit flag-o-matic toolchain-funcs
DESCRIPTION="tools to create and extract Squashfs filesystems"
HOMEPAGE="https://github.com/plougher/squashfs-tools"
-SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/plougher/squashfs-tools/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"