homebrew-core/Formula/fire.rb
Tianyi Cui 1c989ff2ce fire: use https github url
Sorry about this not fixed previously. Not sure why.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-19 06:16:30 -08:00

10 lines
179 B
Ruby

require 'formula'
class Fire <Formula
head 'git://github.com/AzizLight/fire.git'
homepage 'https://github.com/AzizLight/fire'
def install
bin.install "fire"
end
end