nickle: use https for homepage and stable url
This commit is contained in:
parent
50ff40d06c
commit
7c22988a40
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
class Nickle < Formula
|
||||
desc "Desk calculator language"
|
||||
homepage "http://www.nickle.org/"
|
||||
url "http://www.nickle.org/release/nickle-2.77.tar.gz"
|
||||
homepage "https://www.nickle.org/"
|
||||
url "https://www.nickle.org/release/nickle-2.77.tar.gz"
|
||||
sha256 "a35e7ac9a3aa41625034db5c809effc208edd2af6a4adf3f4776fe60d9911166"
|
||||
revision 1
|
||||
|
||||
|
|
Loading…
Reference in a new issue