diff options
| author | Cameron Sparr | 2015-12-10 14:37:49 -0700 |
|---|---|---|
| committer | Dominyk Tiller | 2015-12-26 20:18:44 +0000 |
| commit | 30455d0fb5fce2652ca8cadd5941aecccc611e5b (patch) | |
| tree | 5d67f5e94dbd2232fcd9731dbebb180a478fd180 | |
| parent | e27bddc82ae85e94a2f0016b176ea2a9c6dd824d (diff) | |
| download | brew-30455d0fb5fce2652ca8cadd5941aecccc611e5b.tar.bz2 | |
Formula-Cookbook: recommend gdm for go resources
Closes Homebrew/homebrew#46889.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
| -rw-r--r-- | share/doc/homebrew/Formula-Cookbook.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/homebrew/Formula-Cookbook.md b/share/doc/homebrew/Formula-Cookbook.md index cd48cabab..894074cac 100644 --- a/share/doc/homebrew/Formula-Cookbook.md +++ b/share/doc/homebrew/Formula-Cookbook.md @@ -225,7 +225,7 @@ end [jrnl](https://github.com/Homebrew/homebrew/blob/master/Library/Formula/jrnl.rb) is an example of a formula that does this well. The end result means the user doesn't have use `pip` or Python and can just run `jrnl`. -[homebrew-pypi-poet](https://github.com/tdsmith/homebrew-pypi-poet) can help you generate resource stanzas for the dependencies of your Python application and [homebrew-go-resources](https://github.com/samertm/homebrew-go-resources) can help you generate go\_resource stanzas for the dependencies of your go application. +[homebrew-pypi-poet](https://github.com/tdsmith/homebrew-pypi-poet) can help you generate resource stanzas for the dependencies of your Python application and [gdm](https://github.com/sparrc/gdm#homebrew) can help you generate go\_resource stanzas for the dependencies of your go application. ## Install the formula |
