From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add tlp. Date: Thu, 09 Feb 2017 23:27:03 +0100 Message-ID: <871sv7c85k.fsf@gnu.org> References: <20170131210118.3128-1-m.othacehe@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41968) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cbxBG-0005hj-0H for guix-devel@gnu.org; Thu, 09 Feb 2017 17:27:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cbxBC-0004ci-Tj for guix-devel@gnu.org; Thu, 09 Feb 2017 17:27:10 -0500 In-Reply-To: <20170131210118.3128-1-m.othacehe@gmail.com> (Mathieu Othacehe's message of "Tue, 31 Jan 2017 22:01:18 +0100") 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" To: Mathieu Othacehe Cc: guix-devel@gnu.org Mathieu Othacehe skribis: > * gnu/packages/linux (tlp): New variable. [...] > + (home-page "http://linrunner.de/en/tlp/tlp.html") > + (synopsis "Power management tool for Linux") > + (description "TLP is a power management tool for Linux. It comes wi= th > +a default configuration already optimized for battery life. Nevertheles= s, > +TLP is customizable to fulfil system requirements. TLP settings are app= lied > +every time the power supply source is changed.") > + (license license:gpl2))) Per =E2=80=98COPYING=E2=80=99 this is GPLv2+ and GPLv3+ for one file. Applied with this change, thanks! Ludo=E2=80=99.