]> git.openstreetmap.org Git - chef.git/commitdiff
Update yarnpkg APT signing key
authorPaul Norman <penorman@mac.com>
Mon, 28 Aug 2023 23:40:33 +0000 (16:40 -0700)
committerGrant <github@firefishy.com>
Tue, 29 Aug 2023 08:37:41 +0000 (09:37 +0100)
cookbooks/apt/recipes/yarn.rb

index ecb1c10e8c3675c41377ebabafad91dc513b6ef2..7451e96a981dffe22d8c44ed4b53e1325d03e0a3 100644 (file)
@@ -23,5 +23,5 @@ apt_repository "yarn" do
   uri "https://dl.yarnpkg.com/debian"
   distribution "stable"
   components ["main"]
-  key "23E7166788B63E1E"
+  key "1646B01B86E50310"
 end