diff options
Diffstat (limited to 'gnu')
-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 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 |