diff options
author | Arun Isaac <arunisaac@systemreboot.net> | 2019-03-13 16:18:02 +0530 |
---|---|---|
committer | Arun Isaac <arunisaac@systemreboot.net> | 2019-03-18 20:55:55 +0530 |
commit | ae031d453cc43f87481dcfb06051cb6a928f4c5c (patch) | |
tree | 5dba6c3e6dc2349bfa5c7defd2b4c7dd3524d9a7 /Makefile.am | |
parent | 15871b520f01369cdf351462feea7ce0a341df1b (diff) | |
download | patches-ae031d453cc43f87481dcfb06051cb6a928f4c5c.tar patches-ae031d453cc43f87481dcfb06051cb6a928f4c5c.tar.gz |
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 50839fcb27..9e49b079bf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ |