diff options
Diffstat (limited to 'Library/Formula/leiningen.rb')
| -rw-r--r-- | Library/Formula/leiningen.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/leiningen.rb b/Library/Formula/leiningen.rb index 65f504f25..fcefd21fd 100644 --- a/Library/Formula/leiningen.rb +++ b/Library/Formula/leiningen.rb @@ -1,9 +1,9 @@ require 'formula' class Leiningen <Formula - url 'http://github.com/technomancy/leiningen/tarball/1.3.1' - head 'http://github.com/technomancy/leiningen.git', :using => :git - homepage 'http://github.com/technomancy/leiningen' + url 'https://github.com/technomancy/leiningen/tarball/1.3.1' + head 'https://github.com/technomancy/leiningen.git', :using => :git + homepage 'https://github.com/technomancy/leiningen' md5 '707fb0da7b89b44d9d37a9bac2bf3b3f' def install |
