Skip to content

Commit 28154de

Browse files
authored
aws-auth: disable
Updated homepage link and deprecation notice.
1 parent 2164111 commit 28154de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/a/aws-auth.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class 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

0 commit comments

Comments
 (0)