From 80a2ea62921170c29f66461b9c1221746ad9b0ab Mon Sep 17 00:00:00 2001 From: Filippo Valsorda Date: Tue, 7 Sep 2021 11:15:17 +0200 Subject: [PATCH] Placeholder branch for Homebrew migration --- README | 2 ++ tap_migrations.json | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 README create mode 100644 tap_migrations.json diff --git a/README b/README new file mode 100644 index 0000000..62b39a4 --- /dev/null +++ b/README @@ -0,0 +1,2 @@ +This orphan master branch exists because it used to be checked out as +a Homebrew Tap, and "brew update" doesn't update the default branch. \ No newline at end of file diff --git a/tap_migrations.json b/tap_migrations.json new file mode 100644 index 0000000..13891f8 --- /dev/null +++ b/tap_migrations.json @@ -0,0 +1,3 @@ +{ + "age": "homebrew/core" +}