homebrew-core/Formula/growlme.rb
Tianyi Cui 8b275c916a Use https for all GitHub URLs
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-18 20:14:27 -08:00

10 lines
183 B
Ruby

require 'formula'
class Growlme <Formula
head 'git://github.com/robey/growlme.git'
homepage 'https://github.com/robey/growlme'
def install
bin.install "growlme"
end
end