i2util: use https for homepage and stable url
This commit is contained in:
parent
88e28637c1
commit
e78c58a1eb
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
class I2util < Formula
|
||||
desc "Internet2 utility tools"
|
||||
homepage "http://software.internet2.edu/"
|
||||
url "http://software.internet2.edu/sources/I2util/I2util-1.2.tar.gz"
|
||||
homepage "https://software.internet2.edu/"
|
||||
url "https://software.internet2.edu/sources/I2util/I2util-1.2.tar.gz"
|
||||
sha256 "3b704cdb88e83f7123f3cec0fe3283b0681cc9f80c426c3f761a0eefd1d72c59"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue