diff mbox series

[bug#69336] teams: Add Tanguy Le Carrour.

Message ID 795cd6b91490ac0ebb7acf2335567c2b65e37215.1708711519.git.tanguy@bioneland.org
State New
Headers show
Series [bug#69336] teams: Add Tanguy Le Carrour. | expand

Commit Message

Tanguy LE CARROUR Feb. 23, 2024, 6:11 p.m. UTC
Hi Guix,

This patch adds me to the Python and Home teams.
I’m slowly back to where I’ll be able to contribute more to Guix,
and I’ll try to focus on those two areas.
… and I’ll try to attend the first online patch review on Thursday March the 7th,
to make sure that I can do patch review properly! 😁

Regards

* etc/teams.scm.in ("Tanguy Le Carrour"): New member.

Change-Id: Ic1b1588a5a8bc67ee8e135c3069966f139374529
---
 etc/teams.scm | 4 ++++
 1 file changed, 4 insertions(+)


base-commit: 6831dfc58bf14341176f7358941ed685f34fb4c3

Comments

Christopher Baines March 14, 2024, 1:53 p.m. UTC | #1
Tanguy Le Carrour <tanguy@bioneland.org> writes:

> Hi Guix,
>
> This patch adds me to the Python and Home teams.
> I’m slowly back to where I’ll be able to contribute more to Guix,
> and I’ll try to focus on those two areas.
> … and I’ll try to attend the first online patch review on Thursday March the 7th,
> to make sure that I can do patch review properly! 😁
>
> Regards
>
> * etc/teams.scm.in ("Tanguy Le Carrour"): New member.
>
> Change-Id: Ic1b1588a5a8bc67ee8e135c3069966f139374529
> ---
>  etc/teams.scm | 4 ++++
>  1 file changed, 4 insertions(+)

Thanks, I've pushed this to master as
7319b4d5286d31a9c6a889e81af72308efdaab41.

I moved you up a bit in the file since we should probably add things
roughly alphabetically, to try and reduce the chance of conflicts (as
happened here).

Chris
Tanguy LE CARROUR March 14, 2024, 2:19 p.m. UTC | #2
Hi Chris,


Quoting Christopher Baines (2024-03-14 14:53:26)
> Tanguy Le Carrour <tanguy@bioneland.org> writes:
> > Hi Guix,
> >
> > This patch adds me to the Python and Home teams.
> > I’m slowly back to where I’ll be able to contribute more to Guix,
> > and I’ll try to focus on those two areas.
> > … and I’ll try to attend the first online patch review on Thursday March the 7th,
> > to make sure that I can do patch review properly! 😁
> >
> > Regards
> >
> > * etc/teams.scm.in ("Tanguy Le Carrour"): New member.
> >
> > Change-Id: Ic1b1588a5a8bc67ee8e135c3069966f139374529
> > ---
> >  etc/teams.scm | 4 ++++
> >  1 file changed, 4 insertions(+)
> 
> Thanks, I've pushed this to master as
> 7319b4d5286d31a9c6a889e81af72308efdaab41.
> 
> I moved you up a bit in the file since we should probably add things
> roughly alphabetically, to try and reduce the chance of conflicts (as
> happened here).

Thanks! And sorry for the mess! Until next time, I’ll work on my alphabet! 🤪
diff mbox series

Patch

diff --git a/etc/teams.scm b/etc/teams.scm
index c1822fe881..7690539690 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -721,6 +721,10 @@  (define-member (person "Mark H Weaver"
                        "mhw@netris.org")
   mozilla)
 
+(define-member (person "Tanguy Le Carrour"
+                       "tanguy@bioneland.org")
+  python home)
+
 
 (define (find-team name)
   (or (hash-ref %teams (string->symbol name))