diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2018-11-28 02:34:31 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-28 02:34:31 -0500 |
commit | 3f0643c1def19b1d0b38204c0ed483643d8cdb81 (patch) | |
tree | 1e681bd63f4446a16b78c4f7bc4664720396ac4b /python/servo | |
parent | 100acea433d7d220e9a9893758df2195990d9afe (diff) | |
parent | f1f409ffb6774efb3f7e7e5998153eb5b12c1590 (diff) | |
download | servo-3f0643c1def19b1d0b38204c0ed483643d8cdb81.tar.gz servo-3f0643c1def19b1d0b38204c0ed483643d8cdb81.zip |
Auto merge of #22263 - Darkspirit:servo_preload, r=jdm
Preload servo.org
Pending submissions of servo.org and searchfox.org were [merged](https://chromium.googlesource.com/chromium/src/net/+log/master/http/transport_security_state_static.json) into the HSTS Preload list today.
r? @jdm
---
- [x] `./mach test-tidy` does not report any errors
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22263)
<!-- Reviewable:end -->
Diffstat (limited to 'python/servo')
-rw-r--r-- | python/servo/servo-binary-formula.rb.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/servo-binary-formula.rb.in b/python/servo/servo-binary-formula.rb.in index 28f95180eaa..7c0254c9ebb 100644 --- a/python/servo/servo-binary-formula.rb.in +++ b/python/servo/servo-binary-formula.rb.in @@ -4,7 +4,7 @@ class ServoBin < Formula desc "Servo, the Parallel Browser Engine Project (binary version)" - homepage "http://servo.org" + homepage "https://servo.org" url "PACKAGEURL" version "VERSION" sha256 "SHA" |