From 9b682da37b3480cdb347faef6fdaf56e98f01229 Mon Sep 17 00:00:00 2001 From: Mike McQuaid <mike@mikemcquaid.com> Date: Wed, 13 Feb 2019 15:14:32 +0000 Subject: [PATCH] Use Homebrew/linuxbrew-core This would allow the Linuxbrew core tap to live in the Homebrew organisation. --- Library/Homebrew/cmd/update.sh | 2 +- Library/Homebrew/extend/os/linux/tap.rb | 2 +- docs/Linuxbrew.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Library/Homebrew/cmd/update.sh b/Library/Homebrew/cmd/update.sh index b584e826c4..dee3b8d0d3 100644 --- a/Library/Homebrew/cmd/update.sh +++ b/Library/Homebrew/cmd/update.sh @@ -25,7 +25,7 @@ git_init_if_necessary() { then CORE_OFFICIAL_REMOTE="https://github.com/Homebrew/homebrew-core" else - CORE_OFFICIAL_REMOTE="https://github.com/Linuxbrew/homebrew-core" + CORE_OFFICIAL_REMOTE="https://github.com/Homebrew/linuxbrew-core" fi safe_cd "$HOMEBREW_REPOSITORY" diff --git a/Library/Homebrew/extend/os/linux/tap.rb b/Library/Homebrew/extend/os/linux/tap.rb index 1ae251b9cc..4242ef099b 100644 --- a/Library/Homebrew/extend/os/linux/tap.rb +++ b/Library/Homebrew/extend/os/linux/tap.rb @@ -2,6 +2,6 @@ class CoreTap < Tap # @private def initialize super "Homebrew", "core" - @full_name = "Linuxbrew/homebrew-core" unless ENV["HOMEBREW_FORCE_HOMEBREW_ON_LINUX"] + @full_name = "Homebrew/linuxbrew-core" unless ENV["HOMEBREW_FORCE_HOMEBREW_ON_LINUX"] end end diff --git a/docs/Linuxbrew.md b/docs/Linuxbrew.md index 326bbdb514..5ef5586117 100644 --- a/docs/Linuxbrew.md +++ b/docs/Linuxbrew.md @@ -83,7 +83,7 @@ eval $(~/.linuxbrew/bin/brew shellenv) ## Linuxbrew Community - [@Linuxbrew on Twitter](https://twitter.com/Linuxbrew) -- [Linuxbrew/core on GitHub](https://github.com/Linuxbrew/homebrew-core) +- [Homebrew/linuxbrew-core on GitHub](https://github.com/Homebrew/linuxbrew-core) - [Linuxbrew category](https://discourse.brew.sh/c/linuxbrew) of [Homebrew's Discourse](https://discourse.brew.sh) ## Sponsors -- GitLab