summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-01-13 11:05:59 +0100
committerDavid Seifert <soap@gentoo.org>2020-01-13 11:05:59 +0100
commit043f0d36b63faf28778a4d4562804377caf8a975 (patch)
tree9c136522e315c98b3e098d3b7ed777862024cf43 /sys-fs/etcd-fs
parentsys-fabric/mstflint: [QA] Fix HomepageInSrcUri (diff)
downloadgentoo-043f0d36b63faf28778a4d4562804377caf8a975.tar.gz
gentoo-043f0d36b63faf28778a4d4562804377caf8a975.tar.bz2
gentoo-043f0d36b63faf28778a4d4562804377caf8a975.zip
sys-fs/etcd-fs: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-fs/etcd-fs')
-rw-r--r--sys-fs/etcd-fs/etcd-fs-0_p20140620.ebuild2
-rw-r--r--sys-fs/etcd-fs/etcd-fs-0_p20170517.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/etcd-fs/etcd-fs-0_p20140620.ebuild b/sys-fs/etcd-fs/etcd-fs-0_p20140620.ebuild
index 87f34f99cc94..0a85e5062c67 100644
--- a/sys-fs/etcd-fs/etcd-fs-0_p20140620.ebuild
+++ b/sys-fs/etcd-fs/etcd-fs-0_p20140620.ebuild
@@ -10,7 +10,7 @@ EGO_PN="github.com/xetorthio/${PN}"
DESCRIPTION="Use etcd as a FUSE filesystem"
HOMEPAGE="https://github.com/xetorthio/etcd-fs"
EGIT_COMMIT="395eacbaebccccc5f03ed11dc887ea2f1af300a0"
-SRC_URI="${HOMEPAGE}/archive/${EGIT_COMMIT}.zip -> ${P}.zip"
+SRC_URI="https://github.com/xetorthio/etcd-fs/archive/${EGIT_COMMIT}.zip -> ${P}.zip"
LICENSE="Apache-2.0"
SLOT="0"
IUSE=""
diff --git a/sys-fs/etcd-fs/etcd-fs-0_p20170517.ebuild b/sys-fs/etcd-fs/etcd-fs-0_p20170517.ebuild
index c657538fd5f7..030f2d88a5ee 100644
--- a/sys-fs/etcd-fs/etcd-fs-0_p20170517.ebuild
+++ b/sys-fs/etcd-fs/etcd-fs-0_p20170517.ebuild
@@ -10,7 +10,7 @@ EGO_PN="github.com/xetorthio/${PN}"
DESCRIPTION="Use etcd as a FUSE filesystem"
HOMEPAGE="https://github.com/xetorthio/etcd-fs"
EGIT_COMMIT="1eeace3bc20b15e4347c631a1cf7b45f3852518a"
-SRC_URI="${HOMEPAGE}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/xetorthio/etcd-fs/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
IUSE=""