[PATCH gnome-team] teams: Add Vivien Kraus.

  • Done
  • quality assurance status badge
Details
2 participants
  • Liliana Marie Prikler
  • Vivien Kraus
Owner
unassigned
Submitted by
Vivien Kraus
Severity
normal

Debbugs page

Vivien Kraus wrote 1 years ago
(address . guix-patches@gnu.org)
98a17315557d61d17e08a9eab4f050f85b3bd01e.1705168055.git.vivien@planete-kraus.eu
* etc/teams.scm.in ("Vivien Kraus"): New member.

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

Toggle diff (19 lines)
diff --git a/etc/teams.scm b/etc/teams.scm
index 98f51c13e1..7959f37ba1 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -698,6 +698,10 @@ (define-member (person "Clément Lassieur"
"clement@lassieur.org")
mozilla)
+(define-member (person "Vivien Kraus"
+ "vivien@planete-kraus.eu")
+ gnome)
+
(define (find-team name)
(or (hash-ref %teams (string->symbol name))

base-commit: 2cbb1a6e1e2679c7db74b6b906d223fb3661d09f
--
2.41.0
Liliana Marie Prikler wrote 1 years ago
f13ea9fc937c4bf87e75d23b48e84228729275d6.camel@gmail.com
Am Samstag, dem 13.01.2024 um 18:33 +0100 schrieb Vivien Kraus:
Toggle quote (4 lines)
> * etc/teams.scm.in ("Vivien Kraus"): New member.
>
> Change-Id: Iab2c9300f3e1e604fb2ee539a7eb05e7a3f54776
> ---
Applied to master, will be on gnome-team on the next reverse merge.

Cheers
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 68432@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 68432
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help