From cd63b740a50d67378b0f25f71c73aa11e27c2754 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 26 May 2015 10:00:43 +0100 Subject: [PATCH] Formula-Cookbook: add description field. --- share/doc/homebrew/Formula-Cookbook.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/share/doc/homebrew/Formula-Cookbook.md b/share/doc/homebrew/Formula-Cookbook.md index b317c9c24d..680df1b737 100644 --- a/share/doc/homebrew/Formula-Cookbook.md +++ b/share/doc/homebrew/Formula-Cookbook.md @@ -119,8 +119,7 @@ end **We don’t accept formulae without homepages!** -Homebrew doesn’t have a description field because the homepage is always up to date, and Homebrew is not. That’s way less maintenance for us. Try `brew home qt`. - +Homebrew now has a description field (`desc`). Try and summarize this from the homepage. ## Check the build system