Re: [PATCH] rename socat.scm to networking.scm.

2015-05-03 Thread Ludovic Courtès
Ricardo Wurmus skribis: > From e66acd5c9f50e675a2d7543ac028b2fdbb7d12da Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Wed, 29 Apr 2015 16:26:34 +0200 > Subject: [PATCH] gnu: rename (gnu packages socat) to (gnu packages > networking). > > * gnu/packages/socat.scm: Rename this ... > * g

[PATCH] rename socat.scm to networking.scm.

2015-04-29 Thread Ricardo Wurmus
Hi Guix, I'm packaging zeromq and would like to place it in a networking module. As we already have socat and tcpdump, I think it makes sense to put them all into the same networking module. Attached is a patch to rename socat.scm. If that's okay I'll place my zeromq package definition there. ~