update_homebrew: fix Dart homepage url

Follow-up to https://github.com/dart-lang/homebrew-dart/pull/72

Change-Id: I79fb0e7cea714974fd63e7516f11e2c55e3af1ba
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/136702
Auto-Submit: Kevin Moore <kevmoo@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
This commit is contained in:
Kevin Moore 2020-02-20 18:24:18 +00:00 committed by Alexander Thomas
parent cc13f083a5
commit 7784ed1b9e
2 changed files with 2 additions and 1 deletions

View file

@ -1 +1,2 @@
.packages
.dart_tool

View file

@ -88,7 +88,7 @@ String _createDartFormula(
'''
class Dart < Formula
desc "The Dart SDK"
homepage "https://www.dartlang.org/"
homepage "https://dart.dev"
version "$stableVersion"
if OS.mac?