From afbdbcbd709662ffe0477a535dff5e1206790b3b Mon Sep 17 00:00:00 2001 From: Jakub Panek Date: Tue, 6 Aug 2024 14:54:53 +0200 Subject: [PATCH] fix MAINTAINERS file to be proper TOML doc --- .taplo.toml | 1 + MAINTAINERS | 250 ++++++++++++++++++++++++++-------------------------- 2 files changed, 126 insertions(+), 125 deletions(-) create mode 100644 .taplo.toml diff --git a/.taplo.toml b/.taplo.toml new file mode 100644 index 0000000..e79f485 --- /dev/null +++ b/.taplo.toml @@ -0,0 +1 @@ +include = ["MAINTAINERS", ".taplo.toml"] diff --git a/MAINTAINERS b/MAINTAINERS index 8d5a813..993351d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1,160 +1,160 @@ [people] [people.lancevick] -Name = "Lance Vick" -Location = Silicon Valley, USA -Email = stagex@lance.vick.house -Matrix = @lance:matrix.org -Fediverse = @lrvick@mastodon.social -Keyoxide = https://keyoxide.org/E90A401336C8AAA9 -Website = https://lance.dev +name = "Lance Vick" +location = "Silicon Valley, USA" +email = "stagex@lance.vick.house" +matrix = "@lance:matrix.org" +fediverse = "@lrvick@mastodon.social" +keyoxide = "https://keyoxide.org/E90A401336C8AAA9" +website = "https://lance.dev" [people.antonlivaja] -Name = "Anton Livaja" -Location = Toronto, Canada -Email = stagex@livaja.me -Matrix = @antonleviathan:matrix.org -Fediverse = @anton@mastodon.online -Keyoxide = https://keyoxide.org/DC4B7D1F52E0BA4D -Website = https://antonlivaja.com/ +name = "Anton Livaja" +location = "Toronto, Canada" +email = "stagex@livaja.me" +matrix = "@antonleviathan:matrix.org" +fediverse = "@anton@mastodon.online" +keyoxide = "https://keyoxide.org/DC4B7D1F52E0BA4D" +website = "https://antonlivaja.com/" [people.ryanheywood] -Name = "Ryan Heywood" -Location = Florida, USA -Email = me@ryansquared.pub -Matrix = @ryansquared:beeper.com -Fediverse = @ryan@tilde.zone -Keyoxide = https://keyoxide.org/8E401478A3FBEF72 -Website = https://ryansquared.pub +name = "Ryan Heywood" +location = "Florida, USA" +email = "me@ryansquared.pub" +matrix = "@ryansquared:beeper.com" +fediverse = "@ryan@tilde.zone" +keyoxide = "https://keyoxide.org/8E401478A3FBEF72" +website = "https://ryansquared.pub" [people.dannygrove] -Name = "Danny Grove" -Location = California, USA -Email = stagex@dannygrove.com -Matrix = @dgrove:matrix.org -Keyoxide = https://keyoxide.org/C92FE5A3FBD58DD3EC5AA26BB10116B8193F2DBD -Website = https://dannygrove.com +name = "Danny Grove" +location = "California, USA" +email = "stagex@dannygrove.com" +matrix = "@dgrove:matrix.org" +keyoxide = "https://keyoxide.org/C92FE5A3FBD58DD3EC5AA26BB10116B8193F2DBD" +website = "https://dannygrove.com" [keys] [keys.lancevick.personal] -ID = 6B61ECD76088748C70590D55E90A401336C8AAA9 -Algorithm = RSA4096 -Servers = openpgp.org -Devices = Yubikey 4 Nano, Yubikey 5c, FST-01 -OfflineCA = Yes -Backup = Yes -Interaction = Yes +id = "6B61ECD76088748C70590D55E90A401336C8AAA9" +algorithm = "RSA4096" +servers = "openpgp.org" +devices = "Yubikey 4 Nano, Yubikey 5c, FST-01" +offline-ca = true +backup = true +interaction = true [keys.antonlivaja.personal] -ID = F4BF5C81EC78A5DD341C91EEDC4B7D1F52E0BA4D -Algorithm = RSA4096 -Servers = openpgp.org -Devices = Yubikey 5c -OfflineCA = Yes -Backup = Yes -Interaction = Yes +id = "F4BF5C81EC78A5DD341C91EEDC4B7D1F52E0BA4D" +algorithm = "RSA4096" +servers = "openpgp.org" +devices = "Yubikey 5c" +offline-ca = true +backup = true +interaction = true [keys.ryanheywood.personal] -ID = 88823A75ECAA786B0FF38B148E401478A3FBEF72 -Algorithm = RSA4096 -Servers = openpgp.org -Devices = Yubikey 4c Nano, Yubikey 5 NFC -OfflineCA = No -Backup = Yes -Interaction = Yes +id = "88823A75ECAA786B0FF38B148E401478A3FBEF72" +algorithm = "RSA4096" +servers = "openpgp.org" +devices = "Yubikey 4c Nano, Yubikey 5 NFC" +offline-ca = false +backup = true +interaction = true [keys.dannygrove.personal] -ID = C92FE5A3FBD58DD3EC5AA26BB10116B8193F2DBD -Algorithm = RSA4096 -Servers = openpgp.org -Devices = Yubikey 5 NFC, Yubikey 5C -OfflineCA = Yes -Backup = Yes -Interaction = Yes +id = "C92FE5A3FBD58DD3EC5AA26BB10116B8193F2DBD" +algorithm = "RSA4096" +servers = "openpgp.org" +devices = "Yubikey 5 NFC, Yubikey 5C" +offline-ca = true +backup = true +interaction = true [machines] [machines.lancevick.local1] -Owner = Lance Vick -Location = Silicon Valley, USA -Type = metal -Arch = x86_64 -Brand = AMD -Model = Ryzen Threadripper 2990WX -Ghz = 3 -Cores = 32 -OS = QubesOS / Debian -Runtime = Docker +owner = "Lance Vick" +location = "Silicon Valley, USA" +type = "metal" +arch = "x86_64" +brand = "AMD" +model = "Ryzen Threadripper 2990WX" +ghz = 3 +cores = 32 +os = "QubesOS / Debian" +runtime = "Docker" [machines.antonlivaja.local1] -Owner = Anton Livaja -Location = Toronto, Canada -Type = metal -Arch = x86_64 -Brand = AMD -Model = Ryzen Threadripper 2970X -Ghz = 3 -Cores = 24 -OS = QubesOS / Debian -Runtime = Docker +owner = "Anton Livaja" +location = "Toronto, Canada" +type = "metal" +arch = "x86_64" +brand = "AMD" +model = "Ryzen Threadripper 2970X" +ghz = 3 +cores = 24 +os = "QubesOS / Debian" +runtime = "Docker" [machines.lancevick.remote1] -Owner = Hetzner Online GmbH -Location = Finland, Europe -Type = metal -Arch = x86_64 -Brand = AMD -Model = EPYC 7502P -Ghz = 2.2 -Cores = 32 -OS = Debian -Runtime = Docker +owner = "Hetzner Online GmbH" +location = "Finland, Europe" +type = "metal" +arch = "x86_64" +brand = "AMD" +model = "EPYC 7502P" +ghz = 2.2 +cores = 32 +os = "Debian" +runtime = "Docker" [machines.antonlivaja.remote1] -Owner = Hetzner Online GmbH -Location = Hillsboro, OR, USA -Type = vm -Arch = x86_64 -Brand = AMD -Model = EPYC Milan -Ghz = 2.0 -Cores = 32 -OS = Debian -Runtime = Docker +owner = "Hetzner Online GmbH" +location = "Hillsboro, OR, USA" +type = "vm" +arch = "x86_64" +brand = "AMD" +model = "EPYC Milan" +ghz = 2.0 +cores = 32 +os = "Debian" +runtime = "Docker" [machines.ryanheywood.remote] -Owner = Hetzner Online GmbH -Location = Falkstein, Germany -Type = metal -Arch = x86_64 -Brand = AMD -Model = Ryzen Threadripper 2950X -Ghz = 3.5 -Cores = 16 -OS = Debian -Runtime = Docker +owner = "Hetzner Online GmbH" +location = "Falkstein, Germany" +type = "metal" +arch = "x86_64" +brand = "AMD" +model = "Ryzen Threadripper 2950X" +ghz = 3.5 +cores = 16 +os = "Debian" +runtime = "Docker" [machines.dannygrove.local1] -Owner = Danny Grove -Location = California, USA -Type = metal -Arch = x86_64 -Brand = Intel -Model = Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz -Ghz = 4.2 -Cores = 4 -OS = Arch Linux -Runtime = Docker +owner = "Danny Grove" +location = "California, USA" +type = "metal" +arch = "x86_64" +brand = "Intel" +model = "Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz" +ghz = 4.2 +cores = 4 +os = "arch Linux" +runtime = "Docker" [machines.dannygrove.local2] -Owner = Danny Grove -Location = California, USA -Type = metal -Arch = x86_64 -Brand = AMD -Model = AMD Ryzen 7 7840U -Ghz = 3.3 -Cores = 8 -OS = Arch Linux -Runtime = Docker +owner = "Danny Grove" +location = "California, USA" +type = "metal" +arch = "x86_64" +brand = "AMD" +model = "AMD Ryzen 7 7840U" +ghz = 3.3 +cores = 8 +os = "arch Linux" +runtime = "Docker"