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 /po | |
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 'po')
-rw-r--r-- | po/POTFILES.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 839b069704..0e30bb0880 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -13,4 +13,4 @@ guix/scripts/pull.scm guix/scripts/substitute-binary.scm guix/gnu-maintenance.scm guix/ui.scm -guix/web.scm +guix/http-client.scm |