fire: use https github url
Sorry about this not fixed previously. Not sure why. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
c0742a6a9c
commit
1c989ff2ce
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ require 'formula'
|
||||||
|
|
||||||
class Fire <Formula
|
class Fire <Formula
|
||||||
head 'git://github.com/AzizLight/fire.git'
|
head 'git://github.com/AzizLight/fire.git'
|
||||||
homepage 'http://github.com/AzizLight/fire'
|
homepage 'https://github.com/AzizLight/fire'
|
||||||
|
|
||||||
def install
|
def install
|
||||||
bin.install "fire"
|
bin.install "fire"
|
||||||
|
|
Loading…
Reference in a new issue