ncompress: fix head url (#13079)
This commit is contained in:
parent
6030c0d91c
commit
c2f0c81409
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ class Ncompress < Formula
|
|||
homepage "https://github.com/vapier/ncompress"
|
||||
url "https://github.com/vapier/ncompress/archive/v4.2.4.4.tar.gz"
|
||||
sha256 "2670439935e7639c3a767087da99810e45bc3997d0638b3094396043571e5aec"
|
||||
head "https://github.com/vapier/ncompress"
|
||||
head "https://github.com/vapier/ncompress.git"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
|
Loading…
Reference in a new issue