camlistore: use https homepage
Closes Homebrew/homebrew#43372. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
b15e6d56d0
commit
11d6dd952e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
class Camlistore < Formula
|
||||
desc "Content-addressable multi-layer indexed storage"
|
||||
homepage "http://camlistore.org"
|
||||
homepage "https://camlistore.org"
|
||||
url "https://github.com/camlistore/camlistore/archive/0.8.tar.gz"
|
||||
sha256 "61b75708ae25ac4dc1c5c31c1cf8f806ccaafaaacf618caf1aa9d31489fec50f"
|
||||
head "https://camlistore.googlesource.com/camlistore", :using => :git
|
||||
|
|
Loading…
Reference in a new issue