summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-04-04 22:33:44 +0200
committerLudovic Courtès <ludo@gnu.org>2021-04-06 23:59:46 +0200
commitb92cfc322d2f3ca55315861ecf89b3340788a5f3 (patch)
tree9723d91b8d18bbfd3e3b3edf8eac8f3ad31ea1cf /doc
parent10b01e7ed682ab2f03f4ac1f662b2369868e33f9 (diff)
downloadguix-patches-b92cfc322d2f3ca55315861ecf89b3340788a5f3.tar
guix-patches-b92cfc322d2f3ca55315861ecf89b3340788a5f3.tar.gz
gnu-maintenance: Add 'sourceforge' updater.
This updater currently covers 2.4% of the packages. * guix/gnu-maintenance.scm (latest-sourceforge-release): New procedure. (%sourceforge-updater): New variable. * doc/guix.texi (Invoking guix refresh): Document it.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 957f14bc75..d1a15cb28b 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -11713,6 +11713,8 @@ list of updaters). Currently, @var{updater} may be one of:
the updater for GNU packages;
@item savannah
the updater for packages hosted at @uref{https://savannah.gnu.org, Savannah};
+@item sourceforge
+the updater for packages hosted at @uref{https://sourceforge.net, SourceForge};
@item gnome
the updater for GNOME packages;
@item kde