From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 30 02:03:41 2022 Received: (at submit) by debbugs.gnu.org; 30 Dec 2022 07:03:41 +0000 Received: from localhost ([127.0.0.1]:33443 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pB9Qb-0006Bo-Dx for submit@debbugs.gnu.org; Fri, 30 Dec 2022 02:03:41 -0500 Received: from lists.gnu.org ([209.51.188.17]:43706) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pB33V-0003ep-Ia for submit@debbugs.gnu.org; Thu, 29 Dec 2022 19:15:25 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pB33V-0003B6-CZ for guix-patches@gnu.org; Thu, 29 Dec 2022 19:15:25 -0500 Received: from mail.city17.xyz ([45.91.101.53]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pB33T-0006I2-Nh for guix-patches@gnu.org; Thu, 29 Dec 2022 19:15:25 -0500 Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id A4D554E0E1; Fri, 30 Dec 2022 01:15:16 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=city17.xyz; s=dkim; t=1672359316; h=from:subject:date:message-id:to:cc:mime-version: content-transfer-encoding:in-reply-to:references; bh=Zovxt9CQLl8pj8WfAkyB0gS0otPdLk2vcvDW9UdE488=; b=NvxcJ7eh3wtt4CobUVnOAeuUh+FVbYcgqc5ne8DtBBbU2r866rh2BaSb1it5KsYKRQuLb0 NYJHR2dffM0z/wocghkmaiipB0s+BN+/1/hXn7Strj6R0f3R55srHzKlEgAKltGDgbX2LI uuRLRNiv/c6rvpkjb1t76S8Cu4NwWEM+LtrKfqs3Pdoj5+t+UY9yBP077MGLtsDtlQtSK8 tXMWn5HRiIXruJpNGF+NKwE2kH6mjo45uSBkxJIwZGXZDTLT9qL5jXRuZQgaUabEZJd3mK 6gqAVOcEr9VCMFCsViMlBukagsEKr9dC86rLfGRt1e7kX/VOybPNMBpZerWS/Q== From: jman To: guix-patches@gnu.org Subject: [PATCH guix 1/1] guix: Fix typos. Date: Fri, 30 Dec 2022 01:14:26 +0100 Message-Id: <0ea56c2341030e69dbb6cf4ab737d6124ae5207c.1672358985.git.srht@city17.xyz> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Last-TLS-Session-Version: TLSv1.3 Received-SPF: pass client-ip=45.91.101.53; envelope-from=srht@city17.xyz; helo=mail.city17.xyz X-Spam_score_int: -15 X-Spam_score: -1.6 X-Spam_bar: - X-Spam_report: (-1.6 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FROM_SUSPICIOUS_NTLD=0.498, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_PDS_OTHER_BAD_TLD=0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Fri, 30 Dec 2022 02:03:35 -0500 Cc: jman X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Signed-off-by: jman --- gnu/home/services.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/home/services.scm b/gnu/home/services.scm index 9903568..e154f5c 100644 --- a/gnu/home/services.scm +++ b/gnu/home/services.scm @@ -313,7 +313,7 @@ (define home-files-service-type (extend append) (default-value '()) (description "Files that will be put in -@file{~~/.guix-home/files}, and further processed during activation."))) +@file{~/.guix-home/files}, and further processed during activation."))) (define xdg-configuration-files-directory ".config") @@ -334,7 +334,7 @@ (define home-xdg-configuration-files-service-type (extend append) (default-value '()) (description "Files that will be put in -@file{~~/.guix-home/files/.config}, and further processed during activation."))) +@file{~/.guix-home/files/.config}, and further processed during activation."))) (define xdg-data-files-directory ".local/share") @@ -355,7 +355,7 @@ (define home-xdg-data-files-service-type (extend append) (default-value '()) (description "Files that will be put in -@file{~~/.guix-home/files/.local/share}, and further processed during +@file{~/.guix-home/files/.local/share}, and further processed during activation."))) -- 2.39.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 03 16:32:55 2023 Received: (at 60422-done) by debbugs.gnu.org; 3 Jan 2023 21:32:55 +0000 Received: from localhost ([127.0.0.1]:46874 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pCoty-0004DJ-P4 for submit@debbugs.gnu.org; Tue, 03 Jan 2023 16:32:54 -0500 Received: from mail-vs1-f46.google.com ([209.85.217.46]:35427) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pCotw-0004D3-Ex for 60422-done@debbugs.gnu.org; Tue, 03 Jan 2023 16:32:53 -0500 Received: by mail-vs1-f46.google.com with SMTP id a64so29625494vsc.2 for <60422-done@debbugs.gnu.org>; Tue, 03 Jan 2023 13:32:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=W8NvERvumSjw3j3vB9+jPK6nGSPTCdFXKyTl4kRIzcI=; b=qnciNxTKf5VBfaN+pfSR5lBonBOb05oeGVm42WaVzaqu92D+1urdDtndIa+CV5PjtB Pgiixq7WD2pP1wUXC/wn7yhBIEJH3xSsnPg6Hjlu5IsEO8KjIIPGAJIdDLbJykwSHepd vBA/KZZeiV8wu1vwH9XpO1Ix5yscbZTtRzaSLlu98b6aCr4fJxgWABabEExONvImACBO cHEIxeNaxAQ31six/e/QtC2ZHOXnp+uWoW2ZQlJVQNFOZYgdcvpgn2xELSN8qh53Y855 +sutfiIDfuieduxNgYHk2LIuQCWvr+npEmpiuF3K8XU30xrKadaK6e+fxMq1ciYWdPwY w6IA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=W8NvERvumSjw3j3vB9+jPK6nGSPTCdFXKyTl4kRIzcI=; b=2gB8nGapfrPles0TRd3/naqufXzqrMuiHfLYwDuAgoD3uLWGqv/8YzrQrYii5C1GJY UEoPOOFjZf3yMqBU8gwO/9FUgWiz/ANc3jpTy79LXdqS7q2lJtgbmpP8MaP/CPUAWkWC eeFdCLOl6fs5D3BQQCaob+BMs3zVkGiB5KhsE8YmRQMBVj5zx4hIV0QrTpHzOHGmPdvA jebRWfvNMTxJboYBxaPxbiZHYOG0P+Akz6eB+angHHhjKWQW9PucRUxK3RPazpUzZ56D 8lQi1vYjtlCaYtfCr6K1Elb7+2uD4/mw4qEmMoUf/xhjYlpQOJpGwnk09c3R/Vn/mXLQ +9aA== X-Gm-Message-State: AFqh2kodANja+FmhQyXodP83kPVThuNfJC74BW92DoRPs5itUvZO/ouw yPNxBw5voFC9R7dc0ICAfwr2a709xhcBVQ== X-Google-Smtp-Source: AMrXdXtLaSteVsSzUA8eEnpZD7sYwwULp1hyOhUgY2281aHPLzATFvfc4FtoQPYddEeukngbXd4XBA== X-Received: by 2002:a05:6102:330b:b0:3c8:383b:f55d with SMTP id v11-20020a056102330b00b003c8383bf55dmr15481001vsc.34.1672781566312; Tue, 03 Jan 2023 13:32:46 -0800 (PST) Received: from hurd (dsl-10-135-221.b2b2c.ca. [72.10.135.221]) by smtp.gmail.com with ESMTPSA id d19-20020a05620a241300b00704a9942708sm23469962qkn.73.2023.01.03.13.32.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 03 Jan 2023 13:32:46 -0800 (PST) From: Maxim Cournoyer To: jman Subject: Re: bug#60422: [PATCH guix 1/1] guix: Fix typos. References: <0ea56c2341030e69dbb6cf4ab737d6124ae5207c.1672358985.git.srht@city17.xyz> Date: Tue, 03 Jan 2023 16:32:45 -0500 In-Reply-To: <0ea56c2341030e69dbb6cf4ab737d6124ae5207c.1672358985.git.srht@city17.xyz> (jman's message of "Fri, 30 Dec 2022 01:14:26 +0100") Message-ID: <877cy31eyq.fsf_-_@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 60422-done Cc: 60422-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello, jman writes: > Signed-off-by: jman Contrary to the Linux project, Signed-off-by is used by the person committing the work of somebody else, so don't add Signed-off-by tags in Guix for yourself (see: info "(guix) Commit Access" for the reference). I've also expound the commit message to follow the GNU ChangeLog style, used in Guix, like so: --8<---------------cut here---------------start------------->8--- * gnu/home/services.scm (home-files-service-type): Fix typo. (home-xdg-configuration-files-service-type): Likewise. (home-xdg-data-files-service-type): Likewise. --8<---------------cut here---------------end--------------->8--- And applied it to master. Thank you! -- Thanks, Maxim From unknown Thu Jun 19 14:22:54 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 01 Feb 2023 12:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator