[bug#78849] Add myself to teams.

Message ID 15701e93105311e5c8e42bfde4de5329ca6669b4.camel@posteo.net
State New
Headers
Series [bug#78849] Add myself to teams. |

Commit Message

Vinicius Monego June 20, 2025, 2:03 p.m. UTC
Hello,

I would like to join the python and science teams. I am sending a
corresponding patch for this.

Vinicius
  

Comments

Andreas Enge June 20, 2025, 6:06 p.m. UTC | #1
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
  
Sharlatan Hellseher June 20, 2025, 7:41 p.m. UTC | #2
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
>
>
  

Patch

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(+)

diff --git a/etc/teams.scm b/etc/teams.scm
index 5eb416685d4..4867bb0978d 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -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