about summary refs log tree commit diff
path: root/Src/Modules
diff options
context:
space:
mode:
Diffstat (limited to 'Src/Modules')
-rw-r--r--Src/Modules/tcp.mdd2
-rw-r--r--Src/Modules/zftp.mdd2
2 files changed, 2 insertions, 2 deletions
diff --git a/Src/Modules/tcp.mdd b/Src/Modules/tcp.mdd
index 576a573ac..0c6a1729a 100644
--- a/Src/Modules/tcp.mdd
+++ b/Src/Modules/tcp.mdd
@@ -1,4 +1,4 @@
-name=zsh/tcp
+name=zsh/net/tcp
 link=dynamic
 load=no
 
diff --git a/Src/Modules/zftp.mdd b/Src/Modules/zftp.mdd
index 6886fd958..2614042b7 100644
--- a/Src/Modules/zftp.mdd
+++ b/Src/Modules/zftp.mdd
@@ -5,6 +5,6 @@ functions='Functions/Zftp/*'
 
 autobins="zftp"
 
-moddeps="zsh/tcp"
+moddeps="zsh/net/tcp"
 
 objects="zftp.o"