ondir: use https for homepage and stable url (#11773)
This commit is contained in:
parent
7ae461ed93
commit
3b9643efd5
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
class Ondir < Formula
|
||||
desc "Automatically execute scripts as you traverse directories"
|
||||
homepage "http://swapoff.org/ondir.html"
|
||||
url "http://swapoff.org/files/ondir/ondir-0.2.3.tar.gz"
|
||||
homepage "https://swapoff.org/ondir.html"
|
||||
url "https://swapoff.org/files/ondir/ondir-0.2.3.tar.gz"
|
||||
sha256 "504a677e5b7c47c907f478d00f52c8ea629f2bf0d9134ac2a3bf0bbe64157ba3"
|
||||
head "https://github.com/alecthomas/ondir.git"
|
||||
|
||||
|
|
Loading…
Reference in a new issue