diff --git a/bucket/sops.json b/bucket/sops.json index 877bb102e3..cfba20ba45 100644 --- a/bucket/sops.json +++ b/bucket/sops.json @@ -1,12 +1,12 @@ { "version": "3.8.0", "description": "Editor of encrypted files that supports YAML, JSON, ENV, INI and BINARY formats and encrypts with AWS KMS, GCP KMS, Azure Key Vault and PGP", - "homepage": "https://github.com/mozilla/sops", + "homepage": "https://github.com/getsops/sops", "license": "MPL-2.0", "depends": "gpg", "architecture": { "64bit": { - "url": "https://github.com/mozilla/sops/releases/download/v3.8.0/sops-v3.8.0.exe#/sops.exe", + "url": "https://github.com/getsops/sops/releases/download/v3.8.0/sops-v3.8.0.exe#/sops.exe", "hash": "8bb627307ddefbc529ab844c7bddbc71ae3ba3643a919cd6b9e127dc74cc1841" } }, @@ -15,7 +15,7 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/mozilla/sops/releases/download/v$version/sops-v$version.exe#/sops.exe" + "url": "https://github.com/getsops/sops/releases/download/v$version/sops-v$version.exe#/sops.exe" } } }