diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-01-18 01:06:47 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-01-18 01:07:53 +0100 |
commit | 59a43334a98babd6c776648967e48d7c44723639 (patch) | |
tree | 773b1410caede08cab50eb26b2fcf617da419c7c /gnu/packages/rsync.scm | |
parent | 1ffa7090b99dfd2f54fa883929c5e78d7852657a (diff) | |
download | patches-59a43334a98babd6c776648967e48d7c44723639.tar patches-59a43334a98babd6c776648967e48d7c44723639.tar.gz |
distro: Rename (distro) to (gnu packages).
* distro.scm: Rename to...
* gnu/packages.scm: ... this. Update all users accordingly.
* Makefile.am (MODULES): Adjust accordingly.
* po/POTFILES.in: Likewise.
Diffstat (limited to 'gnu/packages/rsync.scm')
-rw-r--r-- | gnu/packages/rsync.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/rsync.scm b/gnu/packages/rsync.scm index 3fb7874434..16e1a53cb2 100644 --- a/gnu/packages/rsync.scm +++ b/gnu/packages/rsync.scm @@ -17,7 +17,7 @@ ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. (define-module (gnu packages rsync) - #:use-module (distro) + #:use-module (gnu packages) #:use-module (gnu packages perl) #:use-module (gnu packages acl) #:use-module (guix licenses) |