texinfo: use secure url
This commit is contained in:
parent
a7b2dea7c9
commit
467f8e95e3
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
class Texinfo < Formula
|
||||
desc "Official documentation format of the GNU project"
|
||||
homepage "https://www.gnu.org/software/texinfo/"
|
||||
url "http://ftpmirror.gnu.org/texinfo/texinfo-6.1.tar.xz"
|
||||
url "https://ftpmirror.gnu.org/texinfo/texinfo-6.1.tar.xz"
|
||||
mirror "https://ftp.gnu.org/gnu/texinfo/texinfo-6.1.tar.xz"
|
||||
sha256 "ac68394ce21b2420ba7ed7cec65d84aacf308cc88e9bf4716fcfff88286883d2"
|
||||
|
||||
|
|
Loading…
Reference in a new issue