pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

sops: Switch to getsops organization



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Jan 1 14:00:48 2024 +0100
Changeset:	e4c1df5b278062ff619d47eb74b5743f5da37d27

Modified Files:
	sops/Makefile

Log Message:
sops: Switch to getsops organization

Ownership moved due sops now being a CNCF Sandbox project.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e4c1df5b278062ff619d47eb74b5743f5da37d27

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 sops/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/sops/Makefile b/sops/Makefile
index b6bb09342e..7f4af7dc97 100644
--- a/sops/Makefile
+++ b/sops/Makefile
@@ -2,11 +2,11 @@
 
 DISTNAME=	sops-3.8.1
 CATEGORIES=	security
-MASTER_SITES=	${MASTER_SITE_GITHUB:=mozilla/}
+MASTER_SITES=	${MASTER_SITE_GITHUB:=getsops/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/mozilla/sops
+HOMEPAGE=	https://github.com/getsops/sops
 COMMENT=	Simple and flexible tool for managing secrets
 LICENSE=	mpl-2.0
 


Home | Main Index | Thread Index | Old Index