diff options
author | William Hubbs <william.hubbs@sony.com> | 2019-09-09 11:20:18 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2019-09-09 11:21:29 -0500 |
commit | ef6670a2148419193c1af85491acfbab4ed977f9 (patch) | |
tree | b065b84a3325d20cf5823e143cc36b247221128f /app-misc | |
parent | app-arch/lz4: arm64 stable (bug #693734) (diff) | |
download | gentoo-ef6670a2148419193c1af85491acfbab4ed977f9.tar.gz gentoo-ef6670a2148419193c1af85491acfbab4ed977f9.tar.bz2 gentoo-ef6670a2148419193c1af85491acfbab4ed977f9.zip |
app-misc/spire: fix the vendor_uri location
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/spire/spire-0.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/spire/spire-0.8.1.ebuild b/app-misc/spire/spire-0.8.1.ebuild index 15aa92b309c2..552104b1bd85 100644 --- a/app-misc/spire/spire-0.8.1.ebuild +++ b/app-misc/spire/spire-0.8.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -VENDOR_URI="https://dev.gentoo.org/~whubbs/dist/${P}-vendor.tar.gz" +VENDOR_URI="https://dev.gentoo.org/~williamh/dist/${P}-vendor.tar.gz" DESCRIPTION="the spiffe runtime environment" HOMEPAGE="https://github.com/spiffe/spire" |