moreutils: use https for stable and head urls (#23072)
This commit is contained in:
parent
4986716c99
commit
b454e4b01d
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
class Moreutils < Formula
|
||||
desc "Collection of tools that nobody wrote when UNIX was young"
|
||||
homepage "https://joeyh.name/code/moreutils/"
|
||||
url "git://git.joeyh.name/moreutils",
|
||||
url "https://git.joeyh.name/git/moreutils.git",
|
||||
:tag => "0.62",
|
||||
:revision => "06b5970631ffbf151893bd3e1e7f03fb76aad4c0"
|
||||
head "git://git.joeyh.name/moreutils"
|
||||
head "https://git.joeyh.name/git/moreutils.git"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
|
Loading…
Reference in a new issue