ngz pushed a commit to branch master
in repository guix.
commit b7c2df602b8f4598de129a2a9a74bb9f7cdcb0ab
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Feb 28 11:15:45 2021 +0100
gnu: ocaml-cudf: Use HTTPS home page URI.
* gnu/packages/ocaml.scm (ocaml-cudf)[home-page]: Use HTTPS URI.
---
gnu/packages/ocaml.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index c5b0fdc..8907968 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -305,7 +305,7 @@ for day to day programming.")
#:phases
(modify-phases %standard-phases
(delete 'configure))))
- (home-page "http://www.mancoosi.org/cudf/")
+ (home-page "https://www.mancoosi.org/cudf/")
(synopsis "CUDF library (part of the Mancoosi tools)")
(description "CUDF (for Common Upgradeability Description Format) is a
format for describing upgrade scenarios in package-based Free and Open Source