From 4e92f6092169309f177303baec5ee99ccb99789c Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 4 Aug 2023 17:34:04 +0100 Subject: [PATCH] orka: move to a subdirectory. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We are planning on sharding homebrew/core's `Formula` directory into subdirectories. `ack` is a good first candidate: - it's used by multiple maintainers who will notice if it's 💔 - it is not upgraded often - it's a simple, quick install - it's used a bit (#2575 in 365d) but not loads or a little --- Casks/{ => o}/orka.rb | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Casks/{ => o}/orka.rb (100%) diff --git a/Casks/orka.rb b/Casks/o/orka.rb similarity index 100% rename from Casks/orka.rb rename to Casks/o/orka.rb