diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-07-14 16:35:37 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-07-14 16:44:15 +0200 |
commit | 3b8258c569635ad89bf6d78081172aa9f5d171dc (patch) | |
tree | d0d4d22abd55a12304c835fa553f5eaf439ae5e7 /Makefile.am | |
parent | 84dbbc76510ee2096c0c59f41ebe42938bc10dc2 (diff) | |
download | guix-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.am | 2 |
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 \ |