From edd2c3d968acca4e22aa76161e71fbca9bb14175 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Wed, 14 Sep 2016 17:43:39 +0100 Subject: [PATCH] External-Commands: update homebrew-services URL --- share/doc/homebrew/External-Commands.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/doc/homebrew/External-Commands.md b/share/doc/homebrew/External-Commands.md index b5a21435e4..a13922e77b 100644 --- a/share/doc/homebrew/External-Commands.md +++ b/share/doc/homebrew/External-Commands.md @@ -87,11 +87,11 @@ These commands have been contributed by Homebrew users but are not included in t >Scrapes a formula's homepage to get more information: [https://gist.github.com/475200](https://gist.github.com/475200) ### brew-services ->Simple support to start formulae using launchctl, has out of the box support for any formula which defines `startup_plist` (e.g. mysql, postgres, redis u.v.m.): [https://github.com/gapple/homebrew-services](https://github.com/gapple/homebrew-services) +>Simple support to start formulae using launchctl, has out of the box support for any formula which defines `startup_plist` (e.g. mysql, postgres, redis u.v.m.): [https://github.com/Homebrew/homebrew-services](https://github.com/Homebrew/homebrew-services) > Install using: > ``` - $ brew tap gapple/services + $ brew tap homebrew/services > ``` ## SEE ALSO