File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11class AwsAuth < Formula
22 desc "Allows you to programmatically authenticate into AWS accounts through IAM roles"
3- homepage "https://github.com/iamarkadyt/aws-auth" # DANGER: GitHub repo has a new owner since September 2025. Original repo was deleted or renamed.
3+ homepage "https://github.com/iamarkadyt/aws-auth"
44 url "https://registry.npmjs.org/@iamarkadyt/aws-auth/-/aws-auth-2.2.4.tgz"
55 sha256 "79fd9c77a389e275f6a8e8bc08e5245c9699779da5621abd929a475322698146"
66 license "MIT"
@@ -16,8 +16,8 @@ class AwsAuth < Formula
1616 sha256 cellar : :any_skip_relocation , x86_64_linux : "a60b04e342a6f7740665def07e9a7851d7214d47e1da66641e4b6692c7b67067"
1717 end
1818
19- # DANGER: GitHub repo has a new owner since September 2025. Original repo was deleted or renamed.
2019 deprecate! date : "2025-03-14" , because : :does_not_build # and :repo_removed
20+ disable! date : "2025-10-06" , because : :repo_removed
2121
2222 depends_on "node"
2323
You can’t perform that action at this time.
0 commit comments