diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-06 20:29:15 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-07 02:57:28 +0100 |
commit | ecb28e6440b302da4119bbafff0bc8535d9f75c1 (patch) | |
tree | df26b40ba3613116f478a32fc2cf6f573f517b36 /doc | |
parent | 6e7d8419421ea660afe58722e76a1060ec61ec13 (diff) | |
download | guix-ecb28e6440b302da4119bbafff0bc8535d9f75c1.tar guix-ecb28e6440b302da4119bbafff0bc8535d9f75c1.tar.gz |
doc: Update metacpan.org API endpoint.
* doc/guix.texi (Invoking guix import): Match the URI actually used by the
updater.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 3c33a19dec..c14df7fcd3 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -5992,7 +5992,7 @@ Import metadata from @uref{https://www.metacpan.org/, MetaCPAN}@footnote{This functionality requires Guile-JSON to be installed. @xref{Requirements}.}. Information is taken from the JSON-formatted metadata provided through -@uref{https://api.metacpan.org/, MetaCPAN's API} and includes most +@uref{https://fastapi.metacpan.org/, MetaCPAN's API} and includes most relevant information, such as module dependencies. License information should be checked closely. If Perl is available in the store, then the @code{corelist} utility will be used to filter core modules out of the |