[bug#78849] Add myself to teams.
Commit Message
Hello,
I would like to join the python and science teams. I am sending a
corresponding patch for this.
Vinicius
Comments
Am Fri, Jun 20, 2025 at 02:03:15PM +0000 schrieb Vinicius Monego:
> I would like to join the python and science teams. I am sending a
> corresponding patch for this.
Excellent initiative, welcome (in particular) to the science team!
I have pushed the commit.
Andreas
Hi,
Great news!
Python team need hands as well,
Please take a look https://codeberg.org/guix/guix/milestone/20775
VCS: https://github.incerto.xyz/; https://git.sr.ht/~hellseher/
GPG: 9847 81DE 689C 21C2 6418 0867 76D7 27BF F62C D2B5
… наш разум - превосходная объяснительная машина которая способна найти
смысл почти в чем угодно, истолковать любой феномен, но совершенно не в
состоянии принять мысль о непредсказуемости.
On Fri, 20 Jun 2025, 19:06 Andreas Enge, <andreas@enge.fr> wrote:
> Am Fri, Jun 20, 2025 at 02:03:15PM +0000 schrieb Vinicius Monego:
> > I would like to join the python and science teams. I am sending a
> > corresponding patch for this.
>
> Excellent initiative, welcome (in particular) to the science team!
>
> I have pushed the commit.
>
> Andreas
>
>
From 85a4eed3d97657f62b5c1149f261dac6ba4ddfe7 Mon Sep 17 00:00:00 2001
Message-ID: <85a4eed3d97657f62b5c1149f261dac6ba4ddfe7.1750427325.git.monego@posteo.net>
In-Reply-To: <cover.1750427325.git.monego@posteo.net>
References: <cover.1750427325.git.monego@posteo.net>
From: Vinicius Monego <monego@posteo.net>
Date: Thu, 12 Jun 2025 19:58:15 -0300
Subject: [PATCH 1/1] teams: Add entry for Vinicius Monego.
* etc/teams.scm ("Vinicius Monego"): New member.
Change-Id: I519b1962bae9a8ee9a384e4815156fb8acc89133
---
etc/teams.scm | 5 +++++
1 file changed, 5 insertions(+)
@@ -1254,6 +1254,11 @@ (define-member (person "Konrad Hinsen"
"khinsen")
lisp)
+(define-member (person "Vinicius Monego"
+ "monego@posteo.net"
+ "monego")
+ python science)
+
(define (find-team name)
(or (hash-ref %teams (string->symbol name))
--
2.49.0