Skip to content

Commit

Permalink
Use Homebrew/linuxbrew-core
Browse files Browse the repository at this point in the history
This would allow the Linuxbrew core tap to live in the Homebrew
organisation.
  • Loading branch information
MikeMcQuaid committed Feb 25, 2019
1 parent 59aac33 commit 9b682da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Library/Homebrew/cmd/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Library/Homebrew/extend/os/linux/tap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/Linuxbrew.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b682da

Please sign in to comment.