drush: update homepage
Closes Homebrew/homebrew#23004. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
73a1a65c4e
commit
92c6aa20d0
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
require 'formula'
|
||||
|
||||
class Drush < Formula
|
||||
homepage 'http://drupal.org/project/drush'
|
||||
homepage 'https://github.com/drush-ops/drush'
|
||||
head 'https://github.com/drush-ops/drush.git'
|
||||
url 'https://github.com/drush-ops/drush/archive/6.1.0.tar.gz'
|
||||
sha1 '81b963e91ff1cb8617e8ed974ac07bb25f509bcf'
|
||||
|
|
Loading…
Reference in a new issue