summaryrefslogtreecommitdiff
path: root/gnu/packages/ocaml.scm
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2021-02-28 11:14:50 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-02-28 11:14:50 +0100
commit683e24355e2ed0c2f3c2bc8fc62800f4d6deae45 (patch)
tree2a93b3bd01d2d637cf35a122cd58a95440e1bfb4 /gnu/packages/ocaml.scm
parentb0d1ace5282b5907b9f8ad83c6c9573cd7f29e37 (diff)
downloadguix-patches-683e24355e2ed0c2f3c2bc8fc62800f4d6deae45.tar
guix-patches-683e24355e2ed0c2f3c2bc8fc62800f4d6deae45.tar.gz
gnu: ocaml-bos: Use HTTPS home page URI.
* gnu/packages/ocaml.scm (ocaml-bos)[home-page]: Use HTTPS URI.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r--gnu/packages/ocaml.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 9c301074eb..9b8ce16678 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2194,7 +2194,7 @@ file system and is independent from any system library.")
("fpath" ,ocaml-fpath)
("logs" ,ocaml-logs)
("rresult" ,ocaml-rresult)))
- (home-page "http://erratique.ch/software/bos")
+ (home-page "https://erratique.ch/software/bos")
(synopsis "Basic OS interaction for OCaml")
(description "Bos provides support for basic and robust interaction with
the operating system in OCaml. It has functions to access the process