phant0mas pushed a commit to branch wip-hurd
in repository guix.
commit ee1a4a226ebe7ad7d0497eca4ea8c7d0eefbdb68
Author: Ricardo Wurmus <[email protected]>
Date: Wed Apr 29 16:26:34 2015 +0200
gnu: rename (gnu packages socat) to (gnu packages networking).
* gnu/packages/socat.scm: Rename this ...
* gnu/packages/networking.scm: ... to this.
* gnu-system.am (GNU_SYSTEM_MODULES): Change socat.scm to networking.scm.
---
gnu-system.am | 2 +-
gnu/packages/{socat.scm => networking.scm} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu-system.am b/gnu-system.am
index 26228fc..95eefdc 100644
--- a/gnu-system.am
+++ b/gnu-system.am
@@ -217,6 +217,7 @@ GNU_SYSTEM_MODULES = \
gnu/packages/ncurses.scm \
gnu/packages/netpbm.scm \
gnu/packages/nettle.scm \
+ gnu/packages/networking.scm \
gnu/packages/ninja.scm \
gnu/packages/node.scm \
gnu/packages/noweb.scm \
@@ -273,7 +274,6 @@ GNU_SYSTEM_MODULES = \
gnu/packages/slang.scm \
gnu/packages/slim.scm \
gnu/packages/smalltalk.scm \
- gnu/packages/socat.scm \
gnu/packages/ssh.scm \
gnu/packages/stalonetray.scm \
gnu/packages/statistics.scm \
diff --git a/gnu/packages/socat.scm b/gnu/packages/networking.scm
similarity index 98%
rename from gnu/packages/socat.scm
rename to gnu/packages/networking.scm
index 7c0bc3d..5429535 100644
--- a/gnu/packages/socat.scm
+++ b/gnu/packages/networking.scm
@@ -16,7 +16,7 @@
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
-(define-module (gnu packages socat)
+(define-module (gnu packages networking)
#:use-module ((guix licenses) #:prefix license:)
#:use-module (guix packages)
#:use-module (guix download)