GNU bug report logs - #68869
[PATCH] channels: Fix typos.

Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.

Package: guix-patches; Reported by: Rostislav Svoboda <rostislav.svoboda@HIDDEN>; Keywords: patch; dated Thu, 1 Feb 2024 12:44:01 UTC; Maintainer for guix-patches is guix-patches@HIDDEN.

Message received at 68869 <at> debbugs.gnu.org:


Received: (at 68869) by debbugs.gnu.org; 12 May 2024 08:35:27 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sun May 12 04:35:27 2024
Received: from localhost ([127.0.0.1]:53224 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1s64fu-00058x-PJ
	for submit <at> debbugs.gnu.org; Sun, 12 May 2024 04:35:27 -0400
Received: from [195.15.247.228] (port=14027 helo=rdmp.org)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <guix-devel-0brg6a@HIDDEN>) id 1s64fr-00058j-NO
 for 68869 <at> debbugs.gnu.org; Sun, 12 May 2024 04:35:17 -0400
Received: from [127.0.0.1] (helo=localhost.localdomain)
 by rdmp.org with esmtp (Exim 4.96.1)
 (envelope-from <guix-devel-0brg6a@HIDDEN>) id 1s64fl-0003Yu-36;
 Sun, 12 May 2024 08:35:10 +0000
From: Dale Mellor <guix-devel-0brg6a@HIDDEN>
To: 68869 <at> debbugs.gnu.org
Subject: [PATCH v2] guix: channels: Fix typos.
Date: Sun, 12 May 2024 09:34:29 +0100
Message-ID: <20240512083439.2067537-1-guix-devel-0brg6a@HIDDEN>
X-Mailer: git-send-email 2.41.0
In-Reply-To: <3b0a1ed3a25d2527e60c9a7570db3ef8dda333fe.1706791324.git.Rostislav.Svoboda@HIDDEN>
References: <3b0a1ed3a25d2527e60c9a7570db3ef8dda333fe.1706791324.git.Rostislav.Svoboda@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Spam-Score: 1.3 (+)
X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org",
 has NOT identified this incoming email as spam.  The original
 message has been attached to this so you can view it or label
 similar future email.  If you have any questions, see
 the administrator of that system for details.
 Content preview: From: Rostislav Svoboda <rostislav.svoboda@HIDDEN> *
 guix/channels.scm
 (authenticate-channel): Pluralise commit numbers. Review: * Microscopic
 documentation
 change, harmless, but will invoke some i18n activity * Not sure this justifies
 adding two names to the copyright holders list, if any at all? * Works for
 me Content analysis details:   (1.3 points, 10.0 required)
 pts rule name              description
 ---- ---------------------- --------------------------------------------------
 -0.0 SPF_HELO_PASS          SPF: HELO matches SPF record
 -0.0 SPF_PASS               SPF: sender matches SPF record
 1.3 RDNS_NONE Delivered to internal network by a host with no rDNS
X-Debbugs-Envelope-To: 68869
Cc: Dale Mellor <guix-devel-0brg6a@HIDDEN>,
 Rostislav Svoboda <rostislav.svoboda@HIDDEN>, guix-patches@HIDDEN
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: 0.3 (/)

From: Rostislav Svoboda <rostislav.svoboda@HIDDEN>

* guix/channels.scm (authenticate-channel): Pluralise commit numbers.

Review:
  * Microscopic documentation change, harmless, but will invoke some i18n
    activity
  * Not sure this justifies adding two names to the copyright holders list, if
    any at all?
  * Works for me

Reviewed-by: Dale Mellor <guix-devel-0brg6a@HIDDEN>
Change-Id: I7759607f37405e6d3bd4b7f5958fd11d908db204
---
 guix/channels.scm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/guix/channels.scm b/guix/channels.scm
index 51024dcad4..0d7bc541cc 100644
--- a/guix/channels.scm
+++ b/guix/channels.scm
@@ -3,6 +3,8 @@
 ;;; Copyright © 2018 Ricardo Wurmus <rekado@HIDDEN>
 ;;; Copyright © 2019 Jan (janneke) Nieuwenhuizen <janneke@HIDDEN>
 ;;; Copyright © 2021 Brice Waegeneire <brice@HIDDEN>
