gnu: ocaml-dose3: Use HTTPS home page URI.
* gnu/packages/ocaml.scm (ocaml-dose3)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
b7c2df602b
commit
45bfc108d7
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ (define-public ocaml-dose3
|
|||
("ocaml-extlib" ,ocaml-extlib)
|
||||
("ocamlbuild" ,ocamlbuild)
|
||||
("ocaml-cppo" ,ocaml-cppo)))
|
||||
(home-page "http://www.mancoosi.org/software/")
|
||||
(home-page "https://www.mancoosi.org/software/")
|
||||
(synopsis "Package distribution management framework")
|
||||
(description "Dose3 is a framework made of several OCaml libraries for
|
||||
managing distribution packages and their dependencies. Though not tied to
|
||||
|
|
Loading…
Reference in a new issue