gnu: camlzip: Update home page.
* gnu/packages/ocaml.scm (camlzip)[home-page]: Update.
This commit is contained in:
parent
a79b7ab5a2
commit
0c34b5e6d0
1 changed files with 1 additions and 1 deletions
|
|
@ -1038,7 +1038,7 @@ other XUnit testing frameworks.")
|
||||||
(list "all" "allopt"
|
(list "all" "allopt"
|
||||||
(string-append "INSTALLDIR=" (assoc-ref %outputs "out")
|
(string-append "INSTALLDIR=" (assoc-ref %outputs "out")
|
||||||
"/lib/ocaml"))))
|
"/lib/ocaml"))))
|
||||||
(home-page "http://forge.ocamlcore.org/projects/camlzip")
|
(home-page "https://github.com/xavierleroy/camlzip")
|
||||||
(synopsis "Provides easy access to compressed files")
|
(synopsis "Provides easy access to compressed files")
|
||||||
(description "Provides easy access to compressed files in ZIP, GZIP and
|
(description "Provides easy access to compressed files in ZIP, GZIP and
|
||||||
JAR format. It provides functions for reading from and writing to compressed
|
JAR format. It provides functions for reading from and writing to compressed
|
||||||
|
|
|
||||||
Reference in a new issue