+;;; Copyright © 2024 Julien Lepiller <julien@HIDDEN>
+;;; Copyright © 2024 Rostislav Svoboda <Rostislav.Svoboda@HIDDEN>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -364,8 +366,11 @@ (define keyring-reference
 
   (define (make-reporter start-commit end-commit commits)
     (format (current-error-port)
-            (G_ "Authenticating channel '~a', commits ~a to ~a (~h new \
-commits)...~%")
+            (N_ "Authenticating channel '~a', commits ~a to ~a (~h new \
+commit)...~%"
+                "Authenticating channel '~a', commits ~a to ~a (~h new \
+commits)...~%"
+                (length commits))
             (channel-name channel)
             (commit-short-id start-commit)
             (commit-short-id end-commit)
-- 
2.41.0





Information forwarded to guix-patches@HIDDEN:
bug#68869; Package guix-patches. Full text available.

Message received at submit <at> debbugs.gnu.org:


Received: (at submit) by debbugs.gnu.org; 12 May 2024 08:35:19 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sun May 12 04:35:18 2024
Received: from localhost ([127.0.0.1]:53222 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1s64fu-00058v-Cz
	for submit <at> debbugs.gnu.org; Sun, 12 May 2024 04:35:18 -0400
Received: from lists.gnu.org ([209.51.188.17]:56196)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <guix-devel-0brg6a@HIDDEN>) id 1s64fs-00058k-Ca
 for submit <at> debbugs.gnu.org; Sun, 12 May 2024 04:35:16 -0400
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 <guix-devel-0brg6a@HIDDEN>)
 id 1s64fs-0007iQ-7c
 for guix-patches@HIDDEN; Sun, 12 May 2024 04:35:16 -0400
Received: from [195.15.247.228] (helo=rdmp.org)
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <guix-devel-0brg6a@HIDDEN>)
 id 1s64fq-0004rp-MJ
 for guix-patches@HIDDEN; Sun, 12 May 2024 04:35:15 -0400
Received: from [127.0.0.1] (helo=localhost.localdomain)
 by rdmp.org with esmtp (Exim 4.96.1)
 (envelope-from <guix-devel-0brg6a@HIDDEN>) id 1s64fl-0003Yu-36;
 Sun, 12 May 2024 08:35:10 +0000
From: Dale Mellor <guix-devel-0brg6a@HIDDEN>
To: 68869 <at> debbugs.gnu.org
Subject: [PATCH v2] guix: channels: Fix typos.
Date: Sun, 12 May 2024 09:34:29 +0100
Message-ID: <20240512083439.2067537-1-guix-devel-0brg6a@HIDDEN>
X-Mailer: git-send-email 2.41.0
In-Reply-To: <3b0a1ed3a25d2527e60c9a7570db3ef8dda333fe.1706791324.git.Rostislav.Svoboda@HIDDEN>
References: <3b0a1ed3a25d2527e60c9a7570db3ef8dda333fe.1706791324.git.Rostislav.Svoboda@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Host-Lookup-Failed: Reverse DNS lookup failed for 195.15.247.228 (failed)
Received-SPF: pass client-ip=195.15.247.228;
 envelope-from=guix-devel-0brg6a@HIDDEN; helo=rdmp.org
X-Spam_score_int: -10
X-Spam_score: -1.1
X-Spam_bar: -
X-Spam_report: (-1.1 / 5.0 requ) BAYES_00=-1.9, RDNS_NONE=0.793,
 SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no
X-Spam_action: no action
X-Spam-Score: -1.3 (-)
X-Debbugs-Envelope-To: submit
Cc: Dale Mellor <guix-devel-0brg6a@HIDDEN>,
 Rostislav Svoboda <rostislav.svoboda@HIDDEN>, guix-patches@HIDDEN
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -2.3 (--)

From: Rostislav Svoboda <rostislav.svoboda@HIDDEN>

* guix/channels.scm (authenticate-channel): Pluralise commit numbers.

Review:
  * Microscopic documentation change, harmless, but will invoke some i18n
    activity
  * Not sure this justifies adding two names to the copyright holders list, if
    any at all?
  * Works for me

Reviewed-by: Dale Mellor <guix-devel-0brg6a@HIDDEN>
Change-Id: I7759607f37405e6d3bd4b7f5958fd11d908db204
---
 guix/channels.scm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/guix/channels.scm b/guix/channels.scm
index 51024dcad4..0d7bc541cc 100644
--- a/guix/channels.scm
+++ b/guix/channels.scm
@@ -3,6 +3,8 @@
 ;;; Copyright © 2018 Ricardo Wurmus <rekado@HIDDEN>
 ;;; Copyright © 2019 Jan (janneke) Nieuwenhuizen <janneke@HIDDEN>
 ;;; Copyright © 2021 Brice Waegeneire <brice@HIDDEN>
+;;; Copyright © 2024 Julien Lepiller <julien@HIDDEN>
+;;; Copyright © 2024 Rostislav Svoboda <Rostislav.Svoboda@HIDDEN>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -364,8 +366,11 @@ (define keyring-reference
 
   (define (make-reporter start-commit end-commit commits)
     (format (current-error-port)
-            (G_ "Authenticating channel '~a', commits ~a to ~a (~h new \
-commits)...~%")
+            (N_ "Authenticating channel '~a', commits ~a to ~a (~h new \
+commit)...~%"
+                "Authenticating channel '~a', commits ~a to ~a (~h new \
+commits)...~%"
+                (length commits))
             (channel-name channel)
             (commit-short-id start-commit)
             (commit-short-id end-commit)
-- 
2.41.0





Information forwarded to guix-patches@HIDDEN:
bug#68869; Package guix-patches. Full text available.

Message received at submit <at> debbugs.gnu.org:


Received: (at submit) by debbugs.gnu.org; 1 Feb 2024 12:43:44 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Feb 01 07:43:44 2024
Received: from localhost ([127.0.0.1]:40481 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1rVWPw-0007NR-C5
	for submit <at> debbugs.gnu.org; Thu, 01 Feb 2024 07:43:44 -0500
Received: from lists.gnu.org ([2001:470:142::17]:44530)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <rostislav.svoboda@HIDDEN>) id 1rVWPr-0007Lw-1J
 for submit <at> debbugs.gnu.org; Thu, 01 Feb 2024 07:43:43 -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 <rostislav.svoboda@HIDDEN>)
 id 1rVWPb-0008Of-I8
 for guix-patches@HIDDEN; Thu, 01 Feb 2024 07:43:23 -0500
Received: from mail-wm1-x332.google.com ([2a00:1450:4864:20::332])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128)
 (Exim 4.90_1) (envelope-from <rostislav.svoboda@HIDDEN>)
 id 1rVWPZ-0004wo-No
 for guix-patches@HIDDEN; Thu, 01 Feb 2024 07:43:23 -0500
Received: by mail-wm1-x332.google.com with SMTP id
 5b1f17b1804b1-40eacb4bfa0so7625075e9.1
 for <guix-patches@HIDDEN>; Thu, 01 Feb 2024 04:43:21 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=gmail.com; s=20230601; t=1706791399; x=1707396199; darn=gnu.org;
 h=content-transfer-encoding:mime-version:message-id:date:subject:cc
 :to:from:from:to:cc:subject:date:message-id:reply-to;
 bh=GYlXWTBd8Pdoc2JJjy2GwsZ6heS2pNiWqfuV/ILer2E=;
 b=nC7sR24u6vsRLaNuV+BXl/Bs2LJRKCf/7bMeXJJPNKD1bX53M/MbuLs4JdS/qp+9KC
 e93coUD+1Zvshkf5Efyr1YzqkxOkZXBaZu03/2rK4lL4+UzskpCC7Oo+a63HCQtwRcq+
 NRbkKLLgJSGcEuRBmvEkUkTpEaoxi56Ut4DCPl+uv0DioiTuO7FcbglsuVLDdZkloB5y
 LF0OW5K5aUkYe7LmzAfE1LEbyI9o8TYTlcYaqq2jgwZpcOf04MKY1U+IaZvMelIAkWC3
 6p9dUelifBcf1VdftfM6EBwkVxMXZ22QjPLHFLpIvM7npIVET82djBwbHzUQxUurZ6Bu
 hYrQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20230601; t=1706791399; x=1707396199;
 h=content-transfer-encoding:mime-version:message-id:date:subject:cc
 :to:from:x-gm-message-state:from:to:cc:subject:date:message-id
 :reply-to;
 bh=GYlXWTBd8Pdoc2JJjy2GwsZ6heS2pNiWqfuV/ILer2E=;
 b=gGmWddzdwztUSWRaaIDCARDcDyEi33L5RMRP9U7ZDpj6igwIPIdWHglCTbxyWcWxEO
 Vt2RyB1qM7ZJex+TavMutLMcI7MrqOVHWNNaIOlb2ira5rPqqYM70g78SwF6vV78gNmE
 mF4vmZ2UJbtRYlv8ObvKftrrdXeZOH/N2oT/OdY3HM/Rn37k5OPt4Ci5F7cilmyny+LY
 sewaGlww99/g3Va+6txFeiY5Hu6Rt2R7dQFJCQOfCSSKMRm7xpN7F9ebvq82dXXghyYf
 T/Y02LVX7oIONJ62Xm8eJSF95sOq3XgLigGIyOQtmArHMGqZDJxd7fSKH3DBMviWjrHx
 iesw==
X-Gm-Message-State: AOJu0Yx8n59KWhbD3+cMyow2skYga2TjlFHqHUU8mOZZdz/C2un9VlSS
 TLYGa/SFg/k6oNn8P702+YXfAB637xAMGG5bj/CPnqE50jJ46t5nM5udu+rMh7s=
X-Google-Smtp-Source: AGHT+IFRV0yOnVW16fZnGVVZRxA7zK4D+upnfcin4BzhixxTOgzWGilQ8R2HV125HmClbKiF8TXfBw==
X-Received: by 2002:a05:6000:118e:b0:33a:df1f:c18d with SMTP id
 g14-20020a056000118e00b0033adf1fc18dmr1417503wrx.50.1706791399043; 
 Thu, 01 Feb 2024 04:43:19 -0800 (PST)
Received: from localhost.localdomain ([85.28.89.231])
 by smtp.googlemail.com with ESMTPSA id
 o1-20020a5d4081000000b0033ae50e2c6asm13532888wrp.83.2024.02.01.04.43.18
 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);
 Thu, 01 Feb 2024 04:43:18 -0800 (PST)
From: Rostislav Svoboda <rostislav.svoboda@HIDDEN>
X-Google-Original-From: Rostislav Svoboda <Rostislav.Svoboda@HIDDEN>
To: guix-patches@HIDDEN
Subject: [PATCH] channels: Fix typos.
Date: Thu,  1 Feb 2024 13:42:27 +0100
Message-ID: <3b0a1ed3a25d2527e60c9a7570db3ef8dda333fe.1706791324.git.Rostislav.Svoboda@HIDDEN>
X-Mailer: git-send-email 2.41.0
MIME-Version: 1.0
X-Debbugs-Cc: Christopher Baines <guix@HIDDEN>, Josselin Poiret <dev@HIDDEN>, Ludovic Courtès <ludo@HIDDEN>, Mathieu Othacehe <othacehe@HIDDEN>, Ricardo Wurmus <rekado@HIDDEN>, Simon Tournier <zimon.toutoune@HIDDEN>, Tobias Geerinckx-Rice <me@HIDDEN>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Received-SPF: pass client-ip=2a00:1450:4864:20::332;
 envelope-from=rostislav.svoboda@HIDDEN; helo=mail-wm1-x332.google.com
X-Spam_score_int: -20
X-Spam_score: -2.1
X-Spam_bar: --
X-Spam_report: (-2.1 / 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, FREEMAIL_FROM=0.001,
 RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001,
 T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: 1.0 (+)
X-Debbugs-Envelope-To: submit
Cc: Rostislav Svoboda <Rostislav.Svoboda@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -0.0 (/)

* guix/channels.scm (authenticate-channel): Pluralise commit numbers.

Change-Id: I7759607f37405e6d3bd4b7f5958fd11d908db204
---
 guix/channels.scm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/guix/channels.scm b/guix/channels.scm
index 1b07eb5221..a0df5459d4 100644
--- a/guix/channels.scm
+++ b/guix/channels.scm
@@ -3,6 +3,8 @@
 ;;; Copyright © 2018 Ricardo Wurmus <rekado@HIDDEN>
 ;;; Copyright © 2019 Jan (janneke) Nieuwenhuizen <janneke@HIDDEN>
 ;;; Copyright © 2021 Brice Waegeneire <brice@HIDDEN>
+;;; Copyright © 2024 Julien Lepiller <julien@HIDDEN>
+;;; Copyright © 2024 Rostislav Svoboda <Rostislav.Svoboda@HIDDEN>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -361,8 +363,11 @@ (define* (authenticate-channel channel checkout commit
 
   (define (make-reporter start-commit end-commit commits)
     (format (current-error-port)
-            (G_ "Authenticating channel '~a', commits ~a to ~a (~h new \
-commits)...~%")
+            (N_ "Authenticating channel '~a', commits ~a to ~a (~h new \
+commit)...~%"
+                "Authenticating channel '~a', commits ~a to ~a (~h new \
+commits)...~%"
+                (length commits))
             (channel-name channel)
             (commit-short-id start-commit)
             (commit-short-id end-commit)

base-commit: 7bf8b7c33304d6e69f36190f0444576da1863efc
-- 
2.41.0





Acknowledgement sent to Rostislav Svoboda <rostislav.svoboda@HIDDEN>:
New bug report received and forwarded. Copy sent to guix@HIDDEN, dev@HIDDEN, ludo@HIDDEN, othacehe@HIDDEN, rekado@HIDDEN, zimon.toutoune@HIDDEN, me@HIDDEN, guix-patches@HIDDEN. Full text available.
Report forwarded to guix@HIDDEN, dev@HIDDEN, ludo@HIDDEN, othacehe@HIDDEN, rekado@HIDDEN, zimon.toutoune@HIDDEN, me@HIDDEN, guix-patches@HIDDEN:
bug#68869; Package guix-patches. Full text available.
Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.
Last modified: Sun, 12 May 2024 08:45:02 UTC

GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997 nCipher Corporation Ltd, 1994-97 Ian Jackson.