diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 23:55:23 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-19 02:28:37 +0100 |
commit | 619ffa02ef4b3c30decf8c65cefc7472609c4f59 (patch) | |
tree | b10fe00ad35fceff8db4822f023fe5a15335d042 | |
parent | 4a0399e277fd76dea018dfc216c30f9ffc16104c (diff) | |
download | guix-619ffa02ef4b3c30decf8c65cefc7472609c4f59.tar.gz guix-619ffa02ef4b3c30decf8c65cefc7472609c4f59.zip |
gnu: camlp5: Update home page.
* gnu/packages/ocaml.scm (camlp5)[home-page]: Update.
-rw-r--r-- | gnu/packages/ocaml.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 5d32997a69..c9a1037902 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -570,7 +570,7 @@ Git-friendly development workflow.") (install-file "etc/META" (string-append (assoc-ref outputs "out") "/lib/ocaml/camlp5/")) #t))))) - (home-page "http://camlp5.gforge.inria.fr/") + (home-page "https://camlp5.github.io/") (synopsis "Pre-processor Pretty Printer for OCaml") (description "Camlp5 is a Pre-Processor-Pretty-Printer for Objective Caml. It offers |