From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH 5/7] gnu: irssi: Move to irc.scm. Date: Sun, 28 Feb 2016 15:30:57 +0100 Message-ID: <20160228143057.GE18720@solar> References: <1456654212-31881-1-git-send-email-efraim@flashner.co.il> <1456654212-31881-6-git-send-email-efraim@flashner.co.il> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54908) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aa2NE-0003qN-UH for guix-devel@gnu.org; Sun, 28 Feb 2016 09:31:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aa2NB-0006Ps-O4 for guix-devel@gnu.org; Sun, 28 Feb 2016 09:31:04 -0500 Received: from mailrelay1.public.one.com ([91.198.169.124]:60723) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aa2NB-0006Pn-DH for guix-devel@gnu.org; Sun, 28 Feb 2016 09:31:01 -0500 Content-Disposition: inline In-Reply-To: <1456654212-31881-6-git-send-email-efraim@flashner.co.il> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Efraim Flashner Cc: guix-devel@gnu.org ... On Sun, Feb 28, 2016 at 12:10:10PM +0200, Efraim Flashner wrote: > * gnu/packages/irssi.scm (irssi): Move from here ... > * gnu/packages/irc.scm (irssi): ... to here. > * gnu-system.am (GNU_SYSTEM_MODULES): Remove irssi.scm. Also mention the deleted file in the commit message. ...