diff options
-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" |