From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id eMyZA5vLWmQ71QAASxT56A (envelope-from ) for ; Wed, 10 May 2023 00:39:23 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id sP6jApvLWmSN/gAAG6o9tA (envelope-from ) for ; Wed, 10 May 2023 00:39:23 +0200 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 aspmx1.migadu.com (Postfix) with ESMTPS id D2A2A3554D for ; Wed, 10 May 2023 00:39:22 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pwVz6-0004rv-Ho; Tue, 09 May 2023 18:39:04 -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 ) id 1pwVz4-0004rA-EZ for guix-patches@gnu.org; Tue, 09 May 2023 18:39:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pwVz4-00023K-6P for guix-patches@gnu.org; Tue, 09 May 2023 18:39:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pwVz4-0001x0-26 for guix-patches@gnu.org; Tue, 09 May 2023 18:39:02 -0400 Subject: bug#63214: [PATCH] doc/home-services: fix incorrect module name znc -> messaging Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 09 May 2023 22:39:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 63214 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Blake Shaw Cc: 63214-done@debbugs.gnu.org Mail-Followup-To: 63214@debbugs.gnu.org, ludo@gnu.org, blake@reproduciblemedia.com Received: via spool by 63214-done@debbugs.gnu.org id=D63214.16836718897419 (code D ref 63214); Tue, 09 May 2023 22:39:01 +0000 Received: (at 63214-done) by debbugs.gnu.org; 9 May 2023 22:38:09 +0000 Received: from localhost ([127.0.0.1]:44714 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pwVyC-0001vb-Km for submit@debbugs.gnu.org; Tue, 09 May 2023 18:38:08 -0400 Received: from eggs.gnu.org ([209.51.188.92]:36390) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pwVy5-0001v1-13 for 63214-done@debbugs.gnu.org; Tue, 09 May 2023 18:38:08 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pwVxz-0001tF-PT; Tue, 09 May 2023 18:37:55 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=krnitmGhCie8ATE85buEMGFpJUqbSUOkfnYOMe/yA5w=; b=JWJ1cHYEVN5xo48GiaLn N3iueFK/p3iqsUtC73ZizNeM/kR4R4ggnm7B3C3uiyNYhdBpA/7nW5dsHc6idYGSRkdwZR3CrU4BN t7VZu6l5TDtKvgELr+0XHd920TW5+uU99wzR8/ISp+QutwXaORp7ggRp5LnMT5EXOcP9PfOF6y6sK p6RyTQBVmEdhz1JJJU9/Qx+jYoc9SrCFrJTTzHHi8TgEcmXRORfU1xfGRocNGwj4ka+WsAQGEjInQ afKA6wup7RwGhtbZVbwAdtsQvj1AEWvp+RUr4f6gfz1+25Jnkgfw2SVmaOd5CwDJBwCbY7tA5P3L7 sverW2Ik3wyA/Q==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pwVxz-0008Ev-9r; Tue, 09 May 2023 18:37:55 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20230501195454.17315-1-blake@reproduciblemedia.com> Date: Wed, 10 May 2023 00:37:53 +0200 In-Reply-To: <20230501195454.17315-1-blake@reproduciblemedia.com> (Blake Shaw's message of "Tue, 2 May 2023 02:54:54 +0700") Message-ID: <878rdxdtby.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) 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-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Seal: i=1; s=key1; d=yhetil.org; t=1683671962; a=rsa-sha256; cv=none; b=IjCmE2hAR9PMStPEU9kmTaZkfiwPbfpmigA7p7iBZMsiZ0QbdBGmzn6Qp4yxmR+RXyp8PV RIZSndfy2vBR/hjYjlVOa7G5eKQ19F7dS9LJmEp0EYCnmEOSvlngYdqCAl0jVqeBod0bC4 VH+eYbzCPi3Azku1bfYf6/uqNEIX65sCEJaM40i7LRUr2JniUgXJPf7+O+ElwZ5/nwQKWv xpLO8VjZKv+mcp9B9Kkxp73KPVbvHgoFfA4dFU8evXSBM/X0Tioc6es+IRXEY0bhQo+0Hw WcIUt7Dc1aTGcwRQkhkR5LFpivWDYRzYg4NwAKSU1FlmftdbPYO+fPgiqVF8LA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=JWJ1cHYE; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1683671962; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=krnitmGhCie8ATE85buEMGFpJUqbSUOkfnYOMe/yA5w=; b=EAeRf28mgUKwD/rBWoUkOn4VLILUqFolAgE9dUk7ioyXa2tr8ny5ooYwhWZjMYN1DwMIkX ywywzVMb+iW/qd4rx3EgRXyRPZmIPt6Qzs5mi6q1wpEZ+ecUvVY1zYjlisJM4tJwhB2i42 Z6txtzHVv4qQROe0hwtMqX4mJ6yYgPXcHRhKK47dJt1SHBUpIZoM90yljiiwk5wqn2odAx 2fFvce3T0HuG+WdiU2tKHzv36qBuAsvn5PnYPqVUis+JKgacAeBEjjcmlKKfpUsK3Rrnyk Winv8PDuWIVhaRreWkEKLe6Mtv5nz2l/iLBl7xyKCrZKoOCAIvqLnEkMR9z9jA== X-Migadu-Scanner: scn1.migadu.com Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=JWJ1cHYE; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -4.08 X-Spam-Score: -4.08 X-Migadu-Queue-Id: D2A2A3554D X-TUID: f2FCu3VQyXL/ Blake Shaw skribis: > * There is no (gnu home services znc) > * znc-service-type lives in (gnu home services messaging) Hi! I tweaked the commit log and applied it, thanks! Ludo=E2=80=99.