gnu-indent: swap GNU url and mirror.
This commit is contained in:
parent
55a824d9e0
commit
a60fa3320d
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class GnuIndent < Formula
|
||||
desc "C code prettifier"
|
||||
homepage "https://www.gnu.org/software/indent/"
|
||||
url "https://ftpmirror.gnu.org/indent/indent-2.2.10.tar.gz"
|
||||
mirror "https://ftp.gnu.org/gnu/indent/indent-2.2.10.tar.gz"
|
||||
url "https://ftp.gnu.org/gnu/indent/indent-2.2.10.tar.gz"
|
||||
mirror "https://ftpmirror.gnu.org/indent/indent-2.2.10.tar.gz"
|
||||
sha256 "8a9b41be5bfcab5d8c1be74204b10ae78789fc3deabea0775fdced8677292639"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue