mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ocaml-topkg: Use HTTPS home page URI.
* gnu/packages/ocaml.scm (ocaml-topkg)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
1f0ace4ad9
commit
0e0153e336
1 changed files with 1 additions and 1 deletions
|
@ -1641,7 +1641,7 @@ defined in this library.")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure))))
|
(delete 'configure))))
|
||||||
(home-page "http://erratique.ch/software/topkg")
|
(home-page "https://erratique.ch/software/topkg")
|
||||||
(synopsis "Transitory OCaml software packager")
|
(synopsis "Transitory OCaml software packager")
|
||||||
(description "Topkg is a packager for distributing OCaml software. It
|
(description "Topkg is a packager for distributing OCaml software. It
|
||||||
provides an API to describe the files a package installs in a given build
|
provides an API to describe the files a package installs in a given build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue