From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: Add pass. Date: Wed, 2 Mar 2016 14:19:34 -0500 Message-ID: <20160302191934.GC15618@jasmine> References: <87lh6u6dnj.fsf@tsyesika.se> <20160209225551.GA20330@debian> <20160217181344.GB31074@solar> <20160228083950.GA16555@solar> <87bn7050na.fsf@tsyesika.se> <20160302083040.GA3637@jasmine> <20160302083914.GA10500@jasmine> <878u21jl7v.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42756) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abCJ7-0001S4-AS for guix-devel@gnu.org; Wed, 02 Mar 2016 14:19:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1abCJ3-0006HR-8n for guix-devel@gnu.org; Wed, 02 Mar 2016 14:19:37 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:57291) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abCJ3-0006HF-6C for guix-devel@gnu.org; Wed, 02 Mar 2016 14:19:33 -0500 Content-Disposition: inline In-Reply-To: <878u21jl7v.fsf@gnu.org> 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: Ludovic =?iso-8859-1?Q?Court=E8s?= Cc: Jessica Tallon , Guix-devel On Wed, Mar 02, 2016 at 10:13:56AM +0100, Ludovic Courtès wrote: > Leo Famulari skribis: > > > From 57db34189830c07ed339037de2820705925f418b Mon Sep 17 00:00:00 2001 > > Message-Id: <57db34189830c07ed339037de2820705925f418b.1456907900.git.leo@famulari.name> > > From: Jessica Tallon > > Date: Mon, 8 Feb 2016 22:12:50 +0100 > > Subject: [PATCH 1/1] gnu: Add password-store. > > > > * gnu/packages/password-utils.scm (password-store): New variable. > > > > Co-authored-by: Andreas Enge > > Co-authored-by: Leo Famulari > > Looks good, please push. Pushed as c285a400a. > Thank you all! Sometimes it takes a crowd... :) > > Ludo’.