diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 00:13:40 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-19 00:44:53 +0100 |
commit | 0c34b5e6d0f2620ba3cab4d36f8df153dfe8fee2 (patch) | |
tree | cfa8636161db70ca751208d2f0676472231320df /gnu/packages/ocaml.scm | |
parent | a79b7ab5a288ace353415bd73dc714ed0ecabe62 (diff) | |
download | patches-0c34b5e6d0f2620ba3cab4d36f8df153dfe8fee2.tar patches-0c34b5e6d0f2620ba3cab4d36f8df153dfe8fee2.tar.gz |
gnu: camlzip: Update home page.
* gnu/packages/ocaml.scm (camlzip)[home-page]: Update.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-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 |