From 56070a4ef5ce505359cc41783e846e66ba1d9b8b Mon Sep 17 00:00:00 2001 From: Kristian Klausen <kristian@klausen.dk> Date: Sun, 10 Apr 2022 22:32:36 +0200 Subject: [PATCH] Onboard torxed as project maintainer Fix #441 --- group_vars/all/archusers.yml | 7 +++++++ pubkeys/torxed.pub | 1 + 2 files changed, 8 insertions(+) create mode 100644 pubkeys/torxed.pub diff --git a/group_vars/all/archusers.yml b/group_vars/all/archusers.yml index 38db0543e..881f94329 100644 --- a/group_vars/all/archusers.yml +++ b/group_vars/all/archusers.yml @@ -538,6 +538,13 @@ arch_users: ssh_key: tensor5.pub groups: - tu + torxed: + name: "Anton Hvornum" + ssh_key: torxed.pub + hosts: + - mail.archlinux.org + groups: + - support-staff tpowa: name: "Tobias Powalowski" ssh_key: tpowa.pub diff --git a/pubkeys/torxed.pub b/pubkeys/torxed.pub new file mode 100644 index 000000000..98fd6e6e3 --- /dev/null +++ b/pubkeys/torxed.pub @@ -0,0 +1 @@ +ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQClN8KW45UH7Suu88PqGxsWgwYK9Om4vekWAsQ4Y5p1mrD1lRTT3Ob0FKE4XurmmCNFFvnCvaU5yhkycLmDAfYmADgNvxHnLoAsd9xNgzcBhDjMMf8f0TYdr48PnuASQAZZ4XAqTvDnF2gUZ3tcbfmdBmw2h8y9QrbR60lBYFPTLl36nfbvzCHllkShwyuejWOd7R9p2TH51nr7nyJnb/uKxTgauv4prh0JHW1osfEKtG3iWdaqCprH1lRPeyP9CdwNMvka2vSkeU0RRJyZixQpAUI9eJ27On/eHDue7C8hHZ7AGQMzPouiGGNcIHaPmL5JMuS5mZKQ1O/0mPtfZpAYbCRZ7kfsAPGn9I6eMhwYAjSHhIAL0msSW6GC/I/L4+qLIqyByEjJoZxcm3CcMoQ/aLjPH/apY8RidBckFV1vqKhqwkCZBzf1AopgvGIFthctVq2TDOsku97/LGHllc9mpw1LmyuoKbY94SSzzD2aFBEJ6zb+i+COtRSy34HT4cc= -- GitLab