nim: update link to HTTPS
This commit is contained in:
parent
221c9bf832
commit
824b8c07fe
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
class Nim < Formula
|
||||
desc "Statically typed, imperative programming language"
|
||||
homepage "http://nim-lang.org/"
|
||||
url "http://nim-lang.org/download/nim-0.16.0.tar.xz"
|
||||
homepage "https://nim-lang.org/"
|
||||
url "https://nim-lang.org/download/nim-0.16.0.tar.xz"
|
||||
sha256 "9e199823be47cba55e62dd6982f02cf0aad732f369799fec42a4d8c2265c5167"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue