From 740274e1d0aab1f750d7c45a4c0d15df20f3aadf Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Tue, 15 Jul 2025 10:49:47 +0200 Subject: [PATCH] Point to aws-vault fork --- README.md | 4 ++-- src/chef/cookbooks/chocolatey-package/attributes/default.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d68f093..d4ef9cb 100644 --- a/README.md +++ b/README.md @@ -15,5 +15,5 @@ This repository contains the source of the [Chocolatey package] for [AWS Vault] For more information please see [the original repository][AWS Vault]. [Chocolatey package]: https://chocolatey.org/packages/aws-vault/ -[AWS Vault]: https://github.com/99designs/aws-vault/ -[99designs]: https://99designs.com/ +[AWS Vault]: https://github.com/ByteNess/aws-vault/ +[99designs]: https://99designs.com diff --git a/src/chef/cookbooks/chocolatey-package/attributes/default.rb b/src/chef/cookbooks/chocolatey-package/attributes/default.rb index 3f7ddee..c3376e2 100644 --- a/src/chef/cookbooks/chocolatey-package/attributes/default.rb +++ b/src/chef/cookbooks/chocolatey-package/attributes/default.rb @@ -1,7 +1,7 @@ default['chocolatey-package'] = { 'id' => 'aws-vault', 'title' => 'AWS Vault', - 'project-source-url' => 'https://github.com/99designs/aws-vault/', + 'project-source-url' => 'https://github.com/ByteNess/aws-vault/', 'project-version' => ENV['CHOCOLATEY_PROJECT_VERSION'], 'package-source-url' => 'https://github.com/gusztavvargadr/aws-vault-chocolatey/', 'package-version' => ENV['CHOCOLATEY_PACKAGE_VERSION'],