gnu: camlp5: Update home page.
* gnu/packages/ocaml.scm (camlp5)[home-page]: Update.
This commit is contained in:
parent
4a0399e277
commit
619ffa02ef
1 changed files with 1 additions and 1 deletions
|
@ -570,7 +570,7 @@ Git-friendly development workflow.")
|
||||||
(install-file "etc/META" (string-append (assoc-ref outputs "out")
|
(install-file "etc/META" (string-append (assoc-ref outputs "out")
|
||||||
"/lib/ocaml/camlp5/"))
|
"/lib/ocaml/camlp5/"))
|
||||||
#t)))))
|
#t)))))
|
||||||
(home-page "http://camlp5.gforge.inria.fr/")
|
(home-page "https://camlp5.github.io/")
|
||||||
(synopsis "Pre-processor Pretty Printer for OCaml")
|
(synopsis "Pre-processor Pretty Printer for OCaml")
|
||||||
(description
|
(description
|
||||||
"Camlp5 is a Pre-Processor-Pretty-Printer for Objective Caml. It offers
|
"Camlp5 is a Pre-Processor-Pretty-Printer for Objective Caml. It offers
|
||||||
|
|
Reference in a new issue