From 0c34b5e6d0f2620ba3cab4d36f8df153dfe8fee2 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 19 Jan 2020 00:13:40 +0100 Subject: gnu: camlzip: Update home page. * gnu/packages/ocaml.scm (camlzip)[home-page]: Update. --- gnu/packages/ocaml.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 74d0bd06f2..5d32997a69 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -1038,7 +1038,7 @@ other XUnit testing frameworks.") (list "all" "allopt" (string-append "INSTALLDIR=" (assoc-ref %outputs "out") "/lib/ocaml")))) - (home-page "http://forge.ocamlcore.org/projects/camlzip") + (home-page "https://github.com/xavierleroy/camlzip") (synopsis "Provides easy access to compressed files") (description "Provides easy access to compressed files in ZIP, GZIP and JAR format. It provides functions for reading from and writing to compressed -- cgit v1.2.3