tap: add repository key.

Follow up from #18445 that may allow us to
deprecate the old name in future.
This commit is contained in:
Mike McQuaid 2024-09-30 07:52:02 +01:00
parent a27e09cff4
commit 5c8ff7788f
No known key found for this signature in database

View File

@ -887,6 +887,7 @@ class Tap
"name" => name,
"user" => user,
"repo" => repository,
"repository" => repository,
"path" => path.to_s,
"installed" => installed?,
"official" => official?,