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 /doc | |
parent | 15871b520f01369cdf351462feea7ce0a341df1b (diff) | |
download | guix-ae031d453cc43f87481dcfb06051cb6a928f4c5c.tar guix-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 'doc')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 326607e7e9..bb344e1625 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -48,7 +48,7 @@ Copyright @copyright{} 2017 Maxim Cournoyer@* Copyright @copyright{} 2017, 2018 Tobias Geerinckx-Rice@* Copyright @copyright{} 2017 George Clemmer@* Copyright @copyright{} 2017 Andy Wingo@* -Copyright @copyright{} 2017, 2018 Arun Isaac@* +Copyright @copyright{} 2017, 2018, 2019 Arun Isaac@* Copyright @copyright{} 2017 nee@* Copyright @copyright{} 2018 Rutger Helling@* Copyright @copyright{} 2018 Oleg Pykhalov@* @@ -8841,6 +8841,8 @@ the updater for @uref{https://hackage.haskell.org, Hackage} packages. the updater for @uref{https://www.stackage.org, Stackage} packages. @item crate the updater for @uref{https://crates.io, Crates} packages. +@item launchpad +the updater for @uref{https://launchpad.net, Launchpad} packages. @end table For instance, the following command only checks for updates of Emacs |