Skip to content

Commit 2164111

Browse files
authored
aws-auth: add warning that upstream repo has new owner
Added warning about GitHub repo ownership changed.
1 parent 360f1c8 commit 2164111

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/a/aws-auth.rb

Lines changed: 2 additions & 1 deletion
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"
3+
homepage "https://github.com/iamarkadyt/aws-auth" # DANGER: GitHub repo has a new owner since September 2025. Original repo was deleted or renamed.
44
url "https://registry.npmjs.org/@iamarkadyt/aws-auth/-/aws-auth-2.2.4.tgz"
55
sha256 "79fd9c77a389e275f6a8e8bc08e5245c9699779da5621abd929a475322698146"
66
license "MIT"
@@ -16,6 +16,7 @@ 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.
1920
deprecate! date: "2025-03-14", because: :does_not_build # and :repo_removed
2021

2122
depends_on "node"

0 commit comments

Comments
 (0)