diff options
author | Mark H Weaver <mhw@netris.org> | 2018-11-24 02:21:42 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-11-24 13:30:06 -0500 |
commit | 1b3083267cbacc9ef48bbc9ff95864065894b082 (patch) | |
tree | 3db23986cb5c307cbc2403f46a1fc40940b8fc17 /gnu | |
parent | e1d97c4efc42a661bd2772041371303e4070aa4f (diff) |
gnu: ocaml-piqilib: Remove duplicate 'home-page' field.
This is a followup to commit 564cf93f2aca60171b4b97559ffc6c952e73e8ed.
* gnu/packages/ocaml.scm (ocaml-piqilib)[home-page]: Remove duplicate field.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/ocaml.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index e1323582a2..8c6e1da7d1 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -4297,7 +4297,6 @@ cpp-like directives.") ("ulex" ,ocaml-ulex) ("easy-format" ,ocaml-easy-format) ("base64" ,ocaml-base64))) - (home-page "http://www.cduce.org/download.html#side") (home-page "http://piqi.org") (synopsis "Data serialization and conversion library") (description "Piqilib is the common library used by the piqi command-line |