diff options
| author | Viktor Szakats | 2015-04-25 13:32:57 +0200 | 
|---|---|---|
| committer | Brett Koonce | 2015-04-25 09:33:44 -0700 | 
| commit | 15943cea947ab3dc715b32f1c0d1e8e99fd90e42 (patch) | |
| tree | 27fbe430de34da182e5155c149f060678f95efed | |
| parent | bee37353a2f49050fd5f4ef34f0df2906d45c8ea (diff) | |
| download | homebrew-15943cea947ab3dc715b32f1c0d1e8e99fd90e42.tar.bz2 | |
goffice: https url
Closes #39043.
Signed-off-by: Brett Koonce <koonce@gmail.com>
| -rw-r--r-- | Library/Formula/goffice.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/goffice.rb b/Library/Formula/goffice.rb index ba5aa410e..1de7b3b65 100644 --- a/Library/Formula/goffice.rb +++ b/Library/Formula/goffice.rb @@ -1,6 +1,6 @@  class Goffice < Formula    homepage "https://developer.gnome.org/goffice/" -  url "http://ftp.gnome.org/pub/GNOME/sources/goffice/0.10/goffice-0.10.22.tar.xz" +  url "https://download.gnome.org/sources/goffice/0.10/goffice-0.10.22.tar.xz"    sha256 "0206a87a323b52a874dc54491374245f9e1c5f62e93a2ce4a02fb444a26b0e28"    bottle do | 
