From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:c151::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id sOvDG9tDNWBjUgAA0tVLHw (envelope-from ) for ; Tue, 23 Feb 2021 18:05:15 +0000 Received: from aspmx2.migadu.com ([2001:41d0:2:c151::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id QD1rF9tDNWDkZwAA1q6Kng (envelope-from ) for ; Tue, 23 Feb 2021 18:05:15 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx2.migadu.com (Postfix) with ESMTPS id 5E14A1D122 for ; Tue, 23 Feb 2021 19:05:14 +0100 (CET) Received: from localhost ([::1]:53428 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lEc3c-0005Ut-M5 for larch@yhetil.org; Tue, 23 Feb 2021 13:05:12 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:34022) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lEc3S-0005Ul-9G for guix-patches@gnu.org; Tue, 23 Feb 2021 13:05:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:48940) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lEc3S-0006qV-1S for guix-patches@gnu.org; Tue, 23 Feb 2021 13:05:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lEc3R-0002Bz-Sd for guix-patches@gnu.org; Tue, 23 Feb 2021 13:05:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#46646] [PATCH] gnu: Add pwsafe-cli. Resent-From: Stefan =?UTF-8?Q?Reich=C3=B6r?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 23 Feb 2021 18:05:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46646 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Nicolas Goaziou Cc: 46646@debbugs.gnu.org Received: via spool by 46646-submit@debbugs.gnu.org id=B46646.16141034878401 (code B ref 46646); Tue, 23 Feb 2021 18:05:01 +0000 Received: (at 46646) by debbugs.gnu.org; 23 Feb 2021 18:04:47 +0000 Received: from localhost ([127.0.0.1]:60486 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lEc3D-0002BR-D2 for submit@debbugs.gnu.org; Tue, 23 Feb 2021 13:04:47 -0500 Received: from dd3624.kasserver.com ([85.13.130.11]:42048) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lEc3A-0002BH-P9 for 46646@debbugs.gnu.org; Tue, 23 Feb 2021 13:04:45 -0500 Received: from localhost (37-186-9-252.ip.as39912.net [37.186.9.252]) by dd3624.kasserver.com (Postfix) with ESMTPA id 421535D40423; Tue, 23 Feb 2021 19:04:42 +0100 (CET) From: Stefan =?UTF-8?Q?Reich=C3=B6r?= In-Reply-To: <87eeh6y8jf.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Tue, 23 Feb 2021 18:54:12 +0100") References: <20210219211616.166900-1-stefan@xsteve.at> <87eeh6y8jf.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) Date: Tue, 23 Feb 2021 19:04:41 +0100 Message-ID: <87v9aivex2.fsf@xsteve.at> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.37 Authentication-Results: aspmx2.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx2.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 5E14A1D122 X-Spam-Score: -2.37 X-Migadu-Scanner: scn1.migadu.com X-TUID: 2tPS1VVQ9qUi Hi Nicolas! > Hello, > > Stefan Reich=C3=B6r writes: > >> * gnu/packages/password-utils.scm (pwsafe-cli): New variable. > > Thanks! > > The project seems to be named "pwsafe", and all other distributions use > "pwsafe" for it. I understand it is a CLI, but is there a particular > reason to name it "pwsafe-cli"? > > Regards, I would also prefer pwsafe as name, however guix already has a package name= d pwsafe. This is why I picked a different name. I would have no problem in renaming pwsafe to something else and name pwsaf= e-cli pwsafe... ;-) Stefan.