~robertgzr/portage

758f782c3ea861e227937ed7981f69f5dfcf18a0 — Robert Günzler 11 hours ago c599b8b master
app-crypt/sops: rename to getsops/sops

Signed-off-by: Robert Günzler <r@gnzler.io>
1 files changed, 3 insertions(+), 3 deletions(-)

M app-crypt/sops/sops-9999.ebuild
M app-crypt/sops/sops-9999.ebuild => app-crypt/sops/sops-9999.ebuild +3 -3
@@ 6,13 6,13 @@ EAPI=8
inherit go

DESCRIPTION="simple and flexible tool for managing secrets"
HOMEPAGE="https://github.com/mozilla/sops"
HOMEPAGE="https://github.com/getsops/sops"

inherit git-r3
EGIT_REPO_URI="https://github.com/mozilla/sops.git"
EGIT_REPO_URI="https://github.com/getsops/sops.git"

LICENSE="MIT"
SLOT="0"
IUSE=""

EGO_MAIN="go.mozilla.org/sops/v3/cmd/sops"
EGO_MAIN="github.com/getsops/sops/v3/cmd/sops"