google-app-engine, app-engine-java-sdk: homepages moved
Updating homepage on each. Old values redirect to new values. Closes Homebrew/homebrew#15468. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
de3b335fbd
commit
74f73bcf2c
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
require 'formula'
|
||||
|
||||
class AppEngineJavaSdk < Formula
|
||||
homepage 'http://code.google.com/appengine/docs/java/overview.html'
|
||||
homepage 'https://developers.google.com/appengine/docs/java/overview'
|
||||
url 'http://googleappengine.googlecode.com/files/appengine-java-sdk-1.7.2.zip'
|
||||
sha1 '5adcecb9c76937de5afeb3cf1fe17a6cce24f130'
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
require 'formula'
|
||||
|
||||
class GoogleAppEngine < Formula
|
||||
homepage 'http://code.google.com/appengine/'
|
||||
homepage 'https://developers.google.com/appengine/'
|
||||
url 'http://googleappengine.googlecode.com/files/google_appengine_1.7.2.zip'
|
||||
sha1 '519b914a41f1b323315c5f71ce9302f8ac6e044e'
|
||||
|
||||
|
|
Loading…
Reference in a new issue