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 1
1
class AwsAuth < Formula
2
2
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"
4
4
url "https://registry.npmjs.org/@iamarkadyt/aws-auth/-/aws-auth-2.2.4.tgz"
5
5
sha256 "79fd9c77a389e275f6a8e8bc08e5245c9699779da5621abd929a475322698146"
6
6
license "MIT"
@@ -16,8 +16,8 @@ class AwsAuth < Formula
16
16
sha256 cellar : :any_skip_relocation , x86_64_linux : "a60b04e342a6f7740665def07e9a7851d7214d47e1da66641e4b6692c7b67067"
17
17
end
18
18
19
- # DANGER: GitHub repo has a new owner since September 2025. Original repo was deleted or renamed.
20
19
deprecate! date : "2025-03-14" , because : :does_not_build # and :repo_removed
20
+ disable! date : "2025-10-06" , because : :repo_removed
21
21
22
22
depends_on "node"
23
23
You can’t perform that action at this time.
0 commit comments