gnu: ocaml-cudf: Use HTTPS home page URI.
* gnu/packages/ocaml.scm (ocaml-cudf)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
7f37adfd6a
commit
b7c2df602b
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ for day to day programming.")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure))))
|
(delete 'configure))))
|
||||||
(home-page "http://www.mancoosi.org/cudf/")
|
(home-page "https://www.mancoosi.org/cudf/")
|
||||||
(synopsis "CUDF library (part of the Mancoosi tools)")
|
(synopsis "CUDF library (part of the Mancoosi tools)")
|
||||||
(description "CUDF (for Common Upgradeability Description Format) is a
|
(description "CUDF (for Common Upgradeability Description Format) is a
|
||||||
format for describing upgrade scenarios in package-based Free and Open Source
|
format for describing upgrade scenarios in package-based Free and Open Source
|
||||||
|
|
Reference in a new issue