twoping: use https for homepage and url
This commit is contained in:
parent
e57e1248d3
commit
b2dbdb377b
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
class Twoping < Formula
|
||||
desc "Ping utility to determine directional packet loss"
|
||||
homepage "http://www.finnie.org/software/2ping/"
|
||||
url "http://www.finnie.org/software/2ping/2ping-3.2.1.tar.gz"
|
||||
homepage "https://www.finnie.org/software/2ping/"
|
||||
url "https://www.finnie.org/software/2ping/2ping-3.2.1.tar.gz"
|
||||
sha256 "2e53efd33d0f8b98fcc9c5ece26e87119a6bbbc7c4820a9563610143d46712a6"
|
||||
head "https://github.com/rfinnie/2ping.git"
|
||||
|
||||
|
|
Loading…
Reference in a new issue