From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id uJgPBO05eGJjEwAAbAwnHQ (envelope-from ) for ; Sun, 08 May 2022 23:45:17 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id kBYKBO05eGIs1gAA9RJhRA (envelope-from ) for ; Sun, 08 May 2022 23:45:17 +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 9A6322FFBA for ; Sun, 8 May 2022 23:45:16 +0200 (CEST) Received: from localhost ([::1]:47808 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nnoiJ-0002xZ-BY for larch@yhetil.org; Sun, 08 May 2022 17:45:15 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43210) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nnoi6-0002xC-5R for guix-patches@gnu.org; Sun, 08 May 2022 17:45:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33270) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nnoi5-0005Qg-S1 for guix-patches@gnu.org; Sun, 08 May 2022 17:45:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nnoi5-0006yb-Pz for guix-patches@gnu.org; Sun, 08 May 2022 17:45:01 -0400 Subject: bug#55259: [PATCH] gnu: ruby: Add ruby-asciidoctor-multipage Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sun, 08 May 2022 21:45:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 55259 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Maximilian Heisinger Cc: 55259-done@debbugs.gnu.org Mail-Followup-To: 55259@debbugs.gnu.org, ludo@gnu.org, mail@maxheisinger.at Received: via spool by 55259-done@debbugs.gnu.org id=D55259.165204627726764 (code D ref 55259); Sun, 08 May 2022 21:45:01 +0000 Received: (at 55259-done) by debbugs.gnu.org; 8 May 2022 21:44:37 +0000 Received: from localhost ([127.0.0.1]:55399 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nnohg-0006xb-Mu for submit@debbugs.gnu.org; Sun, 08 May 2022 17:44:37 -0400 Received: from eggs.gnu.org ([209.51.188.92]:49808) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nnohT-0006xB-K8 for 55259-done@debbugs.gnu.org; Sun, 08 May 2022 17:44:35 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:39730) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nnohN-0005OG-F3; Sun, 08 May 2022 17:44:17 -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=VQ+GVBTnTCrf2oqm6dAuKtbvpHZ98K6L83p1rhzrJQw=; b=Q1QMbY2XPpXVPaWgjdzv IHwfPfXB6zq0xD+RlyDECU2gYGggCG3dApdQ1v+DW8ipxPfTKMdH+2QnVkTo7N16yEBIq0Fl3iz+S ex647GVonssI35iETSQ2Z1j6LDZgkbr+rYC5XvmeG57hHhGOSAcKAiFRWEVtHl2YzEN3Yx/9y+xgD FceK+9euIZH7lhKP861jBtA4pDTl87DSq0pp52oZOZzxMXVPiCnxvWdNykYuJpRb0ko+K/xCvgC79 YNW5g2KFTWfj09pSuMJxp/SrZJFwr8XwjJcl92lh9Ywj//kA7B0hw8S8BqzzAYIih6GpYBSELEvgL IqMZEpVK6tfP4A==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:65008 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nnohN-0008Vx-2W; Sun, 08 May 2022 17:44:17 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <1477630537.125649.1651655198779@ox73.mailbox.org> Date: Sun, 08 May 2022 23:44:14 +0200 In-Reply-To: <1477630537.125649.1651655198779@ox73.mailbox.org> (Maximilian Heisinger's message of "Wed, 4 May 2022 11:06:38 +0200 (CEST)") Message-ID: <871qx3wvgx.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.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" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1652046316; 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=VQ+GVBTnTCrf2oqm6dAuKtbvpHZ98K6L83p1rhzrJQw=; b=ik94epdwycz7AwT07+fC2GrT2GUH7CgYBH6o7EglIbQkGWwCP0T35ZgKKDMqrlQj3k7ehD 887L3eEPdk0q556BIRgyv9TZ8Tjuwv5QKA+lOT5Ad3/l5DkZ3KBxHbpDZj7YMRNfeAIAxj m/naiAnONCgAxTLfY2IGDD2+nFIenhG6G5AB0r2walEEglid9IZkzLuhKXJcY9uqo9RQL3 J9eLaCiQGx11keCqAV7YMx/V1xbx7M3m//ekefPlz4ivGe4fOmypFYkYM//N18KlRrFqIb shhkXV/anADczTW2qnq4OQ1W9UxxVQs4PIZSVIGnb7Q2gRI/I7wYNKvNToNwmA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1652046316; a=rsa-sha256; cv=none; b=IXtHumGsCeyKJVuGGiSVEYYlqMx47iZRuDGLrTxSbKFZM7/XA68uHx8Ngaiuohd8lGRpyE z7QoS4b204yNIpAZrkyT99buPCH2odvbO3mHN5llLCgIC+pai4x5U8VQaeMOJRKiX3qsI4 0jQHd2unijX98NX8aBKn4jIMyI7Xm1F/cey2TVevRuoGx9pGRkPg+Z9NX4iEk0xWc0jCdo 2Wk727Nw8uwP7pN5g6IDwogsxLl7cuSjMUgrVc6+KBZSIVAwhgBZqy7ojnII9pzKGR3uGz TaRNGH67Y3/PepAiKLBBRwxanUqvvpFH8dXw3GF/WOBHlBnBM8hi7tl+09bwwA== 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=Q1QMbY2X; 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.81 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Q1QMbY2X; 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-Queue-Id: 9A6322FFBA X-Spam-Score: -4.81 X-Migadu-Scanner: scn0.migadu.com X-TUID: +Hk5dk2oUjid Hi, Maximilian Heisinger skribis: >>>From 11f3d48556204fb881db8824d5c5260804da9d73 Mon Sep 17 00:00:00 2001 > From: Maximilian Heisinger > Date: Wed, 4 May 2022 11:05:24 +0200 > Subject: [PATCH] gnu: ruby: Add ruby-asciidoctor-multipage > > * gnu/packages/ruby.scm (ruby-asciidoctor-multipage): Add package. [...] > + (license license:ruby) I changed that to =E2=80=98license:expat=E2=80=99, as per the =E2=80=98LICE= NSE=E2=80=99 file, and committed. Thanks! Ludo=E2=80=99.