diff options
author | Brett Gilio <brettg@gnu.org> | 2020-01-03 16:22:46 -0600 |
---|---|---|
committer | Brett Gilio <brettg@gnu.org> | 2020-01-03 16:22:46 -0600 |
commit | 1614c6336a65202d8d98d145c8a20c7c01dee5f5 (patch) | |
tree | 641425f1a038e04e28f7fcc559739489caf029d5 /gnu/packages | |
parent | 3bc6b9bb17d1aeee7f3a1bde01726f397a25ddbe (diff) | |
download | guix-1614c6336a65202d8d98d145c8a20c7c01dee5f5.tar guix-1614c6336a65202d8d98d145c8a20c7c01dee5f5.tar.gz |
gnu: ocaml-utop: Modify home-page.
* gnu/packages/ocaml.scm (ocaml-utop)[home-page]: Change home-page to reflect
permanent redirection.
Diffstat (limited to 'gnu/packages')
-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 898183130a..c9454a52c5 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -3092,7 +3092,7 @@ instead of bindings to a C library.") ("react" ,ocaml-react) ("camomile" ,ocaml-camomile) ("zed" ,ocaml-zed))) - (home-page "https://github.com/diml/utop") + (home-page "https://github.com/ocaml-community/utop") (synopsis "Improved interface to the OCaml toplevel") (description "UTop is an improved toplevel for OCaml. It can run in a terminal or in Emacs. It supports line editing, history, real-time and context |