From 5c8ff7788fdedb9e1f3dcbbe53c9cf1e79c7b270 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 30 Sep 2024 07:52:02 +0100 Subject: [PATCH] tap: add repository key. Follow up from #18445 that may allow us to deprecate the old name in future. --- Library/Homebrew/tap.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/tap.rb b/Library/Homebrew/tap.rb index 3798f601ee..d7ed6a1ba3 100644 --- a/Library/Homebrew/tap.rb +++ b/Library/Homebrew/tap.rb @@ -887,6 +887,7 @@ class Tap "name" => name, "user" => user, "repo" => repository, + "repository" => repository, "path" => path.to_s, "installed" => installed?, "official" => official?,