aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-07-14 16:35:37 +0200
committerLudovic Courtès <ludo@gnu.org>2013-07-14 16:44:15 +0200
commit3b8258c569635ad89bf6d78081172aa9f5d171dc (patch)
treed0d4d22abd55a12304c835fa553f5eaf439ae5e7 /Makefile.am
parent84dbbc76510ee2096c0c59f41ebe42938bc10dc2 (diff)
downloadguix-3b8258c569635ad89bf6d78081172aa9f5d171dc.tar
guix-3b8258c569635ad89bf6d78081172aa9f5d171dc.tar.gz
Rename (guix web) to (guix http-client).
* guix/web.scm: Rename to... * guix/http-client.scm: ... this. * guix/gnu-maintenance.scm, guix/scripts/substitute-binary.scm, Makefile.am, po/POTFILES.in: Update accordingly.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 4236de4fce..dd087bf442 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -53,7 +53,7 @@ MODULES = \
guix/build-system/python.scm \
guix/build-system/trivial.scm \
guix/ftp-client.scm \
- guix/web.scm \
+ guix/http-client.scm \
guix/gnupg.scm \
guix/store.scm \
guix/ui.scm \