randomize-lines: use secure urls
This commit is contained in:
parent
5a4314ba54
commit
83880a1c3f
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
class RandomizeLines < Formula
|
||||
desc "Reads and randomize lines from a file (or STDIN)"
|
||||
homepage "http://arthurdejong.org/rl/"
|
||||
url "http://arthurdejong.org/rl/rl-0.2.7.tar.gz"
|
||||
homepage "https://arthurdejong.org/rl/"
|
||||
url "https://arthurdejong.org/rl/rl-0.2.7.tar.gz"
|
||||
sha256 "1cfca23d6a14acd190c5a6261923757d20cb94861c9b2066991ec7a7cae33bc8"
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue