From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id u6pVNHeflF/3TAAA0tVLHw (envelope-from ) for ; Sat, 24 Oct 2020 21:41:11 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id GJDrL3eflF/xDAAAB5/wlQ (envelope-from ) for ; Sat, 24 Oct 2020 21:41:11 +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 aspmx1.migadu.com (Postfix) with ESMTPS id 7437F9402A0 for ; Sat, 24 Oct 2020 21:41:10 +0000 (UTC) Received: from localhost ([::1]:36120 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kWRHh-0003kH-Df for larch@yhetil.org; Sat, 24 Oct 2020 17:41:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45412) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kWRHa-0003je-3D for guix-patches@gnu.org; Sat, 24 Oct 2020 17:41:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52052) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kWRHZ-0003UO-Og for guix-patches@gnu.org; Sat, 24 Oct 2020 17:41:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kWRHZ-0007Us-Mv for guix-patches@gnu.org; Sat, 24 Oct 2020 17:41:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#44174] [PATCH 16/16] Add attribution. Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 24 Oct 2020 21:41:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44174 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Carlo Holl Cc: 44174@debbugs.gnu.org Received: via spool by 44174-submit@debbugs.gnu.org id=B44174.160357565628800 (code B ref 44174); Sat, 24 Oct 2020 21:41:01 +0000 Received: (at 44174) by debbugs.gnu.org; 24 Oct 2020 21:40:56 +0000 Received: from localhost ([127.0.0.1]:35365 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kWRHP-0007UL-8A for submit@debbugs.gnu.org; Sat, 24 Oct 2020 17:40:56 -0400 Received: from mira.cbaines.net ([212.71.252.8]:45430) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kWRHN-0007UD-2O for 44174@debbugs.gnu.org; Sat, 24 Oct 2020 17:40:50 -0400 Received: from localhost (92.41.179.191.threembb.co.uk [92.41.179.191]) by mira.cbaines.net (Postfix) with ESMTPSA id 912B827BBF0; Sat, 24 Oct 2020 22:40:48 +0100 (BST) Received: from capella (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id bf3f4be9; Sat, 24 Oct 2020 21:40:46 +0000 (UTC) References: <20201023170544.9860-1-carloholl@gmail.com> <20201023170544.9860-16-carloholl@gmail.com> User-agent: mu4e 1.4.13; emacs 27.1 From: Christopher Baines In-reply-to: <20201023170544.9860-16-carloholl@gmail.com> Date: Sat, 24 Oct 2020 22:40:46 +0100 Message-ID: <87wnzf9uap.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) 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-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.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-Spam-Score: -3.11 X-TUID: qNh1DU1AA/Uo --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Carlo Holl writes: > --- > gnu/packages/finance.scm | 1 + > gnu/packages/haskell-xyz.scm | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm > index 15a86b8688..fe033e9494 100644 > --- a/gnu/packages/finance.scm > +++ b/gnu/packages/finance.scm > @@ -20,6 +20,7 @@ > ;;; Copyright =C2=A9 2020 Tom Zander > ;;; Copyright =C2=A9 2020 Marius Bakke > ;;; Copyright =C2=A9 2020 Vinicius Monego > +;;; Copyright =C2=A9 2020 Carlo Holl > ;;; > ;;; This file is part of GNU Guix. > ;;; > diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm > index eaba188e97..53770ec01d 100644 > --- a/gnu/packages/haskell-xyz.scm > +++ b/gnu/packages/haskell-xyz.scm > @@ -26,6 +26,7 @@ > ;;; Copyright =C2=A9 2020 JoJo > ;;; Copyright =C2=A9 2020 Nicolas Goaziou > ;;; Copyright =C2=A9 2020 Alexandru-Sergiu Marton > +;;; Copyright =C2=A9 2020 Carlo Holl > ;;; > ;;; This file is part of GNU Guix. > ;;; While most changes are good for their own commits, I'd just make these changes in the first commits that touch each of these files. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl+Un15fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XfXtg/9HsAFuoZkgJ2+xV6STPVbVBA80ddApEA+ czw8NSgd6ybyu0uUBrzx4j4KwnY4L+aEvEYmSrGH74h/i7ek2joj3NyWdxE4ZWlU wkpFUnUXMTEzQnc0afHBZdpZeUeZktZYbYEK8Zz4/mTPcBLs1XJWZBl2cf1Wa/1U XhVA4FRHT0euHx9/E2Ri/KSw8iPas/zM92LyHtRMO/k6L45L6AzBLOu+Iuqoowvy FJNtNgdA++/vnRPA0JrmyrtsQTxP8S9KjjFL31CvPdtfGARF72MX2ESgJ1jjrD/U qyOOv1VEk7hScn2BlcfzW8mPI9kBd8I2bPj3hyCPinDMyvqxYMh7l+D0kqpDhrbM 2rMzmDA8AlZMO/ht23HZRvHsF4XCD4dwyGh2PDMxpR0D7+rf5u2SJv4qoys6DUh9 024yTd+MSBMVJgKXhGfGV1qz7RsyUlalpwI2ard94NoF2L52+ohLOM2/+WZ70kG1 UNT1mqg8iZ3AnV9HT3TixK6d2kP03Ienvrvw2YRqfYFepQmqqtSgl8OVTRdJqtxe 3e+Ynpk7Ty5mIqHDhDsePzF6us4nIaWZiLRl2R4Lz4k6898crzlltVB/mT395fad 14/DAiDvbsK4hFvH9cwQgjkZGiddoXPZ6KCPwh4CAJJrh/LVHxK1UjkKztFsB1kL TY6rM4AWpak= =XCFr -----END PGP SIGNATURE----- --=-=-=--