import: Add Launchpad updater.

* guix/import/launchpad.scm: New file.
* Makefile.am (MODULES): Register it.
* doc/guix.texi (Invoking guix refresh): Mention the Launchpad updater.
This commit is contained in:
Arun Isaac 2019-03-13 16:18:02 +05:30
parent 15871b520f
commit ae031d453c
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3
3 changed files with 128 additions and 1 deletions

View file

@ -202,6 +202,7 @@ MODULES = \
guix/import/gnu.scm \
guix/import/hackage.scm \
guix/import/json.scm \
guix/import/launchpad.scm \
guix/import/opam.scm \
guix/import/print.scm \
guix/import/pypi.scm \