diff options
author | David Seifert <soap@gentoo.org> | 2020-01-13 10:59:45 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-01-13 10:59:45 +0100 |
commit | 83d4caf5a665600cb08bd18e5b9c1d6b6bac2b4d (patch) | |
tree | b70668063fc47048bed8d4736faeea722445c58a /dev-db/etcd | |
parent | app-text/xchm: [QA] Fix HomepageInSrcUri (diff) | |
download | gentoo-83d4caf5a665600cb08bd18e5b9c1d6b6bac2b4d.tar.gz gentoo-83d4caf5a665600cb08bd18e5b9c1d6b6bac2b4d.tar.bz2 gentoo-83d4caf5a665600cb08bd18e5b9c1d6b6bac2b4d.zip |
dev-db/etcd: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-db/etcd')
-rw-r--r-- | dev-db/etcd/etcd-3.4.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/etcd/etcd-3.4.3.ebuild b/dev-db/etcd/etcd-3.4.3.ebuild index f43dd732266c..7d9ad8a87fc6 100644 --- a/dev-db/etcd/etcd-3.4.3.ebuild +++ b/dev-db/etcd/etcd-3.4.3.ebuild @@ -11,7 +11,7 @@ GIT_COMMIT="3cf2f69" MY_PV="${PV/_rc/-rc.}" DESCRIPTION="Highly-available key value store for shared configuration and service discovery" HOMEPAGE="https://github.com/etcd-io/etcd" -SRC_URI="${HOMEPAGE}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/etcd-io/etcd/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0 BSD BSD-2 MIT" SLOT="0" IUSE="doc +server" |