From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35492) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d7nBa-00052R-R6 for guix-patches@gnu.org; Mon, 08 May 2017 14:15:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d7nBW-0007my-RW for guix-patches@gnu.org; Mon, 08 May 2017 14:15:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57327) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d7nBW-0007mk-Dy for guix-patches@gnu.org; Mon, 08 May 2017 14:15:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d7nBW-0000qe-5o for guix-patches@gnu.org; Mon, 08 May 2017 14:15:02 -0400 Subject: bug#26834: [PATCH] gnu: Move links to web-browsers.scm. Resent-Message-ID: Date: Mon, 8 May 2017 14:14:45 -0400 From: Leo Famulari Message-ID: <20170508181445.GA8814@jasmine> References: <20170508162540.5374-1-kei@openmailbox.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170508162540.5374-1-kei@openmailbox.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Kei Kebreau Cc: 26834@debbugs.gnu.org On Mon, May 08, 2017 at 12:25:40PM -0400, Kei Kebreau wrote: > * gnu/packages/links.scm: Remove file and move links... > * gnu/packages/web-browsers.scm: ...here. > * gnu/local.mk (GNU_SYSTEM_MODULES): Remove links.scm. LGTM, thanks!