From 500e0511cf5498b667d11531cbaeb3452be4e6f7 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 25 Jun 2025 14:36:50 +0000 Subject: [PATCH 01/49] python3Packages.nethsm: 1.4.0 -> 1.4.1 --- pkgs/development/python-modules/nethsm/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/nethsm/default.nix b/pkgs/development/python-modules/nethsm/default.nix index 32db3764b628..426e93f4bba6 100644 --- a/pkgs/development/python-modules/nethsm/default.nix +++ b/pkgs/development/python-modules/nethsm/default.nix @@ -16,14 +16,14 @@ buildPythonPackage rec { pname = "nethsm"; - version = "1.4.0"; + version = "1.4.1"; pyproject = true; src = fetchFromGitHub { owner = "Nitrokey"; repo = "nethsm-sdk-py"; tag = "v${version}"; - hash = "sha256-cbBYElR2J35ZHW5zvL9jlMg9KSerqjFBLsg5QdmqAoA="; + hash = "sha256-guW3KKIrRKSw8TsvPMTPJUyzISBNUoBqsGBWuv7Nf7M="; }; pythonRelaxDeps = true; From 1bf62881ec64321c05e6476f24d4be16c4ef05a6 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 27 Jun 2025 13:26:10 +0000 Subject: [PATCH 02/49] python3Packages.partial-json-parser: 0.2.1.1.post5 -> 0.2.1.1.post6 --- .../python-modules/partial-json-parser/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/partial-json-parser/default.nix b/pkgs/development/python-modules/partial-json-parser/default.nix index f356e6e0a312..6125d6a66c18 100644 --- a/pkgs/development/python-modules/partial-json-parser/default.nix +++ b/pkgs/development/python-modules/partial-json-parser/default.nix @@ -10,13 +10,13 @@ buildPythonPackage rec { pname = "partial-json-parser"; - version = "0.2.1.1.post5"; + version = "0.2.1.1.post6"; pyproject = true; src = fetchPypi { pname = "partial_json_parser"; inherit version; - hash = "sha256-mScQrGfpCzZ5IdUnJ2mJKAQPdxO6fsszuWNx6nrsgso="; + hash = "sha256-Q4lraJKWeCJMu+SISmpf6SUd7UswuLfX61aeX+6pOvw="; }; build-system = [ pdm-backend ]; From 38b3dd5ef85138f2ab0a331a0f764f687353310e Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 28 Jun 2025 13:31:20 +0000 Subject: [PATCH 03/49] python3Packages.django-simple-history: 3.9.0 -> 3.10.1 --- .../python-modules/django-simple-history/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/django-simple-history/default.nix b/pkgs/development/python-modules/django-simple-history/default.nix index 248d70052120..730217b039da 100644 --- a/pkgs/development/python-modules/django-simple-history/default.nix +++ b/pkgs/development/python-modules/django-simple-history/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "django-simple-history"; - version = "3.9.0"; + version = "3.10.1"; pyproject = true; disabled = pythonOlder "3.9"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "jazzband"; repo = "django-simple-history"; tag = version; - hash = "sha256-df6AWyliKSqKH0yacpHgGZXNvmjiJuFJWoJ7502IMB4="; + hash = "sha256-th0ZkHMKWcI6nNhgjpkvmyKaJ/TdWK12mBPUTFab8g4="; }; build-system = [ From 090c2fc089580504fef7108d2cca5d0d3381f3ca Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 29 Jun 2025 11:14:32 +0000 Subject: [PATCH 04/49] python3Packages.pcffont: 0.0.20 -> 0.0.21 --- pkgs/development/python-modules/pcffont/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pcffont/default.nix b/pkgs/development/python-modules/pcffont/default.nix index 6b1af865550d..b47ef5a246e7 100644 --- a/pkgs/development/python-modules/pcffont/default.nix +++ b/pkgs/development/python-modules/pcffont/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "pcffont"; - version = "0.0.20"; + version = "0.0.21"; pyproject = true; disabled = pythonOlder "3.10"; @@ -19,7 +19,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "pcffont"; inherit version; - hash = "sha256-dkf0irrrlSoj8TH+C/kmkVPJORWGl0EbgvckfPBes7I="; + hash = "sha256-RWmR6shNFuJytOfRAVTiNdIJMRpkBchBj8zOy4ybE9o="; }; build-system = [ hatchling ]; From cc4129432e3b294e9c14ef36c1f9434479ade5de Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 29 Jun 2025 15:16:02 +0000 Subject: [PATCH 05/49] python3Packages.mail-parser: 4.1.3 -> 4.1.4 --- pkgs/development/python-modules/mail-parser/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/mail-parser/default.nix b/pkgs/development/python-modules/mail-parser/default.nix index 25466ec4ff7f..5f31ca8d35c5 100644 --- a/pkgs/development/python-modules/mail-parser/default.nix +++ b/pkgs/development/python-modules/mail-parser/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "mail-parser"; - version = "4.1.3"; + version = "4.1.4"; pyproject = true; src = fetchFromGitHub { owner = "SpamScope"; repo = "mail-parser"; tag = version; - hash = "sha256-aNPBWxAysxHTuzaupi/CSSBUsGTsFanuPldz6BRr2V0="; + hash = "sha256-wwLUD/k26utugK/Yx9eXYEdSOvrk0Cy6RkXGDnzZ+fE="; }; LC_ALL = "en_US.utf-8"; From 4fbdb6f81a5c8de4b34b36a3ca698d4f4c3aa5d1 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 1 Jul 2025 13:02:33 +0000 Subject: [PATCH 06/49] python3Packages.mwparserfromhell: 0.6.6 -> 0.7.2 --- pkgs/development/python-modules/mwparserfromhell/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/mwparserfromhell/default.nix b/pkgs/development/python-modules/mwparserfromhell/default.nix index 55d9c63c640d..b4f5e86efcbe 100644 --- a/pkgs/development/python-modules/mwparserfromhell/default.nix +++ b/pkgs/development/python-modules/mwparserfromhell/default.nix @@ -8,14 +8,14 @@ buildPythonPackage rec { pname = "mwparserfromhell"; - version = "0.6.6"; + version = "0.7.2"; format = "setuptools"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-ca/sHpeEulduldbzSEVYLTxzOjpSuncN2KnDpA5bZJ8="; + hash = "sha256-9Bkwcunqk7noj3cvYKAhJcBgLTKJDQu9yyde1YyLN2M="; }; postPatch = '' From d33f086ed1707dd228402cb0eaa8938c1049cf8a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 14 Jul 2025 17:03:04 +0000 Subject: [PATCH 07/49] python3Packages.djoser: 2.3.1 -> 2.3.3 --- pkgs/development/python-modules/djoser/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/djoser/default.nix b/pkgs/development/python-modules/djoser/default.nix index cffcd3376600..cad26f0dc57c 100644 --- a/pkgs/development/python-modules/djoser/default.nix +++ b/pkgs/development/python-modules/djoser/default.nix @@ -10,14 +10,14 @@ buildPythonPackage rec { pname = "djoser"; - version = "2.3.1"; + version = "2.3.3"; pyproject = true; src = fetchFromGitHub { owner = "sunscrapers"; repo = "djoser"; tag = version; - hash = "sha256-xPhf7FiJSq5bHfAU5RKbobgnsRh/6cLcXP6vfrLdzJA="; + hash = "sha256-RFOKEjAh5k/Bx7cj6ty2vQsW61lsXfJIJDOZeqL6iCE="; }; build-system = [ poetry-core ]; @@ -34,7 +34,7 @@ buildPythonPackage rec { pythonImportsCheck = [ "djoser" ]; meta = { - changelog = "https://github.com/sunscrapers/djoser/releases/tag/${version}"; + changelog = "https://github.com/sunscrapers/djoser/releases/tag/${src.tag}"; description = "REST implementation of Django authentication system"; homepage = "https://github.com/sunscrapers/djoser"; maintainers = with lib.maintainers; [ MostafaKhaled ]; From ef00b6e47a500ac29dccde9eba4e53a3805392c9 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 28 Jul 2025 16:00:47 +0000 Subject: [PATCH 08/49] python3Packages.docling-jobkit: 1.1.1 -> 1.2.0 --- pkgs/development/python-modules/docling-jobkit/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/docling-jobkit/default.nix b/pkgs/development/python-modules/docling-jobkit/default.nix index 348b073ee35f..7ede1f402b0d 100644 --- a/pkgs/development/python-modules/docling-jobkit/default.nix +++ b/pkgs/development/python-modules/docling-jobkit/default.nix @@ -36,14 +36,14 @@ buildPythonPackage rec { pname = "docling-jobkit"; - version = "1.1.1"; + version = "1.2.0"; pyproject = true; src = fetchFromGitHub { owner = "docling-project"; repo = "docling-jobkit"; tag = "v${version}"; - hash = "sha256-Q4RCA/gJxyfOfzuRnuCmndVEeV0JUCTU389KSEv7vVk="; + hash = "sha256-bLLcMbN6GNpZ8U5Fhyq/XaHawOFcrFrobY7Jtpdm8Qo="; }; build-system = [ From b58a96fdc823ffcf7a2277e9e93c190951cdcd40 Mon Sep 17 00:00:00 2001 From: Nicolas Benes Date: Wed, 30 Jul 2025 18:02:51 +0200 Subject: [PATCH 09/49] nitrokey-app2: 2.3.3 -> 2.3.5 https://github.com/Nitrokey/nitrokey-app2/releases/tag/v2.3.4 https://github.com/Nitrokey/nitrokey-app2/releases/tag/v2.3.5 --- pkgs/tools/security/nitrokey-app2/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/security/nitrokey-app2/default.nix b/pkgs/tools/security/nitrokey-app2/default.nix index a648aab3b7f0..377d212119f5 100644 --- a/pkgs/tools/security/nitrokey-app2/default.nix +++ b/pkgs/tools/security/nitrokey-app2/default.nix @@ -11,7 +11,7 @@ python3.pkgs.buildPythonApplication rec { pname = "nitrokey-app2"; - version = "2.3.3"; + version = "2.3.5"; pyproject = true; disabled = python3.pythonOlder "3.9"; @@ -20,7 +20,7 @@ python3.pkgs.buildPythonApplication rec { owner = "Nitrokey"; repo = "nitrokey-app2"; tag = "v${version}"; - hash = "sha256-BbgP4V0cIctY/oR4/1r1MprkIn+5oyHeFiOQQQ71mNU="; + hash = "sha256-zhTDr4GyE4jridK3ee8ae3v5behMbuo86q9WdrBVqQg="; }; nativeBuildInputs = with python3.pkgs; [ @@ -56,7 +56,7 @@ python3.pkgs.buildPythonApplication rec { meta = with lib; { description = "This application allows to manage Nitrokey 3 devices"; homepage = "https://github.com/Nitrokey/nitrokey-app2"; - changelog = "https://github.com/Nitrokey/nitrokey-app2/releases/tag/v${version}"; + changelog = "https://github.com/Nitrokey/nitrokey-app2/releases/tag/${src.tag}"; license = licenses.asl20; maintainers = with maintainers; [ _999eagle From a835567247302417bfbecc304493042aedcc490d Mon Sep 17 00:00:00 2001 From: Amadej Kastelic Date: Sat, 2 Aug 2025 18:46:45 +0200 Subject: [PATCH 10/49] linuxPackages.vmware: workstation-17.6.3-20250608 -> workstation-17.6.3-20250728 --- pkgs/os-specific/linux/vmware/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/os-specific/linux/vmware/default.nix b/pkgs/os-specific/linux/vmware/default.nix index c434c6528589..95c700e7bafa 100644 --- a/pkgs/os-specific/linux/vmware/default.nix +++ b/pkgs/os-specific/linux/vmware/default.nix @@ -9,13 +9,13 @@ stdenv.mkDerivation { pname = "vmware-modules"; - version = "workstation-17.6.3-20250608-${kernel.version}"; + version = "workstation-17.6.3-20250728-${kernel.version}"; src = fetchFromGitHub { owner = "philipl"; repo = "vmware-host-modules"; - rev = "e08764f84df3bd14407291e02346b7c5c54d0bf6"; - hash = "sha256-RDVKropC+VOv1uJijOGlLt6iqZI8Cm9aWlbmvZj2CSk="; + rev = "6797e552638a28d1fa1e9ebd7ab5d3c628671ba0"; + hash = "sha256-KCLxAF6UtNIdKcDoANviln2RJuz1Ld8jq5QFW9ONghs="; }; hardeningDisable = [ "pic" ]; From 78c5476c267da288fed44103f34a98e9a4939632 Mon Sep 17 00:00:00 2001 From: Sean Gilligan Date: Sat, 2 Aug 2025 12:49:00 -0700 Subject: [PATCH 11/49] zulu24: 24.0.1 -> 24.0.2 Update zulu24 to 24.0.2, currently the latest version seen using the API at: https://api.azul.com/metadata/v1/zulu/packages --- pkgs/development/compilers/zulu/24.nix | 33 ++++++++++++-------------- 1 file changed, 15 insertions(+), 18 deletions(-) diff --git a/pkgs/development/compilers/zulu/24.nix b/pkgs/development/compilers/zulu/24.nix index 530764d10742..2bedd55b0093 100644 --- a/pkgs/development/compilers/zulu/24.nix +++ b/pkgs/development/compilers/zulu/24.nix @@ -5,8 +5,9 @@ }@args: let - # For 24 JDK FX is newer than regular JDK - zuluVersion = if enableJavaFX then "24.30.13" else "24.30.11"; + # For 24 JDK FX can be different version than regular JDK + zuluVersion = if enableJavaFX then "24.32.13" else "24.32.13"; + jdkVersion = "24.0.2"; in callPackage ./common.nix ( { @@ -14,43 +15,39 @@ callPackage ./common.nix ( # Note that the latest build may differ by platform dists = { x86_64-linux = { - inherit zuluVersion; - jdkVersion = "24.0.1"; + inherit zuluVersion jdkVersion; hash = if enableJavaFX then - "sha256-jbpWNE+X5GJABQERq126ediyzGRQE9NZy9oMW/sPUa0=" + "sha256-6ZCa348yFLoZ70iDjNkN17dl1IWe53HxKMGpMhFuEOE=" else - "sha256-EvaVfDoqdNNtaSz+467rlJ8VtdgNrQi/DT7ZMNZthlk="; + "sha256-seZl5oZmHJlAFsOR6mFAvX9CEY+WatKIeYbi7W8RO/U="; }; aarch64-linux = { - inherit zuluVersion; - jdkVersion = "24.0.1"; + inherit zuluVersion jdkVersion; hash = if enableJavaFX then - "sha256-N9VOweloyX/2bFPH3L+Iw7nTkbiE7LvDNnTNM1b8Ghc=" + "sha256-pVspe5R5INmEIJNiihDanOwleBklUp7Svj1NwzOe+ws=" else - "sha256-4R5K5XTgpR9kq9WWE3SgvqVTq8CFvyb943zAiSsq3k0="; + "sha256-hV19g22QKWngOvNGh4dCaTOzLke6VjdsPCGQiVlyij0="; }; x86_64-darwin = { - inherit zuluVersion; - jdkVersion = "24.0.1"; + inherit zuluVersion jdkVersion; hash = if enableJavaFX then - "sha256-c6Gwj8ol2YLfo4sMeCMGfYQvtDz7029L0Yj1dqVQvsw=" + "sha256-JXsx8GvjPEQO9ZN3p+CraSWeqc0KDIRBado+jz7l2ww=" else - "sha256-VhGOiZaspXeVVLEp0MJZXxj/+ovGgmy+gRb2BZ9OuhY="; + "sha256-UHY+Oy6g98bVk5BTfd/Mx3OT5He9SnWUR0L+LZso3Lo="; }; aarch64-darwin = { - inherit zuluVersion; - jdkVersion = "24.0.1"; + inherit zuluVersion jdkVersion; hash = if enableJavaFX then - "sha256-Sac+DxNyGqsiStpc/wZYd2K7rvPEjo901kOYERYi+Sw=" + "sha256-Z825S6qxHMm3kwHQnu15dihguDOrxlM1lca3wU8lCqk=" else - "sha256-pJsq2gKcTy44zbFbSAj6Kd5VZi095jKGkZqd8ceIz7E="; + "sha256-jDHoPG4NpNXVK35yNHe5JBkmaKNAixmmMEE0P9jcfnU="; }; }; } From 08b1863454fbdfb73d09d3af4ddadd331d940c43 Mon Sep 17 00:00:00 2001 From: viitorags Date: Fri, 30 May 2025 19:02:34 -0300 Subject: [PATCH 12/49] maintainers: Add viitorags Apply treefmt formatting and update entry per CI feedback. --- maintainers/maintainer-list.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 5c0ee2147cfe..1b19ae37c4b1 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -26636,6 +26636,11 @@ githubId = 5837359; name = "Adrian Pistol"; }; + viitorags = { + name = "Vitor Gabriel"; + github = "viitorags"; + githubId = 152658654; + }; vikanezrimaya = { email = "vika@fireburn.ru"; github = "vikanezrimaya"; From 2c8adb01de4777f376a4685ff8e8ba356519fc0b Mon Sep 17 00:00:00 2001 From: viitorags Date: Fri, 30 May 2025 17:38:48 -0300 Subject: [PATCH 13/49] pokemon-colorscripts: 0-unstable-2024-10-19 - Fix nixpkgs-vet issues (e.g., maintainers) - Apply review suggestions (SRI hash, version string, substituteInPlace, etc.) - Fix installPhase by using runHook - Update to a more recent commit --- .../po/pokemon-colorscripts/package.nix | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 pkgs/by-name/po/pokemon-colorscripts/package.nix diff --git a/pkgs/by-name/po/pokemon-colorscripts/package.nix b/pkgs/by-name/po/pokemon-colorscripts/package.nix new file mode 100644 index 000000000000..635734fdda2e --- /dev/null +++ b/pkgs/by-name/po/pokemon-colorscripts/package.nix @@ -0,0 +1,44 @@ +{ + stdenv, + fetchFromGitLab, + lib, + python3, +}: + +stdenv.mkDerivation { + pname = "pokemon-colorscripts"; + version = "0-unstable-2024-10-19"; + + src = fetchFromGitLab { + owner = "phoneybadger"; + repo = "pokemon-colorscripts"; + rev = "5802ff67520be2ff6117a0abc78a08501f6252ad"; + hash = "sha256-gKVmpHKt7S2XhSxLDzbIHTjJMoiIk69Fch202FZffqU="; + }; + + buildInputs = [ + python3 + ]; + + postPatch = '' + patchShebangs --build ./install.sh + substituteInPlace install.sh --replace-fail "/usr/local" "$out" + ''; + + installPhase = '' + runHook preInstall + + mkdir -p "$out/bin" + ./install.sh + + runHook postInstall + ''; + + meta = { + description = "Scripts for Pokémon color manipulation"; + homepage = "https://gitlab.com/phoneybadger/pokemon-colorscripts"; + license = lib.licenses.mit; + maintainers = [ lib.maintainers.viitorags ]; + mainProgram = "pokemon-colorscripts"; + }; +} From 58518ee251a0ff3eb853d872da0be1689d2ae112 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 6 Aug 2025 23:38:22 +0000 Subject: [PATCH 14/49] python3Packages.cohere: 5.15.0 -> 5.16.2 --- pkgs/development/python-modules/cohere/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/cohere/default.nix b/pkgs/development/python-modules/cohere/default.nix index afd0c794cf8c..bcc2fb709123 100644 --- a/pkgs/development/python-modules/cohere/default.nix +++ b/pkgs/development/python-modules/cohere/default.nix @@ -20,14 +20,14 @@ buildPythonPackage rec { pname = "cohere"; - version = "5.15.0"; + version = "5.16.2"; pyproject = true; src = fetchFromGitHub { owner = "cohere-ai"; repo = "cohere-python"; tag = version; - hash = "sha256-X/6eAST9du6GT3j0d1xZuYfzN5p7rYlgGIIqv7V6vik="; + hash = "sha256-/knKmNbvMC+efdY+0adM62W81e/pMhGCxLU0KwxUhOE="; }; build-system = [ poetry-core ]; From 1277ecfcaa8e6e2226d417781f443c8f6deaf55b Mon Sep 17 00:00:00 2001 From: Abiria Date: Fri, 8 Aug 2025 00:44:43 -0400 Subject: [PATCH 15/49] github-linguist: fix gem extension build warnings --- pkgs/by-name/gi/github-linguist/package.nix | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/gi/github-linguist/package.nix b/pkgs/by-name/gi/github-linguist/package.nix index d6f8864e943d..991c1f610dd6 100644 --- a/pkgs/by-name/gi/github-linguist/package.nix +++ b/pkgs/by-name/gi/github-linguist/package.nix @@ -3,7 +3,7 @@ fetchFromGitHub, buildRubyGem, bundlerEnv, - ruby, + ruby_3_4, }: let @@ -21,12 +21,20 @@ let gemfile = "${src}/Gemfile"; lockfile = ./Gemfile.lock; gemset = ./gemset.nix; + inherit ruby; }; + ruby = ruby_3_4; + in buildRubyGem rec { name = "${gemName}-${version}"; - inherit gemName version src; + inherit + gemName + version + src + ruby + ; doInstallCheck = true; dontBuild = false; From 85156e02f1efb5d189663ec5ab0ed30824abece7 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 8 Aug 2025 23:05:33 +0000 Subject: [PATCH 16/49] vscode-extensions.redhat.ansible: 25.7.2 -> 25.8.1 --- pkgs/applications/editors/vscode/extensions/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix index 25c542dd9985..5082fc53cfcc 100644 --- a/pkgs/applications/editors/vscode/extensions/default.nix +++ b/pkgs/applications/editors/vscode/extensions/default.nix @@ -3920,8 +3920,8 @@ let mktplcRef = { name = "ansible"; publisher = "redhat"; - version = "25.7.2"; - hash = "sha256-xQjoCkCLpvbHTSu0WqJO22Z1rzqB9p8dwiNTpI/K5V8="; + version = "25.8.1"; + hash = "sha256-TXXOuayVohQPp+yQAHbsZDr/UYtyHmUkaLU+lADpjDU="; }; meta = { description = "Ansible language support"; From 248ad4fd840ac1c9b273124624780021f440b5dd Mon Sep 17 00:00:00 2001 From: kronberger-droid Date: Sat, 9 Aug 2025 17:19:22 +0200 Subject: [PATCH 17/49] sway-audio-idle-inhibit: 0.1.2 -> 0.2.0 - Uses systemd/elogind Inhibit instead of wayland protocol - Remove wayland dependencies, add systemd dependency - Fixes issues with hidden surfaces not preventing idle --- pkgs/by-name/sw/sway-audio-idle-inhibit/package.nix | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/pkgs/by-name/sw/sway-audio-idle-inhibit/package.nix b/pkgs/by-name/sw/sway-audio-idle-inhibit/package.nix index e4ae54623fbc..f30cfb5f98c1 100644 --- a/pkgs/by-name/sw/sway-audio-idle-inhibit/package.nix +++ b/pkgs/by-name/sw/sway-audio-idle-inhibit/package.nix @@ -6,32 +6,28 @@ ninja, pkg-config, libpulseaudio, - wayland, - wayland-protocols, - wayland-scanner, + systemd, }: stdenv.mkDerivation (finalAttrs: { pname = "sway-audio-idle-inhibit"; - version = "0.1.2"; + version = "0.2.0"; src = fetchFromGitHub { owner = "ErikReider"; repo = "SwayAudioIdleInhibit"; rev = "v${finalAttrs.version}"; - hash = "sha256-6bdIkNosp/mzH5SiyK6Mox/z8kuFk5RLMmcFZ2VIi0g="; + hash = "sha256-AIK/2CPXWie72quzCcofZMQ7OVsggNm2Cq9PBJXKyhw="; }; nativeBuildInputs = [ meson ninja pkg-config - wayland-scanner ]; buildInputs = [ libpulseaudio - wayland - wayland-protocols + systemd ]; meta = with lib; { From 28041ac21b7b2bc03061326ee4f84f5fc60c3d1f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 9 Aug 2025 16:20:33 +0000 Subject: [PATCH 18/49] python3Packages.google-cloud-bigtable: 2.31.0 -> 2.32.0 --- .../python-modules/google-cloud-bigtable/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/google-cloud-bigtable/default.nix b/pkgs/development/python-modules/google-cloud-bigtable/default.nix index 95672aedc5ae..a0eb2c6b2826 100644 --- a/pkgs/development/python-modules/google-cloud-bigtable/default.nix +++ b/pkgs/development/python-modules/google-cloud-bigtable/default.nix @@ -25,13 +25,13 @@ buildPythonPackage rec { pname = "google-cloud-bigtable"; - version = "2.31.0"; + version = "2.32.0"; src = fetchFromGitHub { owner = "googleapis"; repo = "python-bigtable"; tag = "v${version}"; - hash = "sha256-ihS58yuLnxT9h4TilejP+WImzSZTWO7tOyjIRenmvpA="; + hash = "sha256-9yU0xNh5GuVbQuAmoFEHJBmHCVvFOOxEw+b/3B9O1OY="; }; pyproject = true; From e56b72e772f4587b990afcfae143b4c5b35402da Mon Sep 17 00:00:00 2001 From: Haylin Moore Date: Sat, 9 Aug 2025 13:17:21 -0700 Subject: [PATCH 19/49] python3Packages.pycayennelpp: init at 2.4.0 --- .../python-modules/pycayennelpp/default.nix | 35 +++++++++++++++++++ pkgs/top-level/python-packages.nix | 2 ++ 2 files changed, 37 insertions(+) create mode 100644 pkgs/development/python-modules/pycayennelpp/default.nix diff --git a/pkgs/development/python-modules/pycayennelpp/default.nix b/pkgs/development/python-modules/pycayennelpp/default.nix new file mode 100644 index 000000000000..70cc78370db0 --- /dev/null +++ b/pkgs/development/python-modules/pycayennelpp/default.nix @@ -0,0 +1,35 @@ +{ + lib, + python3Packages, + fetchPypi, +}: + +python3Packages.buildPythonPackage rec { + pname = "pycayennelpp"; + version = "2.4.0"; + format = "setuptools"; + + src = fetchPypi { + inherit pname version; + sha256 = "1cc6lz28aa57gs74767xyd3i370lwx046yb5a1nfch6fk3kf7xdx"; + }; + + nativeBuildInputs = with python3Packages; [ + setuptools + ]; + + # Patch setup.py to remove pytest-runner + postPatch = '' + substituteInPlace setup.py \ + --replace '"pytest-runner"' "" + ''; + + doCheck = false; + + meta = with lib; { + description = "Python library for Cayenne Low Power Payload"; + homepage = "https://github.com/smlng/pycayennelpp"; + license = licenses.mit; + maintainers = [ lib.maintainers.haylin ]; + }; +} diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 4870605e1404..64569a53cdf5 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -12499,6 +12499,8 @@ self: super: with self; { pycategories = callPackage ../development/python-modules/pycategories { }; + pycayennelpp = callPackage ../development/python-modules/pycayennelpp { }; + pycddl = callPackage ../development/python-modules/pycddl { }; pycdio = callPackage ../development/python-modules/pycdio { }; From 7d8d5f2b60f608d72276f1d2bc7173b9c5f8e045 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 10 Aug 2025 04:32:28 +0000 Subject: [PATCH 20/49] grafanaPlugins.grafana-lokiexplore-app: 1.0.23 -> 1.0.25 --- .../grafana/plugins/grafana-lokiexplore-app/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/monitoring/grafana/plugins/grafana-lokiexplore-app/default.nix b/pkgs/servers/monitoring/grafana/plugins/grafana-lokiexplore-app/default.nix index d37ef9168ddc..e574a43f8380 100644 --- a/pkgs/servers/monitoring/grafana/plugins/grafana-lokiexplore-app/default.nix +++ b/pkgs/servers/monitoring/grafana/plugins/grafana-lokiexplore-app/default.nix @@ -2,8 +2,8 @@ grafanaPlugin { pname = "grafana-lokiexplore-app"; - version = "1.0.23"; - zipHash = "sha256-N2YIZXqHR7/f2W3FI1Jhjf940Mq5xs0zuXCgrYPa3Fo="; + version = "1.0.25"; + zipHash = "sha256-aSwuzg3Y4/swz+AAf4dAH15Vr1sr7vxRyBIeCWpOnrU="; meta = with lib; { description = "Browse Loki logs without the need for writing complex queries"; license = licenses.agpl3Only; From ec9f54559fc9d2022bd7c0543201460c21e9ecb5 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 10 Aug 2025 05:18:22 +0000 Subject: [PATCH 21/49] grafanaPlugins.grafadruid-druid-datasource: 1.4.1 -> 1.7.0 --- .../grafana/plugins/grafadruid-druid-datasource/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/monitoring/grafana/plugins/grafadruid-druid-datasource/default.nix b/pkgs/servers/monitoring/grafana/plugins/grafadruid-druid-datasource/default.nix index 8abcd59560a4..dbd870d414e1 100644 --- a/pkgs/servers/monitoring/grafana/plugins/grafadruid-druid-datasource/default.nix +++ b/pkgs/servers/monitoring/grafana/plugins/grafadruid-druid-datasource/default.nix @@ -2,8 +2,8 @@ grafanaPlugin { pname = "grafadruid-druid-datasource"; - version = "1.4.1"; - zipHash = "sha256-7atxqRqKqop6ABQ+ead6wR/YRpJaV8j/Ri4VB9FXMu8="; + version = "1.7.0"; + zipHash = "sha256-aVAIk5x+zKdq5SYjsl5LekZ96LW7g/ykaq/lPUNUi7k="; meta = with lib; { description = "Connects Grafana to Druid"; license = licenses.asl20; From 40a5b67c0d3784d68de398dade54724828e7e9b5 Mon Sep 17 00:00:00 2001 From: Gavin Kondrath <78187175+gavink97@users.noreply.github.com> Date: Sun, 10 Aug 2025 20:02:24 +1000 Subject: [PATCH 22/49] maintainers: add gavink97 --- maintainers/maintainer-list.nix | 1411 ++++++++++++++++--------------- 1 file changed, 709 insertions(+), 702 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 9e23d7401e46..90a26905a9e0 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -1,67 +1,67 @@ /* - List of NixOS maintainers. - ```nix - handle = { - # Required - name = "Your name"; +List of NixOS maintainers. + ```nix + handle = { + # Required + name = "Your name"; - # Optional, but at least one of email, matrix or githubId must be given - email = "address@example.org"; - matrix = "@user:example.org"; - github = "GithubUsername"; - githubId = your-github-id; + # Optional, but at least one of email, matrix or githubId must be given + email = "address@example.org"; + matrix = "@user:example.org"; + github = "GithubUsername"; + githubId = your-github-id; - keys = [{ - fingerprint = "AAAA BBBB CCCC DDDD EEEE FFFF 0000 1111 2222 3333"; - }]; - }; - ``` + keys = [{ + fingerprint = "AAAA BBBB CCCC DDDD EEEE FFFF 0000 1111 2222 3333"; + }]; + }; + ``` - where + where - - `handle` is the handle you are going to use in nixpkgs expressions, - - `name` is a name that people would know and recognize you by, - - `email` is your maintainer email address, - - `matrix` is your Matrix user ID, - - `github` is your GitHub handle (as it appears in the URL of your profile page, `https://github.com/`), - - `githubId` is your GitHub user ID, which can be found at `https://api.github.com/users/`, - - `keys` is a list of your PGP/GPG key fingerprints. + - `handle` is the handle you are going to use in nixpkgs expressions, + - `name` is a name that people would know and recognize you by, + - `email` is your maintainer email address, + - `matrix` is your Matrix user ID, + - `github` is your GitHub handle (as it appears in the URL of your profile page, `https://github.com/`), + - `githubId` is your GitHub user ID, which can be found at `https://api.github.com/users/`, + - `keys` is a list of your PGP/GPG key fingerprints. - Specifying a GitHub account ensures that you automatically: - - get invited to the @NixOS/nixpkgs-maintainers team ; - - once you are part of the @NixOS org, OfBorg will request you review - pull requests that modify a package for which you are a maintainer. + Specifying a GitHub account ensures that you automatically: + - get invited to the @NixOS/nixpkgs-maintainers team ; + - once you are part of the @NixOS org, OfBorg will request you review + pull requests that modify a package for which you are a maintainer. - `handle == github` is strongly preferred whenever `github` is an acceptable attribute name and is short and convenient. + `handle == github` is strongly preferred whenever `github` is an acceptable attribute name and is short and convenient. - If `github` begins with a numeral, `handle` should be prefixed with an underscore. - ```nix - _1example = { - github = "1example"; - }; - ``` + If `github` begins with a numeral, `handle` should be prefixed with an underscore. + ```nix + _1example = { + github = "1example"; + }; + ``` - Add PGP/GPG keys only if you actually use them to sign commits and/or mail. + Add PGP/GPG keys only if you actually use them to sign commits and/or mail. - To get the required PGP/GPG values for a key run - ```shell - gpg --fingerprint | head -n 2 - ``` + To get the required PGP/GPG values for a key run + ```shell + gpg --fingerprint | head -n 2 + ``` - !!! Note that PGP/GPG values stored here are for informational purposes only, don't use this file as a source of truth. + !!! Note that PGP/GPG values stored here are for informational purposes only, don't use this file as a source of truth. - More fields may be added in the future, however, in order to comply with GDPR this file should stay as minimal as possible. + More fields may be added in the future, however, in order to comply with GDPR this file should stay as minimal as possible. - When editing this file: - * keep the list alphabetically sorted - * test the validity of the format with: - nix-build lib/tests/maintainers.nix + When editing this file: + * keep the list alphabetically sorted + * test the validity of the format with: + nix-build lib/tests/maintainers.nix - See `./scripts/check-maintainer-github-handles.sh` for an example on how to work with this data. + See `./scripts/check-maintainer-github-handles.sh` for an example on how to work with this data. - When adding a new maintainer, be aware of the current commit conventions - documented at [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#commit-conventions) - file located in the root of the Nixpkgs repo. + When adding a new maintainer, be aware of the current commit conventions + documented at [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#commit-conventions) + file located in the root of the Nixpkgs repo. */ { # keep-sorted start case=no numeric=no block=yes @@ -107,7 +107,7 @@ name = "Joachim Ernst"; github = "0x4A6F"; githubId = 9675338; - keys = [ { fingerprint = "F466 A548 AD3F C1F1 8C88 4576 8702 7528 B006 D66D"; } ]; + keys = [{fingerprint = "F466 A548 AD3F C1F1 8C88 4576 8702 7528 B006 D66D";}]; }; _0x5a4 = { email = "bej86nug@hhu.de"; @@ -126,7 +126,7 @@ name = "Bela Stoyan"; github = "0xbe7a"; githubId = 6232980; - keys = [ { fingerprint = "2536 9E86 1AA5 9EB7 4C47 B138 6510 870A 77F4 9A99"; } ]; + keys = [{fingerprint = "2536 9E86 1AA5 9EB7 4C47 B138 6510 870A 77F4 9A99";}]; }; _0xC45 = { email = "jason@0xc45.com"; @@ -247,7 +247,7 @@ github = "4r7if3x"; githubId = 8606282; name = "4r7if3x"; - keys = [ { fingerprint = "013C ED4B E769 745A CFC3 0F3C F23C 2613 2266 7A12"; } ]; + keys = [{fingerprint = "013C ED4B E769 745A CFC3 0F3C F23C 2613 2266 7A12";}]; }; _6543 = { email = "6543@obermui.de"; @@ -255,7 +255,7 @@ github = "6543"; githubId = 24977596; name = "6543"; - keys = [ { fingerprint = "8722 B61D 7234 1082 553B 201C B8BE 6D61 0E61 C862"; } ]; + keys = [{fingerprint = "8722 B61D 7234 1082 553B 201C B8BE 6D61 0E61 C862";}]; }; _6AA4FD = { email = "f6442954@gmail.com"; @@ -298,7 +298,7 @@ github = "999eagle"; githubId = 1221984; name = "Sophie Tauchert"; - keys = [ { fingerprint = "7B59 F09E 0FE5 BC34 F032 1FB4 5270 1DE5 F5F5 1125"; } ]; + keys = [{fingerprint = "7B59 F09E 0FE5 BC34 F032 1FB4 5270 1DE5 F5F5 1125";}]; }; _9glenda = { email = "plan9git@proton.me"; @@ -306,7 +306,7 @@ github = "9glenda"; githubId = 69043370; name = "9glenda"; - keys = [ { fingerprint = "DBF4 E6D0 90B8 BEA4 4BFE 1F1C 3442 4321 39B5 0691"; } ]; + keys = [{fingerprint = "DBF4 E6D0 90B8 BEA4 4BFE 1F1C 3442 4321 39B5 0691";}]; }; _9R = { email = "nix@9-r.net"; @@ -430,7 +430,7 @@ github = "wahjava"; githubId = 2255192; name = "Ashish SHUKLA"; - keys = [ { fingerprint = "F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0"; } ]; + keys = [{fingerprint = "F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0";}]; }; abbradar = { email = "ab@fmap.me"; @@ -558,14 +558,14 @@ email = "zestypurple@protonmail.com"; github = "acuteaangle"; githubId = 79724236; - keys = [ { fingerprint = "46C0 9BA8 A20E 5C50 1E1E 0597 0B6D 17F7 2BC4 7F61"; } ]; + keys = [{fingerprint = "46C0 9BA8 A20E 5C50 1E1E 0597 0B6D 17F7 2BC4 7F61";}]; }; acuteenvy = { matrix = "@acuteenvy:matrix.org"; github = "acuteenvy"; githubId = 126529524; name = "Lena"; - keys = [ { fingerprint = "CE85 54F7 B9BC AC0D D648 5661 AB5F C04C 3C94 443F"; } ]; + keys = [{fingerprint = "CE85 54F7 B9BC AC0D D648 5661 AB5F C04C 3C94 443F";}]; }; adam248 = { email = "adamjbutler091@gmail.com"; @@ -592,8 +592,8 @@ github = "adamperkowski"; githubId = 75480869; keys = [ - { fingerprint = "00F6 1623 FB56 BC5B B709 4E63 4CE6 C117 2DF6 BE79"; } - { fingerprint = "5A53 0832 DA91 20B0 CA57 DDB6 7CBD B58E CF1D 3478"; } + {fingerprint = "00F6 1623 FB56 BC5B B709 4E63 4CE6 C117 2DF6 BE79";} + {fingerprint = "5A53 0832 DA91 20B0 CA57 DDB6 7CBD B58E CF1D 3478";} ]; }; adamt = { @@ -702,14 +702,14 @@ github = "adtya"; githubId = 22346805; name = "Adithya Nair"; - keys = [ { fingerprint = "51E4 F5AB 1B82 BE45 B422 9CC2 43A5 E25A A5A2 7849"; } ]; + keys = [{fingerprint = "51E4 F5AB 1B82 BE45 B422 9CC2 43A5 E25A A5A2 7849";}]; }; aduh95 = { email = "duhamelantoine1995@gmail.com"; github = "aduh95"; githubId = 14309773; name = "Antoine du Hamel"; - keys = [ { fingerprint = "5BE8 A3F6 C8A5 C01D 106C 0AD8 20B1 A390 B168 D356"; } ]; + keys = [{fingerprint = "5BE8 A3F6 C8A5 C01D 106C 0AD8 20B1 A390 B168 D356";}]; }; aerialx = { email = "aaron+nixos@aaronlindsay.com"; @@ -844,7 +844,7 @@ matrix = "@aikoo7:matrix.org"; github = "aikooo7"; githubId = 79667753; - keys = [ { fingerprint = "B0D7 2955 235F 6AB5 ACFA 1619 8C7F F5BB 1ADE F191"; } ]; + keys = [{fingerprint = "B0D7 2955 235F 6AB5 ACFA 1619 8C7F F5BB 1ADE F191";}]; }; ailsa-sun = { name = "Ailsa Sun"; @@ -971,7 +971,7 @@ email = "alessandro.barenghi@tuta.io"; github = "akkesm"; githubId = 56970006; - keys = [ { fingerprint = "50E2 669C AB38 2F4A 5F72 1667 0D6B FC01 D45E DADD"; } ]; + keys = [{fingerprint = "50E2 669C AB38 2F4A 5F72 1667 0D6B FC01 D45E DADD";}]; }; akotro = { name = "Antonis Kotronakis"; @@ -1019,7 +1019,7 @@ github = "al3xtjames"; githubId = 5672538; name = "Alex James"; - keys = [ { fingerprint = "F354 FFAB EA89 A49D 33ED 2590 4729 B829 AC5F CC72"; } ]; + keys = [{fingerprint = "F354 FFAB EA89 A49D 33ED 2590 4729 B829 AC5F CC72";}]; }; ALameLlama = { email = "NicholasACiechanowski@gmail.com"; @@ -1192,7 +1192,7 @@ email = "ashpilkin@gmail.com"; github = "alexshpilkin"; githubId = 1010468; - keys = [ { fingerprint = "B595 D74D 6615 C010 469F 5A13 73E9 AA11 4B3A 894B"; } ]; + keys = [{fingerprint = "B595 D74D 6615 C010 469F 5A13 73E9 AA11 4B3A 894B";}]; matrix = "@alexshpilkin:matrix.org"; name = "Alexander Shpilkin"; }; @@ -1298,7 +1298,7 @@ matrix = "@aloisw:kde.org"; github = "alois31"; githubId = 36605164; - keys = [ { fingerprint = "CA97 A822 FF24 25D4 74AF 3E4B E0F5 9EA5 E521 6914"; } ]; + keys = [{fingerprint = "CA97 A822 FF24 25D4 74AF 3E4B E0F5 9EA5 E521 6914";}]; }; Alper-Celik = { email = "alper@alper-celik.dev"; @@ -1306,8 +1306,8 @@ github = "Alper-Celik"; githubId = 110625473; keys = [ - { fingerprint = "6B69 19DD CEE0 FAF3 5C9F 2984 FA90 C0AB 738A B873"; } - { fingerprint = "DF68 C500 4024 23CC F9C5 E6CA 3D17 C832 4696 FE70"; } + {fingerprint = "6B69 19DD CEE0 FAF3 5C9F 2984 FA90 C0AB 738A B873";} + {fingerprint = "DF68 C500 4024 23CC F9C5 E6CA 3D17 C832 4696 FE70";} ]; }; alternateved = { @@ -1425,7 +1425,7 @@ email = "matilde@diffyq.xyz"; github = "matilde-ametrine"; githubId = 90799677; - keys = [ { fingerprint = "7931 EB4E 4712 D7BE 04F8 6D34 07EE 1FFC A58A 11C5"; } ]; + keys = [{fingerprint = "7931 EB4E 4712 D7BE 04F8 6D34 07EE 1FFC A58A 11C5";}]; }; amfl = { email = "amfl@none.none"; @@ -1467,7 +1467,7 @@ github = "amyipdev"; githubId = 46307646; name = "Amy Parker"; - keys = [ { fingerprint = "7786 034B D521 49F5 1B0A 2A14 B112 2F04 E962 DDC5"; } ]; + keys = [{fingerprint = "7786 034B D521 49F5 1B0A 2A14 B112 2F04 E962 DDC5";}]; }; amz-x = { email = "mail@amz-x.com"; @@ -1486,7 +1486,7 @@ github = "0x61nas"; githubId = 44965145; name = "Anas Elgarhy"; - keys = [ { fingerprint = "E10B D192 9231 08C7 3C35 7EC3 83E0 3DC6 F383 4086"; } ]; + keys = [{fingerprint = "E10B D192 9231 08C7 3C35 7EC3 83E0 3DC6 F383 4086";}]; }; andehen = { email = "git@andehen.net"; @@ -1664,14 +1664,14 @@ matrix = "@angryant:envs.net"; github = "AngryAnt"; githubId = 102513; - keys = [ { fingerprint = "B7B7 582E 564E 789B FCB8 71AB 0C6D FE2F B234 534A"; } ]; + keys = [{fingerprint = "B7B7 582E 564E 789B FCB8 71AB 0C6D FE2F B234 534A";}]; }; anhdle14 = { name = "Le Anh Duc"; email = "anhdle14@icloud.com"; github = "anhdle14"; githubId = 9645992; - keys = [ { fingerprint = "AA4B 8EC3 F971 D350 482E 4E20 0299 AFF9 ECBB 5169"; } ]; + keys = [{fingerprint = "AA4B 8EC3 F971 D350 482E 4E20 0299 AFF9 ECBB 5169";}]; }; anhduy = { email = "vo@anhduy.io"; @@ -1684,7 +1684,7 @@ email = "i@anillc.cn"; github = "Anillc"; githubId = 23411248; - keys = [ { fingerprint = "6141 1E4F FE10 CE7B 2E14 CD76 0BE8 A88F 47B2 145C"; } ]; + keys = [{fingerprint = "6141 1E4F FE10 CE7B 2E14 CD76 0BE8 A88F 47B2 145C";}]; }; anirrudh = { email = "anik597@gmail.com"; @@ -1742,9 +1742,9 @@ matrix = "@anpin:matrix.org"; name = "Pavel Anpin"; keys = [ - { fingerprint = "06E8 4FF6 0CCF 7AFD 5101 76C9 0FBC D3EE 6310 7407"; } + {fingerprint = "06E8 4FF6 0CCF 7AFD 5101 76C9 0FBC D3EE 6310 7407";} # compare with https://keybase.io/anpin/pgp_keys.asc - { fingerprint = "DADF F3EA 06DC 8C1B 100A 24DB 312E 8F17 91C5 DA8C"; } + {fingerprint = "DADF F3EA 06DC 8C1B 100A 24DB 312E 8F17 91C5 DA8C";} ]; }; anpryl = { @@ -1759,7 +1759,7 @@ githubId = 48802534; name = "Anselm Schüler"; matrix = "@schuelermine:matrix.org"; - keys = [ { fingerprint = "CDBF ECA8 36FE E340 1CEB 58FF BA34 EE1A BA3A 0955"; } ]; + keys = [{fingerprint = "CDBF ECA8 36FE E340 1CEB 58FF BA34 EE1A BA3A 0955";}]; }; # currently on hiatus, please do not ping until this notice is removed (or if it’s been like two years) anthonyroussel = { email = "anthony@roussel.dev"; @@ -1767,7 +1767,7 @@ githubId = 220084; name = "Anthony Roussel"; matrix = "@anthonyrsl:matrix.org"; - keys = [ { fingerprint = "472D 368A F107 F443 F3A5 C712 9DC4 987B 1A55 E75E"; } ]; + keys = [{fingerprint = "472D 368A F107 F443 F3A5 C712 9DC4 987B 1A55 E75E";}]; }; antipatico = { email = "code@bootkit.dev"; @@ -1803,7 +1803,7 @@ github = "antonmosich"; githubId = 27223336; name = "Anton Mosich"; - keys = [ { fingerprint = "F401 287C 324F 0A1C B321 657B 9B96 97B8 FB18 7D14"; } ]; + keys = [{fingerprint = "F401 287C 324F 0A1C B321 657B 9B96 97B8 FB18 7D14";}]; }; antono = { email = "self@antono.info"; @@ -1871,7 +1871,7 @@ github = "aplund"; githubId = 1369436; name = "Austin Lund"; - keys = [ { fingerprint = "7083 E268 4BFD 845F 2B84 9E74 B695 8918 ED23 32CE"; } ]; + keys = [{fingerprint = "7083 E268 4BFD 845F 2B84 9E74 B695 8918 ED23 32CE";}]; }; appleboblin = { email = "github@appleboblin.com"; @@ -1885,8 +1885,8 @@ githubId = 2477952; name = "Kalle Fagerberg"; keys = [ - { fingerprint = "F68E 6DB3 79FB 1FF0 7C72 6479 9874 DEDD 3592 5ED0"; } - { fingerprint = "8DDB 3994 0A34 4FE5 4F3B 3E77 F161 001D EE78 1051"; } + {fingerprint = "F68E 6DB3 79FB 1FF0 7C72 6479 9874 DEDD 3592 5ED0";} + {fingerprint = "8DDB 3994 0A34 4FE5 4F3B 3E77 F161 001D EE78 1051";} ]; }; applePrincess = { @@ -1894,7 +1894,7 @@ github = "applePrincess"; githubId = 17154507; name = "Lein Matsumaru"; - keys = [ { fingerprint = "BF8B F725 DA30 E53E 7F11 4ED8 AAA5 0652 F047 9205"; } ]; + keys = [{fingerprint = "BF8B F725 DA30 E53E 7F11 4ED8 AAA5 0652 F047 9205";}]; }; appsforartists = { github = "appsforartists"; @@ -2118,7 +2118,7 @@ github = "artemist"; githubId = 1226638; name = "Artemis Tosini"; - keys = [ { fingerprint = "3D2B B230 F9FA F0C5 1832 46DD 4FDC 96F1 61E7 BA8A"; } ]; + keys = [{fingerprint = "3D2B B230 F9FA F0C5 1832 46DD 4FDC 96F1 61E7 BA8A";}]; }; arthsmn = { name = "Arthur Cerqueira"; @@ -2215,14 +2215,14 @@ email = "software@conlon.dev"; github = "a1994sc"; githubId = 1966320; - keys = [ { fingerprint = "E1F3 9B80 47A5 1EB9 01F8 C385 7FE3 F668 49737 F37"; } ]; + keys = [{fingerprint = "E1F3 9B80 47A5 1EB9 01F8 C385 7FE3 F668 49737 F37";}]; }; asciimoth = { name = "Andrew"; email = "ascii@moth.contact"; github = "asciimoth"; githubId = 91414737; - keys = [ { fingerprint = "C5C8 4658 CCFD 7E8E 71DE E933 AF3A E54F C3A3 5C9F"; } ]; + keys = [{fingerprint = "C5C8 4658 CCFD 7E8E 71DE E933 AF3A E54F C3A3 5C9F";}]; }; ashalkhakov = { email = "artyom.shalkhakov@gmail.com"; @@ -2266,7 +2266,7 @@ github = "ashuramaruzxc"; githubId = 72100551; name = "Mariia Holovata"; - keys = [ { fingerprint = "409D 201E 9450 8732 A49E D0FC 6BDA F874 0068 08DF"; } ]; + keys = [{fingerprint = "409D 201E 9450 8732 A49E D0FC 6BDA F874 0068 08DF";}]; }; asininemonkey = { email = "nixpkgs@asininemonkey.com"; @@ -2297,7 +2297,7 @@ github = "AsPulse"; githubId = 84216737; name = "AsPulse / あすぱる"; - keys = [ { fingerprint = "C919 E69E A7C0 E147 9E0F C26E 1EDA D0C6 70BD 062D"; } ]; + keys = [{fingerprint = "C919 E69E A7C0 E147 9E0F C26E 1EDA D0C6 70BD 062D";}]; }; assistant = { email = "assistant.moetron@gmail.com"; @@ -2330,7 +2330,7 @@ github = "astrobeastie"; githubId = 26362368; name = "Vincent Fischer"; - keys = [ { fingerprint = "BF47 81E1 F304 1ADF 18CE C401 DE16 C7D1 536D A72F"; } ]; + keys = [{fingerprint = "BF47 81E1 F304 1ADF 18CE C401 DE16 C7D1 536D A72F";}]; }; astronaut0212 = { email = "goatastronaut0212@outlook.com"; @@ -2350,7 +2350,7 @@ github = "aszlig"; githubId = 192147; name = "aszlig"; - keys = [ { fingerprint = "DD52 6BC7 767D BA28 16C0 95E5 6840 89CE 67EB B691"; } ]; + keys = [{fingerprint = "DD52 6BC7 767D BA28 16C0 95E5 6840 89CE 67EB B691";}]; }; atagen = { name = "atagen"; @@ -2375,7 +2375,7 @@ github = "AtaraxiaSjel"; githubId = 5314145; name = "Dmitriy"; - keys = [ { fingerprint = "922D A6E7 58A0 FE4C FAB4 E4B2 FD26 6B81 0DF4 8DF2"; } ]; + keys = [{fingerprint = "922D A6E7 58A0 FE4C FAB4 E4B2 FD26 6B81 0DF4 8DF2";}]; }; atemu = { name = "Atemu"; @@ -2417,7 +2417,7 @@ email = "m.abdolirad@gmail.com"; github = "atkrad"; githubId = 351364; - keys = [ { fingerprint = "0380 F2F8 DF7A BA1A E7DB D84A 1935 1496 62CA FDB8"; } ]; + keys = [{fingerprint = "0380 F2F8 DF7A BA1A E7DB D84A 1935 1496 62CA FDB8";}]; }; atnnn = { email = "etienne@atnnn.com"; @@ -2436,7 +2436,7 @@ email = "attila@dorn.haus"; github = "attilaolah"; githubId = 196617; - keys = [ { fingerprint = "BF2E 4759 74D3 88E0 E30C 9604 07E6 C064 3FD1 42C3"; } ]; + keys = [{fingerprint = "BF2E 4759 74D3 88E0 E30C 9604 07E6 C064 3FD1 42C3";}]; }; auchter = { name = "Michael Auchter"; @@ -2497,7 +2497,7 @@ email = "sven@autumnal.de"; github = "sevenautumns"; githubId = 20627275; - keys = [ { fingerprint = "6A2E 7FDD 1037 11A8 B996 E28E B051 064E 2FCA B71B"; } ]; + keys = [{fingerprint = "6A2E 7FDD 1037 11A8 B996 E28E B051 064E 2FCA B71B";}]; }; av-gal = { email = "alex.v.galvin@gmail.com"; @@ -2552,14 +2552,14 @@ email = "alex@averyan.ru"; github = "averyanalex"; githubId = 59499799; - keys = [ { fingerprint = "A0FF 4F26 6B80 0B86 726D EA5B 3C23 C7BD 9945 2036"; } ]; + keys = [{fingerprint = "A0FF 4F26 6B80 0B86 726D EA5B 3C23 C7BD 9945 2036";}]; }; averyvigolo = { email = "nixpkgs@averyv.me"; github = "averyvigolo"; githubId = 26379999; name = "Avery Vigolo"; - keys = [ { fingerprint = "9848 B216 BCBE 29BB 1C6A E0D5 7A4D F5A8 CDBD 49C7"; } ]; + keys = [{fingerprint = "9848 B216 BCBE 29BB 1C6A E0D5 7A4D F5A8 CDBD 49C7";}]; }; avh4 = { email = "gruen0aermel@gmail.com"; @@ -2572,14 +2572,14 @@ github = "aviallon"; githubId = 7479436; name = "Antoine Viallon"; - keys = [ { fingerprint = "4AC4 A28D 7208 FC6F 2B51 5EA9 D126 B13A B555 E16F"; } ]; + keys = [{fingerprint = "4AC4 A28D 7208 FC6F 2B51 5EA9 D126 B13A B555 E16F";}]; }; avitex = { email = "theavitex@gmail.com"; github = "avitex"; githubId = 5110816; name = "avitex"; - keys = [ { fingerprint = "271E 136C 178E 06FA EA4E B854 8B36 6C44 3CAB E942"; } ]; + keys = [{fingerprint = "271E 136C 178E 06FA EA4E B854 8B36 6C44 3CAB E942";}]; }; avnik = { email = "avn@avnik.info"; @@ -2646,7 +2646,7 @@ matrix = "@azahi:azahi.cc"; github = "azahi"; githubId = 22211000; - keys = [ { fingerprint = "2688 0377 C31D 9E81 9BDF 83A8 C8C6 BDDB 3847 F72B"; } ]; + keys = [{fingerprint = "2688 0377 C31D 9E81 9BDF 83A8 C8C6 BDDB 3847 F72B";}]; }; azazak123 = { email = "azazaka2002@gmail.com"; @@ -2689,14 +2689,14 @@ github = "B4dM4n"; githubId = 448169; name = "Fabian Möller"; - keys = [ { fingerprint = "6309 E212 29D4 DA30 AF24 BDED 754B 5C09 63C4 2C50"; } ]; + keys = [{fingerprint = "6309 E212 29D4 DA30 AF24 BDED 754B 5C09 63C4 2C50";}]; }; babbaj = { name = "babbaj"; email = "babbaj45@gmail.com"; github = "babbaj"; githubId = 12820770; - keys = [ { fingerprint = "6FBC A462 4EAF C69C A7C4 98C1 F044 3098 48A0 7CAC"; } ]; + keys = [{fingerprint = "6FBC A462 4EAF C69C A7C4 98C1 F044 3098 48A0 7CAC";}]; }; babeuh = { name = "Raphael Le Goaller"; @@ -2723,7 +2723,7 @@ matrix = "@badele:matrix.org"; github = "badele"; githubId = 2806307; - keys = [ { fingerprint = "00F4 21C4 C537 7BA3 9820 E13F 6B95 E13D E469 CC5D"; } ]; + keys = [{fingerprint = "00F4 21C4 C537 7BA3 9820 E13F 6B95 E13D E469 CC5D";}]; }; badmutex = { email = "github@badi.sh"; @@ -2850,7 +2850,7 @@ github = "wandersoncferreira"; githubId = 17708295; name = "Wanderson Ferreira"; - keys = [ { fingerprint = "A3E1 C409 B705 50B3 BF41 492B 5684 0A61 4DBE 37AE"; } ]; + keys = [{fingerprint = "A3E1 C409 B705 50B3 BF41 492B 5684 0A61 4DBE 37AE";}]; }; bashsu = { name = "Joeal Subash"; @@ -2864,14 +2864,14 @@ matrix = "@bastaynav:matrix.org"; github = "bastaynav"; githubId = 6987136; - keys = [ { fingerprint = "2C6D 37D4 6AA1 DCDA BE8D F346 43E2 CF4C 01B9 4940"; } ]; + keys = [{fingerprint = "2C6D 37D4 6AA1 DCDA BE8D F346 43E2 CF4C 01B9 4940";}]; }; BastianAsmussen = { name = "Bastian Asmussen"; email = "bastian@asmussen.tech"; github = "BastianAsmussen"; githubId = 76102128; - keys = [ { fingerprint = "3B11 7469 0893 85E7 16C2 7CD9 0FE5 A355 DBC9 2568"; } ]; + keys = [{fingerprint = "3B11 7469 0893 85E7 16C2 7CD9 0FE5 A355 DBC9 2568";}]; }; basvandijk = { email = "v.dijk.bas@gmail.com"; @@ -2903,7 +2903,7 @@ matrix = "@baukexyz:matrix.org"; github = "Bauke"; githubId = 19501722; - keys = [ { fingerprint = "C593 27B5 9D0F 2622 23F6 1D03 C1C0 F299 52BC F558"; } ]; + keys = [{fingerprint = "C593 27B5 9D0F 2622 23F6 1D03 C1C0 F299 52BC F558";}]; }; bb2020 = { github = "bb2020"; @@ -3032,21 +3032,21 @@ email = "blcknc@pm.me"; github = "bellackn"; githubId = 32039602; - keys = [ { fingerprint = "2B46 58FF 887A 8366 F88B BE92 CF83 0BB3 B973 9A6A"; } ]; + keys = [{fingerprint = "2B46 58FF 887A 8366 F88B BE92 CF83 0BB3 B973 9A6A";}]; }; ben9986 = { name = "Ben Carmichael"; email = "ben9986.unvmn@passinbox.com"; github = "Ben9986"; githubId = 38633150; - keys = [ { fingerprint = "03C7 A587 74B3 F0E8 CE1F 4F8E ABBC DD77 69BC D3B0"; } ]; + keys = [{fingerprint = "03C7 A587 74B3 F0E8 CE1F 4F8E ABBC DD77 69BC D3B0";}]; }; benaryorg = { name = "benaryorg"; email = "binary@benary.org"; github = "benaryorg"; githubId = 6145260; - keys = [ { fingerprint = "804B 6CB8 AED5 61D9 3DAD 4DC5 E2F2 2C5E DF20 119D"; } ]; + keys = [{fingerprint = "804B 6CB8 AED5 61D9 3DAD 4DC5 E2F2 2C5E DF20 119D";}]; }; benchand = { name = "Ben Chand"; @@ -3066,14 +3066,14 @@ email = "b.broich@posteo.de"; github = "BenediktBroich"; githubId = 32903896; - keys = [ { fingerprint = "CB5C 7B3C 3E6F 2A59 A583 A90A 8A60 0376 7BE9 5976"; } ]; + keys = [{fingerprint = "CB5C 7B3C 3E6F 2A59 A583 A90A 8A60 0376 7BE9 5976";}]; }; benesim = { name = "Benjamin Isbarn"; email = "benjamin.isbarn@gmail.com"; github = "BeneSim"; githubId = 29384538; - keys = [ { fingerprint = "D35E C9CE E631 638F F1D8 B401 6F0E 410D C3EE D02"; } ]; + keys = [{fingerprint = "D35E C9CE E631 638F F1D8 B401 6F0E 410D C3EE D02";}]; }; bengsparks = { email = "benjamin.sparks@protonmail.com"; @@ -3098,7 +3098,7 @@ email = "benjaminedwardwebb@gmail.com"; github = "benjaminedwardwebb"; githubId = 7118777; - keys = [ { fingerprint = "E9A3 7864 2165 28CE 507C CA82 72EA BF75 C331 CD25"; } ]; + keys = [{fingerprint = "E9A3 7864 2165 28CE 507C CA82 72EA BF75 C331 CD25";}]; }; benkuhn = { email = "ben@ben-kuhn.com"; @@ -3111,7 +3111,7 @@ github = "benlemasurier"; githubId = 47993; name = "Ben LeMasurier"; - keys = [ { fingerprint = "0FD4 7407 EFD4 8FD8 8BF5 87B3 248D 430A E8E7 4189"; } ]; + keys = [{fingerprint = "0FD4 7407 EFD4 8FD8 8BF5 87B3 248D 430A E8E7 4189";}]; }; benley = { email = "benley@gmail.com"; @@ -3161,7 +3161,7 @@ email = "nicolas@normie.dev"; github = "berbiche"; githubId = 20448408; - keys = [ { fingerprint = "D446 E58D 87A0 31C7 EC15 88D7 B461 2924 45C6 E696"; } ]; + keys = [{fingerprint = "D446 E58D 87A0 31C7 EC15 88D7 B461 2924 45C6 E696";}]; }; berce = { email = "bert.moens@gmail.com"; @@ -3192,7 +3192,7 @@ email = "eric.berquist@gmail.com"; github = "berquist"; githubId = 727571; - keys = [ { fingerprint = "AAD4 3B70 A504 9675 CFC8 B101 BAFD 205D 5FA2 B329"; } ]; + keys = [{fingerprint = "AAD4 3B70 A504 9675 CFC8 B101 BAFD 205D 5FA2 B329";}]; }; berrij = { email = "jonathan@berrisch.biz"; @@ -3200,7 +3200,7 @@ name = "Jonathan Berrisch"; github = "BerriJ"; githubId = 37799358; - keys = [ { fingerprint = "42 B6 CC90 6 A91 EA4F 8 A7E 315 B 30 DC 5398 152 C 5310"; } ]; + keys = [{fingerprint = "42 B6 CC90 6 A91 EA4F 8 A7E 315 B 30 DC 5398 152 C 5310";}]; }; berryp = { email = "berryphillips@gmail.com"; @@ -3213,7 +3213,7 @@ email = "berto.f@protonmail.com"; github = "bertof"; githubId = 9915675; - keys = [ { fingerprint = "17C5 1EF9 C0FE 2EB2 FE56 BB53 FE98 AE5E C52B 1056"; } ]; + keys = [{fingerprint = "17C5 1EF9 C0FE 2EB2 FE56 BB53 FE98 AE5E C52B 1056";}]; }; betaboon = { email = "betaboon@0x80.ninja"; @@ -3226,7 +3226,7 @@ email = "nixpkgs@beviu.com"; github = "beviu"; githubId = 56923875; - keys = [ { fingerprint = "30D6 A755 E3C3 5797 CBBB 05B6 CD20 2E66 5CAD 7D06"; } ]; + keys = [{fingerprint = "30D6 A755 E3C3 5797 CBBB 05B6 CD20 2E66 5CAD 7D06";}]; }; bew = { email = "benoit.dechezelles@gmail.com"; @@ -3310,7 +3310,7 @@ github = "Binary-Eater"; githubId = 10691440; name = "Rahul Rameshbabu"; - keys = [ { fingerprint = "678A 8DF1 D9F2 B51B 7110 BE53 FF24 7B3E 5411 387B"; } ]; + keys = [{fingerprint = "678A 8DF1 D9F2 B51B 7110 BE53 FF24 7B3E 5411 387B";}]; }; binarycat = { email = "binarycat@envs.net"; @@ -3382,7 +3382,7 @@ email = "blankparticle@gmail.com"; github = "BlankParticle"; githubId = 130567419; - keys = [ { fingerprint = "1757 64C3 7065 AA8D 614D 41C9 0ACE 126D 7B35 9261"; } ]; + keys = [{fingerprint = "1757 64C3 7065 AA8D 614D 41C9 0ACE 126D 7B35 9261";}]; }; blanky0230 = { email = "blanky0230@gmail.com"; @@ -3396,7 +3396,7 @@ name = "Brian Lee"; github = "bleetube"; githubId = 77934086; - keys = [ { fingerprint = "4CA3 48F6 8FE1 1777 8EDA 3860 B9A2 C1B0 25EC 2C55"; } ]; + keys = [{fingerprint = "4CA3 48F6 8FE1 1777 8EDA 3860 B9A2 C1B0 25EC 2C55";}]; }; blenderfreaky = { name = "blenderfreaky"; @@ -3548,7 +3548,7 @@ matrix = "@bonus:bonusplay.pl"; github = "BonusPlay"; githubId = 8405359; - keys = [ { fingerprint = "8279 6487 A4CA 2A28 E8B3 3CD6 C7F9 9743 6A20 4683"; } ]; + keys = [{fingerprint = "8279 6487 A4CA 2A28 E8B3 3CD6 C7F9 9743 6A20 4683";}]; }; booklearner = { name = "booklearner"; @@ -3556,7 +3556,7 @@ matrix = "@booklearner:matrix.org"; github = "booklearner"; githubId = 103979114; - keys = [ { fingerprint = "17C7 95D4 871C 2F87 83C8 053D 0C61 C4E5 907F 76C8"; } ]; + keys = [{fingerprint = "17C7 95D4 871C 2F87 83C8 053D 0C61 C4E5 907F 76C8";}]; }; booniepepper = { name = "J.R. Hill"; @@ -3625,14 +3625,14 @@ matrix = "@soispha:vhack.eu"; github = "bpeetz"; githubId = 140968250; - keys = [ { fingerprint = "8321 ED3A 8DB9 99A5 1F3B F80F F268 2914 EA42 DE26"; } ]; + keys = [{fingerprint = "8321 ED3A 8DB9 99A5 1F3B F80F F268 2914 EA42 DE26";}]; }; Br1ght0ne = { email = "brightone@protonmail.com"; github = "Br1ght0ne"; githubId = 12615679; name = "Oleksii Filonenko"; - keys = [ { fingerprint = "F549 3B7F 9372 5578 FDD3 D0B8 A1BC 8428 323E CFE8"; } ]; + keys = [{fingerprint = "F549 3B7F 9372 5578 FDD3 D0B8 A1BC 8428 323E CFE8";}]; }; br337 = { email = "brian.porumb@proton.me"; @@ -3693,7 +3693,7 @@ github = "bretek"; githubId = 79257746; name = "Joseph Madden"; - keys = [ { fingerprint = "3CF8 E983 2219 AB4B 0E19 158E 6112 1921 C9F8 117C"; } ]; + keys = [{fingerprint = "3CF8 E983 2219 AB4B 0E19 158E 6112 1921 C9F8 117C";}]; }; brettlyons = { email = "blyons@fastmail.com"; @@ -3718,7 +3718,7 @@ email = "brian@linuxpenguins.xyz"; github = "brianmay"; githubId = 112729; - keys = [ { fingerprint = "D636 5126 A92D B560 C627 ACED 1784 577F 811F 6EAC"; } ]; + keys = [{fingerprint = "D636 5126 A92D B560 C627 ACED 1784 577F 811F 6EAC";}]; }; brianmcgee = { name = "Brian McGee"; @@ -3737,14 +3737,14 @@ email = "hello@bricked.dev"; github = "brckd"; githubId = 92804487; - keys = [ { fingerprint = "58A2 81E6 2FBD 6E4E 664C B603 7B4D 2A02 BB0E C28C"; } ]; + keys = [{fingerprint = "58A2 81E6 2FBD 6E4E 664C B603 7B4D 2A02 BB0E C28C";}]; }; bricklou = { name = "Bricklou"; email = "louis13.bailleau@gmail.com"; github = "bricklou"; githubId = 15181236; - keys = [ { fingerprint = "AE1E 3B80 7727 C974 B972 AB3C C324 01C3 BF52 1179"; } ]; + keys = [{fingerprint = "AE1E 3B80 7727 C974 B972 AB3C C324 01C3 BF52 1179";}]; }; britter = { name = "Benedikt Ritter"; @@ -3757,7 +3757,7 @@ github = "brhoades"; githubId = 4763746; name = "Billy Rhoades"; - keys = [ { fingerprint = "BF4FCB85C69989B4ED95BF938AE74787A4B7C07E"; } ]; + keys = [{fingerprint = "BF4FCB85C69989B4ED95BF938AE74787A4B7C07E";}]; }; broke = { email = "broke@in-fucking.space"; @@ -3782,7 +3782,7 @@ email = "bsc@brsvh.org"; github = "brsvh"; githubId = 63050399; - keys = [ { fingerprint = "7B74 0DB9 F2AC 6D3B 226B C530 78D7 4502 D92E 0218"; } ]; + keys = [{fingerprint = "7B74 0DB9 F2AC 6D3B 226B C530 78D7 4502 D92E 0218";}]; matrix = "@brsvh:mozilla.org"; name = "Burgess Chang"; }; @@ -3852,7 +3852,7 @@ github = "Builditluc"; githubId = 37375448; name = "Builditluc"; - keys = [ { fingerprint = "FF16E475723B8C1E57A6B2569374074AE2D6F20E"; } ]; + keys = [{fingerprint = "FF16E475723B8C1E57A6B2569374074AE2D6F20E";}]; }; buurro = { email = "marcoburro98@gmail.com"; @@ -3944,8 +3944,8 @@ github = "c4patino"; githubId = 79673111; keys = [ - { fingerprint = "EA60 D516 A926 7532 369D 3E67 E161 DF22 9EC1 280E"; } - { fingerprint = "D088 A5AF C45B 78D1 CD4F 457C 6957 B3B6 46F2 BB4E"; } + {fingerprint = "EA60 D516 A926 7532 369D 3E67 E161 DF22 9EC1 280E";} + {fingerprint = "D088 A5AF C45B 78D1 CD4F 457C 6957 B3B6 46F2 BB4E";} ]; }; caarlos0 = { @@ -3961,8 +3961,8 @@ name = "Vladimir Serov"; keys = [ # compare with https://keybase.io/cab404 - { fingerprint = "1BB96810926F4E715DEF567E6BA7C26C3FDF7BB3"; } - { fingerprint = "1EBC648C64D6045463013B3EB7EFFC271D55DB8A"; } + {fingerprint = "1BB96810926F4E715DEF567E6BA7C26C3FDF7BB3";} + {fingerprint = "1EBC648C64D6045463013B3EB7EFFC271D55DB8A";} ]; }; CactiChameleon9 = { @@ -3984,8 +3984,8 @@ github = "cafkafk"; githubId = 89321978; keys = [ - { fingerprint = "7B9E E848 D074 AE03 7A0C 651A 8ED4 DEF7 375A 30C8"; } - { fingerprint = "208A 2A66 8A2F CDE7 B5D3 8F64 CDDC 792F 6552 51ED"; } + {fingerprint = "7B9E E848 D074 AE03 7A0C 651A 8ED4 DEF7 375A 30C8";} + {fingerprint = "208A 2A66 8A2F CDE7 B5D3 8F64 CDDC 792F 6552 51ED";} ]; }; cageyv = { @@ -3994,7 +3994,7 @@ githubId = 51059484; name = "Vladmir Samoylov"; keys = [ - { fingerprint = "8916 F727 734E 77AB 437F A33A 19AB 76F5 CEE1 1392"; } + {fingerprint = "8916 F727 734E 77AB 437F A33A 19AB 76F5 CEE1 1392";} ]; }; CaiqueFigueiredo = { @@ -4034,8 +4034,8 @@ githubId = 16057677; name = "Callum Leslie"; keys = [ - { fingerprint = "BC82 4BB5 1656 D144 285E A0EC D382 C4AF EECE AA90"; } - { fingerprint = "890B 06FB 209A 3E44 9491 C028 03B0 1F42 7831 BCFD"; } + {fingerprint = "BC82 4BB5 1656 D144 285E A0EC D382 C4AF EECE AA90";} + {fingerprint = "890B 06FB 209A 3E44 9491 C028 03B0 1F42 7831 BCFD";} ]; }; calvertvl = { @@ -4098,7 +4098,7 @@ github = "cameronraysmith"; githubId = 420942; name = "Cameron Smith"; - keys = [ { fingerprint = "3F14 C258 856E 88AE E0F9 661E FF04 3B36 8811 DD1C"; } ]; + keys = [{fingerprint = "3F14 C258 856E 88AE E0F9 661E FF04 3B36 8811 DD1C";}]; }; cameronyule = { email = "cameron@cameronyule.com"; @@ -4153,7 +4153,7 @@ email = "kiran@ostrolenk.co.uk"; github = "CardboardTurkey"; githubId = 34030186; - keys = [ { fingerprint = "8BC7 74E4 A2EC 7507 3B61 A647 0BBB 1C8B 1C36 39EE"; } ]; + keys = [{fingerprint = "8BC7 74E4 A2EC 7507 3B61 A647 0BBB 1C8B 1C36 39EE";}]; }; carloscraveiro = { email = "carlos.craveiro@usp.br"; @@ -4388,7 +4388,7 @@ github = "LostAttractor"; githubId = 46527539; name = "ChaosAttractor"; - keys = [ { fingerprint = "A137 4415 DB7C 6439 10EA 5BF1 0FEE 4E47 5940 E125"; } ]; + keys = [{fingerprint = "A137 4415 DB7C 6439 10EA 5BF1 0FEE 4E47 5940 E125";}]; }; charain = { email = "charain_li@outlook.com"; @@ -4430,7 +4430,7 @@ email = "chayleaf-nix@pavluk.org"; github = "chayleaf"; githubId = 9590981; - keys = [ { fingerprint = "4314 3701 154D 9E5F 7051 7ECF 7817 1AD4 6227 E68E"; } ]; + keys = [{fingerprint = "4314 3701 154D 9E5F 7051 7ECF 7817 1AD4 6227 E68E";}]; matrix = "@chayleaf:matrix.pavluk.org"; name = "Anna Pavlyuk"; }; @@ -4470,7 +4470,7 @@ githubId = 20300586; matrix = "@sammy:cherrykitten.dev"; name = "CherryKitten"; - keys = [ { fingerprint = "264C FA1A 194C 585D F822 F673 C01A 7CBB A617 BD5F"; } ]; + keys = [{fingerprint = "264C FA1A 194C 585D F822 F673 C01A 7CBB A617 BD5F";}]; }; cherrypiejam = { github = "cherrypiejam"; @@ -4493,14 +4493,14 @@ name = "Diego Rodriguez"; github = "Chili-Man"; githubId = 631802; - keys = [ { fingerprint = "099E 3F97 FA08 3D47 8C75 EBEC E0EB AD78 F019 0BD9"; } ]; + keys = [{fingerprint = "099E 3F97 FA08 3D47 8C75 EBEC E0EB AD78 F019 0BD9";}]; }; chillcicada = { email = "2210227279@qq.com"; name = "chillcicada"; github = "chillcicada"; githubId = 116548943; - keys = [ { fingerprint = "734C 20B3 33C4 FAB3 0BD0 743A 34C2 1231 0A99 754B"; } ]; + keys = [{fingerprint = "734C 20B3 33C4 FAB3 0BD0 743A 34C2 1231 0A99 754B";}]; }; chiroptical = { email = "chiroptical@gmail.com"; @@ -4618,7 +4618,7 @@ github = "christoph-heiss"; githubId = 7571069; name = "Christoph Heiss"; - keys = [ { fingerprint = "9C56 1D64 30B2 8D6B DCBC 9CEB 73D5 E7FD EE3D E49A"; } ]; + keys = [{fingerprint = "9C56 1D64 30B2 8D6B DCBC 9CEB 73D5 E7FD EE3D E49A";}]; }; christophcharles = { github = "christophcharles"; @@ -4636,7 +4636,7 @@ github = "chrjabs"; githubId = 98587286; name = "Christoph Jabs"; - keys = [ { fingerprint = "47D6 1FEB CD86 F3EC D2E3 D68A 83D0 74F3 48B2 FD9D"; } ]; + keys = [{fingerprint = "47D6 1FEB CD86 F3EC D2E3 D68A 83D0 74F3 48B2 FD9D";}]; }; chrpinedo = { github = "chrpinedo"; @@ -4654,7 +4654,7 @@ email = "nixos@chuang.cz"; github = "chuangzhu"; githubId = 31200881; - keys = [ { fingerprint = "5D03 A5E6 0754 A3E3 CA57 5037 E838 CED8 1CFF D3F9"; } ]; + keys = [{fingerprint = "5D03 A5E6 0754 A3E3 CA57 5037 E838 CED8 1CFF D3F9";}]; }; chvp = { email = "nixpkgs@cvpetegem.be"; @@ -4680,7 +4680,7 @@ email = "cig0.github@gmail.com"; github = "cig0"; githubId = 394089; - keys = [ { fingerprint = "1828 B459 DB9A 7EE2 03F4 7E6E AFBE ACC5 5D93 84A0"; } ]; + keys = [{fingerprint = "1828 B459 DB9A 7EE2 03F4 7E6E AFBE ACC5 5D93 84A0";}]; }; cigrainger = { name = "Christopher Grainger"; @@ -4716,7 +4716,7 @@ github = "RealityAnomaly"; githubId = 5567402; name = "Alex Zero"; - keys = [ { fingerprint = "A0AA 4646 B8F6 9D45 4553 5A88 A515 50ED B450 302C"; } ]; + keys = [{fingerprint = "A0AA 4646 B8F6 9D45 4553 5A88 A515 50ED B450 302C";}]; }; cizra = { email = "todurov+nix@gmail.com"; @@ -4777,7 +4777,7 @@ github = "clebs"; githubId = 1059661; name = "Borja Clemente"; - keys = [ { fingerprint = "C4E1 58BD FD33 3C77 B6C7 178E 2539 757E F64C 60DD"; } ]; + keys = [{fingerprint = "C4E1 58BD FD33 3C77 B6C7 178E 2539 757E F64C 60DD";}]; }; cleeyv = { email = "cleeyv@riseup.net"; @@ -4846,7 +4846,7 @@ github = "cmars"; githubId = 23741; name = "Casey Marshall"; - keys = [ { fingerprint = "6B78 7E5F B493 FA4F D009 5D10 6DEC 2758 ACD5 A973"; } ]; + keys = [{fingerprint = "6B78 7E5F B493 FA4F D009 5D10 6DEC 2758 ACD5 A973";}]; }; cmcdragonkai = { email = "roger.qiu@matrix.ai"; @@ -4901,7 +4901,7 @@ github = "Coca162"; githubId = 62479942; name = "Coca"; - keys = [ { fingerprint = "99CB 86FF 62BB 7DA4 8903 B16D 0328 2DF8 8179 AB19"; } ]; + keys = [{fingerprint = "99CB 86FF 62BB 7DA4 8903 B16D 0328 2DF8 8179 AB19";}]; }; cococolanosugar = { name = "George Xu"; @@ -4920,7 +4920,7 @@ github = "code-asher"; githubId = 45609798; name = "Asher"; - keys = [ { fingerprint = "6E3A FA6D 915C C2A4 D26F C53E 7BB4 BA9C 783D 2BBC"; } ]; + keys = [{fingerprint = "6E3A FA6D 915C C2A4 D26F C53E 7BB4 BA9C 783D 2BBC";}]; }; codebam = { name = "Sean Behan"; @@ -4928,7 +4928,7 @@ matrix = "@codebam:fedora.im"; github = "codebam"; githubId = 6035884; - keys = [ { fingerprint = "42CD E212 593C F2FD C723 48A8 0F6D 5021 A87F 92BA"; } ]; + keys = [{fingerprint = "42CD E212 593C F2FD C723 48A8 0F6D 5021 A87F 92BA";}]; }; codec = { email = "codec@fnord.cx"; @@ -4958,7 +4958,7 @@ name = "Guy Boldon"; github = "codifryed"; githubId = 27779510; - keys = [ { fingerprint = "FDF5 EF67 8CC1 FE22 1845 6A22 CF7B BB5B C756 1BD3"; } ]; + keys = [{fingerprint = "FDF5 EF67 8CC1 FE22 1845 6A22 CF7B BB5B C756 1BD3";}]; }; codsl = { email = "codsl@riseup.net"; @@ -4984,7 +4984,7 @@ matrix = "@cofob:matrix.org"; github = "cofob"; githubId = 49928332; - keys = [ { fingerprint = "5F3D 9D3D ECE0 8651 DE14 D29F ACAD 4265 E193 794D"; } ]; + keys = [{fingerprint = "5F3D 9D3D ECE0 8651 DE14 D29F ACAD 4265 E193 794D";}]; }; Cogitri = { email = "oss@cogitri.dev"; @@ -5018,7 +5018,7 @@ matrix = "@cole-h:matrix.org"; github = "cole-h"; githubId = 28582702; - keys = [ { fingerprint = "68B8 0D57 B2E5 4AC3 EC1F 49B0 B37E 0F23 7101 6A4C"; } ]; + keys = [{fingerprint = "68B8 0D57 B2E5 4AC3 EC1F 49B0 B37E 0F23 7101 6A4C";}]; }; colemickens = { email = "cole.mickens@gmail.com"; @@ -5156,8 +5156,8 @@ matrix = "@corbansolo:matrix.org"; name = "Corban Raun"; keys = [ - { fingerprint = "6607 0B24 8CE5 64ED 22CE 0950 A697 A56F 1F15 1189"; } - { fingerprint = "D8CB 816A B678 A4E6 1EC7 5325 230F 4AC1 53F9 0F29"; } + {fingerprint = "6607 0B24 8CE5 64ED 22CE 0950 A697 A56F 1F15 1189";} + {fingerprint = "D8CB 816A B678 A4E6 1EC7 5325 230F 4AC1 53F9 0F29";} ]; }; corbinwunderlich = { @@ -5212,7 +5212,7 @@ github = "cpu"; githubId = 292650; name = "Daniel McCarney"; - keys = [ { fingerprint = "8026 D24A A966 BF9C D3CD CB3C 08FB 2BFC 470E 75B4"; } ]; + keys = [{fingerprint = "8026 D24A A966 BF9C D3CD CB3C 08FB 2BFC 470E 75B4";}]; }; cr0n = { name = "cr0n"; @@ -5273,7 +5273,7 @@ name = "Robert Medeiros"; github = "crimeminister"; githubId = 29072; - keys = [ { fingerprint = "E3BD A35E 590A 8D29 701A 9723 F448 7FA0 4BC6 44F2"; } ]; + keys = [{fingerprint = "E3BD A35E 590A 8D29 701A 9723 F448 7FA0 4BC6 44F2";}]; }; crinklywrappr = { email = "crinklywrappr@pm.me"; @@ -5298,7 +5298,7 @@ name = "Jan Möller"; github = "croissong"; githubId = 4162215; - keys = [ { fingerprint = "CE97 9DEE 904C 26AA 3716 78C2 96A4 38F9 EE72 572F"; } ]; + keys = [{fingerprint = "CE97 9DEE 904C 26AA 3716 78C2 96A4 38F9 EE72 572F";}]; }; crschnick = { email = "crschnick@xpipe.io"; @@ -5312,14 +5312,14 @@ github = "CRTified"; githubId = 2440581; name = "Carl Richard Theodor Schneider"; - keys = [ { fingerprint = "2017 E152 BB81 5C16 955C E612 45BC C1E2 709B 1788"; } ]; + keys = [{fingerprint = "2017 E152 BB81 5C16 955C E612 45BC C1E2 709B 1788";}]; }; Cryolitia = { name = "Cryolitia PukNgae"; email = "Cryolitia@gmail.com"; github = "Cryolitia"; githubId = 23723294; - keys = [ { fingerprint = "1C3C 6547 538D 7152 310C 0EEA 84DD 0C01 30A5 4DF7"; } ]; + keys = [{fingerprint = "1C3C 6547 538D 7152 310C 0EEA 84DD 0C01 30A5 4DF7";}]; }; cryptix = { email = "cryptix@riseup.net"; @@ -5386,7 +5386,7 @@ github = "cust0dian"; githubId = 119854490; name = "Serg Nesterov"; - keys = [ { fingerprint = "6E7D BA30 DB5D BA60 693C 3BE3 1512 F6EB 84AE CC8C"; } ]; + keys = [{fingerprint = "6E7D BA30 DB5D BA60 693C 3BE3 1512 F6EB 84AE CC8C";}]; }; cwoac = { email = "oliver@codersoffortune.net"; @@ -5412,20 +5412,20 @@ github = "CyberShadow"; githubId = 160894; - keys = [ { fingerprint = "BBED 1B08 8CED 7F95 8917 FBE8 5004 F0FA D051 576D"; } ]; + keys = [{fingerprint = "BBED 1B08 8CED 7F95 8917 FBE8 5004 F0FA D051 576D";}]; }; cynerd = { name = "Karel Kočí"; email = "cynerd@email.cz"; github = "Cynerd"; githubId = 3811900; - keys = [ { fingerprint = "2B1F 70F9 5F1B 48DA 2265 A7FA A6BC 8B8C EB31 659B"; } ]; + keys = [{fingerprint = "2B1F 70F9 5F1B 48DA 2265 A7FA A6BC 8B8C EB31 659B";}]; }; cyntheticfox = { email = "cyntheticfox@gh0st.sh"; github = "cyntheticfox"; githubId = 17628961; - keys = [ { fingerprint = "73C1 C5DF 51E7 BB92 85E9 A262 5960 278C E235 F821"; } ]; + keys = [{fingerprint = "73C1 C5DF 51E7 BB92 85E9 A262 5960 278C E235 F821";}]; matrix = "@houstdav000:gh0st.ems.host"; name = "Cynthia Fox"; }; @@ -5441,8 +5441,8 @@ githubId = 2217136; name = "Ștefan D. Mihăilă"; keys = [ - { fingerprint = "CBC9 C7CC 51F0 4A61 3901 C723 6E68 A39B F16A 3ECB"; } - { fingerprint = "7EAB 1447 5BBA 7DDE 7092 7276 6220 AD78 4622 0A52"; } + {fingerprint = "CBC9 C7CC 51F0 4A61 3901 C723 6E68 A39B F16A 3ECB";} + {fingerprint = "7EAB 1447 5BBA 7DDE 7092 7276 6220 AD78 4622 0A52";} ]; }; cyplo = { @@ -5468,7 +5468,7 @@ github = "d-goldin"; githubId = 43349662; name = "Dima"; - keys = [ { fingerprint = "1C4E F4FE 7F8E D8B7 1E88 CCDF BAB1 D15F B7B4 D4CE"; } ]; + keys = [{fingerprint = "1C4E F4FE 7F8E D8B7 1E88 CCDF BAB1 D15F B7B4 D4CE";}]; }; d3vil0p3r = { name = "Antonio Voza"; @@ -5511,7 +5511,7 @@ email = "dadada@dadada.li"; github = "dadada"; githubId = 7216772; - keys = [ { fingerprint = "D68C 8469 5C08 7E0F 733A 28D0 EEB8 D1CE 62C4 DFEA"; } ]; + keys = [{fingerprint = "D68C 8469 5C08 7E0F 733A 28D0 EEB8 D1CE 62C4 DFEA";}]; }; dalance = { email = "dalance@gmail.com"; @@ -5530,7 +5530,7 @@ github = "DAlperin"; githubId = 16063713; name = "Dov Alperin"; - keys = [ { fingerprint = "4EED 5096 B925 86FA 1101 6673 7F2C 07B9 1B52 BB61"; } ]; + keys = [{fingerprint = "4EED 5096 B925 86FA 1101 6673 7F2C 07B9 1B52 BB61";}]; }; damhiya = { name = "SoonWon Moon"; @@ -5574,7 +5574,7 @@ email = "djc@djc.id.au"; github = "danc86"; githubId = 398575; - keys = [ { fingerprint = "1C56 01F1 D70A B56F EABB 6BC0 26B5 AA2F DAF2 F30A"; } ]; + keys = [{fingerprint = "1C56 01F1 D70A B56F EABB 6BC0 26B5 AA2F DAF2 F30A";}]; }; dancek = { email = "hannu.hartikainen@gmail.com"; @@ -5691,7 +5691,7 @@ matrix = "@danth:danth.me"; github = "danth"; githubId = 28959268; - keys = [ { fingerprint = "4779 D1D5 3C97 2EAE 34A5 ED3D D8AF C4BF 0567 0F9D"; } ]; + keys = [{fingerprint = "4779 D1D5 3C97 2EAE 34A5 ED3D D8AF C4BF 0567 0F9D";}]; }; dariof4 = { name = "dariof4"; @@ -5747,7 +5747,7 @@ email = "dasisdormax@mailbox.org"; github = "dasisdormax"; githubId = 3714905; - keys = [ { fingerprint = "E59B A198 61B0 A9ED C1FA 3FB2 02BA 0D44 80CA 6C44"; } ]; + keys = [{fingerprint = "E59B A198 61B0 A9ED C1FA 3FB2 02BA 0D44 80CA 6C44";}]; name = "Maximilian Wende"; }; dasj19 = { @@ -5773,7 +5773,7 @@ githubId = 28595242; name = "DataHearth"; keys = [ - { fingerprint = "E8F9 0B80 908E 723D 0EDF 0916 5803 CDA5 9C26 A96A"; } + {fingerprint = "E8F9 0B80 908E 723D 0EDF 0916 5803 CDA5 9C26 A96A";} ]; }; dav-wolff = { @@ -5811,7 +5811,7 @@ github = "david-r-cox"; githubId = 4259949; name = "David Cox"; - keys = [ { fingerprint = "0056 A3F6 9918 1E0D 8FF0 BCDE 65BB 07FA A4D9 4634"; } ]; + keys = [{fingerprint = "0056 A3F6 9918 1E0D 8FF0 BCDE 65BB 07FA A4D9 4634";}]; }; david-sawatzke = { email = "d-nix@sawatzke.dev"; @@ -5855,7 +5855,7 @@ github = "davidtwco"; githubId = 1295100; name = "David Wood"; - keys = [ { fingerprint = "5B08 313C 6853 E5BF FA91 A817 0176 0B4F 9F53 F154"; } ]; + keys = [{fingerprint = "5B08 313C 6853 E5BF FA91 A817 0176 0B4F 9F53 F154";}]; }; davisrichard437 = { email = "davisrichard437@gmail.com"; @@ -5916,7 +5916,7 @@ github = "dbirks"; githubId = 7545665; name = "David Birks"; - keys = [ { fingerprint = "B26F 9AD8 DA20 3392 EF87 C61A BB99 9F83 D9A1 9A36"; } ]; + keys = [{fingerprint = "B26F 9AD8 DA20 3392 EF87 C61A BB99 9F83 D9A1 9A36";}]; }; dblsaiko = { email = "me@dblsaiko.net"; @@ -5941,7 +5941,7 @@ github = "dbrgn"; githubId = 105168; name = "Danilo B."; - keys = [ { fingerprint = "20EE 002D 778A E197 EF7D 0D2C B993 FF98 A90C 9AB1"; } ]; + keys = [{fingerprint = "20EE 002D 778A E197 EF7D 0D2C B993 FF98 A90C 9AB1";}]; }; dbrock = { email = "daniel@brockman.se"; @@ -5994,14 +5994,14 @@ email = "dearrude@tfwno.gf"; github = "DearRude"; githubId = 30749142; - keys = [ { fingerprint = "4E35 F2E5 2132 D654 E815 A672 DB2C BC24 2868 6000"; } ]; + keys = [{fingerprint = "4E35 F2E5 2132 D654 E815 A672 DB2C BC24 2868 6000";}]; }; debling = { name = "Denilson S. Ebling"; email = "d.ebling8@gmail.com"; github = "debling"; githubId = 32403873; - keys = [ { fingerprint = "3EDD 9C88 B0F2 58F8 C25F 5D2C CCBC 8AA1 AF06 2142"; } ]; + keys = [{fingerprint = "3EDD 9C88 B0F2 58F8 C25F 5D2C CCBC 8AA1 AF06 2142";}]; }; declan = { name = "Declan Rixon"; @@ -6013,14 +6013,14 @@ github = "deeengan"; githubId = 87693324; name = "Dee Engan"; - keys = [ { fingerprint = "9C24 79F5 F0CE 48F4 00EE 4A5B B8ED 46EB 468B F72D"; } ]; + keys = [{fingerprint = "9C24 79F5 F0CE 48F4 00EE 4A5B B8ED 46EB 468B F72D";}]; }; deejayem = { email = "nixpkgs.bu5hq@simplelogin.com"; github = "deejayem"; githubId = 2564003; name = "David Morgan"; - keys = [ { fingerprint = "9B43 6B14 77A8 79C2 6CDB 6604 C171 2510 02C2 00F2"; } ]; + keys = [{fingerprint = "9B43 6B14 77A8 79C2 6CDB 6604 C171 2510 02C2 00F2";}]; }; deekahy = { email = "Lennart.Diego.Kahn@gmail.com"; @@ -6051,7 +6051,7 @@ matrix = "@defelo:matrix.defelo.de"; github = "Defelo"; githubId = 41747605; - keys = [ { fingerprint = "6130 3BBA D7D1 BF74 EFA4 4E3B E7FE 2087 E438 0E64"; } ]; + keys = [{fingerprint = "6130 3BBA D7D1 BF74 EFA4 4E3B E7FE 2087 E438 0E64";}]; }; definfo = { name = "Adrien SUN"; @@ -6082,7 +6082,7 @@ matrix = "@delafthi:matrix.org"; github = "delafthi"; githubId = 50531499; - keys = [ { fingerprint = "6DBB 0BB9 AEE6 2C2A 8059 7E1C 0092 6686 9818 63CB"; } ]; + keys = [{fingerprint = "6DBB 0BB9 AEE6 2C2A 8059 7E1C 0092 6686 9818 63CB";}]; }; delehef = { name = "Franklin Delehelle"; @@ -6439,7 +6439,7 @@ matrix = "@dtc:diogotc.com"; github = "diogotcorreia"; githubId = 7467891; - keys = [ { fingerprint = "111F 91B7 5F61 99D8 985B 4C70 12CF 31FD FF17 2B77"; } ]; + keys = [{fingerprint = "111F 91B7 5F61 99D8 985B 4C70 12CF 31FD FF17 2B77";}]; }; diogox = { name = "Diogo Xavier"; @@ -6487,14 +6487,14 @@ email = "hello@ditsuke.com"; github = "ditsuke"; githubId = 72784348; - keys = [ { fingerprint = "8FD2 153F 4889 541A 54F1 E09E 71B6 C31C 8A5A 9D21"; } ]; + keys = [{fingerprint = "8FD2 153F 4889 541A 54F1 E09E 71B6 C31C 8A5A 9D21";}]; }; dixslyf = { name = "Dixon Sean Low Yan Feng"; email = "dixonseanlow@protonmail.com"; github = "dixslyf"; githubId = 56017218; - keys = [ { fingerprint = "E6F4 BFB4 8DE3 893F 68FC A15F FF5F 4B30 A41B BAC8"; } ]; + keys = [{fingerprint = "E6F4 BFB4 8DE3 893F 68FC A15F FF5F 4B30 A41B BAC8";}]; }; Djabx = { email = "alexandre@badez.eu"; @@ -6637,7 +6637,7 @@ email = "silkmoth@protonmail.com"; github = "asciimoth"; githubId = 91414737; - keys = [ { fingerprint = "7D6B AE0A A98A FDE9 3396 E721 F87E 15B8 3AA7 3087"; } ]; + keys = [{fingerprint = "7D6B AE0A A98A FDE9 3396 E721 F87E 15B8 3AA7 3087";}]; }; dominikh = { email = "dominik@honnef.co"; @@ -6649,7 +6649,7 @@ github = "donovanglover"; githubId = 2374245; name = "Donovan Glover"; - keys = [ { fingerprint = "EE7D 158E F9E7 660E 0C33 86B2 8FC5 F7D9 0A5D 8F4D"; } ]; + keys = [{fingerprint = "EE7D 158E F9E7 660E 0C33 86B2 8FC5 F7D9 0A5D 8F4D";}]; }; donteatoreo = { name = "DontEatOreo"; @@ -6661,7 +6661,7 @@ name = "Dopplerian"; github = "Dopplerian"; githubId = 53937537; - keys = [ { fingerprint = "BBC4 C071 516B A147 8D07 F9DC D2FD E6EC 2E8C 2BF4"; } ]; + keys = [{fingerprint = "BBC4 C071 516B A147 8D07 F9DC D2FD E6EC 2E8C 2BF4";}]; }; doriath = { email = "tomasz.zurkowski@gmail.com"; @@ -6699,7 +6699,7 @@ github = "dottedmag"; githubId = 16120; name = "Misha Gusarov"; - keys = [ { fingerprint = "A8DF 1326 9E5D 9A38 E57C FAC2 9D20 F650 3E33 8888"; } ]; + keys = [{fingerprint = "A8DF 1326 9E5D 9A38 E57C FAC2 9D20 F650 3E33 8888";}]; }; dottybot = { name = "Scala Organization (dottybot)"; @@ -6724,7 +6724,7 @@ github = "dpausp"; githubId = 1965950; name = "Tobias Stenzel"; - keys = [ { fingerprint = "4749 0887 CF3B 85A1 6355 C671 78C7 DD40 DF23 FB16"; } ]; + keys = [{fingerprint = "4749 0887 CF3B 85A1 6355 C671 78C7 DD40 DF23 FB16";}]; }; dpc = { email = "dpc@dpc.pw"; @@ -6732,7 +6732,7 @@ githubId = 9209; matrix = "@dpc:matrix.org"; name = "Dawid Ciężarkiewicz"; - keys = [ { fingerprint = "0402 11D2 0830 2D71 5792 8197 86BB 1D5B 5575 7D38"; } ]; + keys = [{fingerprint = "0402 11D2 0830 2D71 5792 8197 86BB 1D5B 5575 7D38";}]; }; DPDmancul = { name = "Davide Peressoni"; @@ -6758,7 +6758,7 @@ github = "dr460nf1r3"; githubId = 12834713; name = "Nico Jensch"; - keys = [ { fingerprint = "D245 D484 F357 8CB1 7FD6 DA6B 67DB 29BF F3C9 6757"; } ]; + keys = [{fingerprint = "D245 D484 F357 8CB1 7FD6 DA6B 67DB 29BF F3C9 6757";}]; }; dragonginger = { email = "dragonginger10@gmail.com"; @@ -6825,7 +6825,7 @@ github = "drperceptron"; githubId = 92106371; name = "Dr Perceptron"; - keys = [ { fingerprint = "7E38 89D9 B1A8 B381 C8DE A15F 95EB 6DFF 26D1 CEB0"; } ]; + keys = [{fingerprint = "7E38 89D9 B1A8 B381 C8DE A15F 95EB 6DFF 26D1 CEB0";}]; }; DrSensor = { name = "Fahmi Akbar Wildana"; @@ -6840,7 +6840,7 @@ matrix = "@drupol:matrix.org"; github = "drupol"; githubId = 252042; - keys = [ { fingerprint = "85F3 72DF 4AF3 EF13 ED34 72A3 0AAF 2901 E804 0715"; } ]; + keys = [{fingerprint = "85F3 72DF 4AF3 EF13 ED34 72A3 0AAF 2901 E804 0715";}]; }; DrymarchonShaun = { name = "Shaun"; @@ -6859,14 +6859,14 @@ email = "daniel.salwasser@outlook.com"; github = "dsalwasser"; githubId = 148379503; - keys = [ { fingerprint = "DBA9 AE6B 84A9 C08E C4AD 1E46 6CD2 0B2D 0655 BDF6"; } ]; + keys = [{fingerprint = "DBA9 AE6B 84A9 C08E C4AD 1E46 6CD2 0B2D 0655 BDF6";}]; }; dschrempf = { name = "Dominik Schrempf"; email = "dominik.schrempf@gmail.com"; github = "dschrempf"; githubId = 5596239; - keys = [ { fingerprint = "62BC E2BD 49DF ECC7 35C7 E153 875F 2BCF 163F 1B29"; } ]; + keys = [{fingerprint = "62BC E2BD 49DF ECC7 35C7 E153 875F 2BCF 163F 1B29";}]; }; dseelp = { name = "dsee"; @@ -6898,7 +6898,7 @@ matrix = "@dani0854:matrix.org"; github = "dani0854"; githubId = 32674935; - keys = [ { fingerprint = "E033 FE26 0E62 224B B35C 75C9 DE8B 9CED 0696 C600"; } ]; + keys = [{fingerprint = "E033 FE26 0E62 224B B35C 75C9 DE8B 9CED 0696 C600";}]; }; dsymbol = { name = "dsymbol"; @@ -6910,14 +6910,14 @@ github = "dtomvan"; githubId = 51440893; name = "Tom van Dijk"; - keys = [ { fingerprint = "D044 F07B 8863 B681 26BD 79FE 7A98 4C82 07AD BA51"; } ]; + keys = [{fingerprint = "D044 F07B 8863 B681 26BD 79FE 7A98 4C82 07AD BA51";}]; }; dtzWill = { email = "w@wdtz.org"; github = "dtzWill"; githubId = 817330; name = "Will Dietz"; - keys = [ { fingerprint = "389A 78CB CD88 5E0C 4701 DEB9 FD42 C7D0 D414 94C8"; } ]; + keys = [{fingerprint = "389A 78CB CD88 5E0C 4701 DEB9 FD42 C7D0 D414 94C8";}]; }; dudymas = { email = "jeremy.white@cloudposse.com"; @@ -6937,8 +6937,8 @@ githubId = 1749762; name = "Mikhail Klementev"; keys = [ - { fingerprint = "5AC8 C9A1 68C7 9451 1A91 2295 C990 5BA7 2B5E 02BB"; } - { fingerprint = "5DD7 C6F6 0630 F08E DAE7 4711 1525 585D 1B43 C62A"; } + {fingerprint = "5AC8 C9A1 68C7 9451 1A91 2295 C990 5BA7 2B5E 02BB";} + {fingerprint = "5DD7 C6F6 0630 F08E DAE7 4711 1525 585D 1B43 C62A";} ]; }; dunxen = { @@ -6947,14 +6947,14 @@ github = "dunxen"; githubId = 3072149; name = "Duncan Dean"; - keys = [ { fingerprint = "9484 44FC E03B 05BA 5AB0 591E C37B 1C1D 44C7 86EE"; } ]; + keys = [{fingerprint = "9484 44FC E03B 05BA 5AB0 591E C37B 1C1D 44C7 86EE";}]; }; DutchGerman = { name = "Stefan Visser"; email = "stefan.visser@apm-ecampus.de"; github = "DutchGerman"; githubId = 60694691; - keys = [ { fingerprint = "A7C9 3DC7 E891 046A 980F 2063 F222 A13B 2053 27A5"; } ]; + keys = [{fingerprint = "A7C9 3DC7 E891 046A 980F 2063 F222 A13B 2053 27A5";}]; }; dvaerum = { email = "nixpkgs-maintainer@varum.dk"; @@ -7059,7 +7059,7 @@ github = "e1mo"; githubId = 61651268; name = "Nina Fromm"; - keys = [ { fingerprint = "67BE E563 43B6 420D 550E DF2A 6D61 7FD0 A85B AADA"; } ]; + keys = [{fingerprint = "67BE E563 43B6 420D 550E DF2A 6D61 7FD0 A85B AADA";}]; }; eadwu = { email = "edmund.wu@protonmail.com"; @@ -7102,7 +7102,7 @@ github = "ebbertd"; githubId = 20522234; name = "Daniel Ebbert"; - keys = [ { fingerprint = "E765 FCA3 D9BF 7FDB 856E AD73 47BC 1559 27CB B9C7"; } ]; + keys = [{fingerprint = "E765 FCA3 D9BF 7FDB 856E AD73 47BC 1559 27CB B9C7";}]; }; ebzzry = { email = "ebzzry@ebzzry.io"; @@ -7139,7 +7139,7 @@ github = "eddsteel"; githubId = 206872; name = "Edd Steel"; - keys = [ { fingerprint = "1BE8 48D7 6C7C 4C51 349D DDCC 3362 0159 D403 85A0"; } ]; + keys = [{fingerprint = "1BE8 48D7 6C7C 4C51 349D DDCC 3362 0159 D403 85A0";}]; }; edef = { email = "edef@edef.eu"; @@ -7165,7 +7165,7 @@ matrix = "@edgar.vincent:matrix.org"; github = "edgar-vincent"; githubId = 63352906; - keys = [ { fingerprint = "922F CA48 5FDB 20B1 ED1B A61F 284D 11D3 33C4 D21B"; } ]; + keys = [{fingerprint = "922F CA48 5FDB 20B1 ED1B A61F 284D 11D3 33C4 D21B";}]; }; edlimerkaj = { name = "Edli Merkaj"; @@ -7184,7 +7184,7 @@ email = "ericdrex@gmail.com"; github = "edrex"; githubId = 14615; - keys = [ { fingerprint = "AC47 2CCC 9867 4644 A9CF EB28 1C5C 1ED0 9F66 6824"; } ]; + keys = [{fingerprint = "AC47 2CCC 9867 4644 A9CF EB28 1C5C 1ED0 9F66 6824";}]; matrix = "@edrex:matrix.org"; name = "Eric Drechsel"; }; @@ -7476,7 +7476,7 @@ github = "emiliaaah"; githubId = 55017867; name = "Emilia"; - keys = [ { fingerprint = "F772 3569 4B43 B599 73C2 A931 1EFB E941 B89B B810"; } ]; + keys = [{fingerprint = "F772 3569 4B43 B599 73C2 A931 1EFB E941 B89B B810";}]; }; emilioziniades = { email = "emilioziniades@protonmail.com"; @@ -7588,7 +7588,7 @@ email = "eownerdead@disroot.org"; github = "eownerdead"; githubId = 141208772; - keys = [ { fingerprint = "4715 17D6 2495 A273 4DDB 5661 009E 5630 5CA5 4D63"; } ]; + keys = [{fingerprint = "4715 17D6 2495 A273 4DDB 5661 009E 5630 5CA5 4D63";}]; }; eperuffo = { email = "info@emanueleperuffo.com"; @@ -7624,7 +7624,7 @@ github = "erdnaxe"; githubId = 2663216; name = "Alexandre Iooss"; - keys = [ { fingerprint = "2D37 1AD2 7E2B BC77 97E1 B759 6C79 278F 3FCD CC02"; } ]; + keys = [{fingerprint = "2D37 1AD2 7E2B BC77 97E1 B759 6C79 278F 3FCD CC02";}]; }; ereslibre = { email = "ereslibre@ereslibre.es"; @@ -7664,7 +7664,7 @@ github = "erictapen"; githubId = 11532355; name = "Kerstin Humm"; - keys = [ { fingerprint = "F178 B4B4 6165 6D1B 7C15 B55D 4029 3358 C7B9 326B"; } ]; + keys = [{fingerprint = "F178 B4B4 6165 6D1B 7C15 B55D 4029 3358 C7B9 326B";}]; }; ericthemagician = { email = "eric@ericyen.com"; @@ -7697,7 +7697,7 @@ email = "erikeah@protonmail.com"; github = "erikeah"; githubId = 11900869; - keys = [ { fingerprint = "4142 0380 C7F8 BCDA CC9E 7ABA 0FF3 076B 71F2 5DEF"; } ]; + keys = [{fingerprint = "4142 0380 C7F8 BCDA CC9E 7ABA 0FF3 076B 71F2 5DEF";}]; name = "Erik Alonso"; }; erikryb = { @@ -7721,7 +7721,7 @@ erooke = { email = "ethan@roo.ke"; name = "Ethan Rooke"; - keys = [ { fingerprint = "B66B EB9F 6111 E44B 7588 8240 B287 4A77 049A 5923"; } ]; + keys = [{fingerprint = "B66B EB9F 6111 E44B 7588 8240 B287 4A77 049A 5923";}]; github = "erooke"; githubId = 46689793; matrix = "@ethan:roo.ke"; @@ -7770,7 +7770,7 @@ email = "esrh@esrh.me"; github = "eshrh"; githubId = 16175276; - keys = [ { fingerprint = "E4CE B0F0 B2EC 09A3 9678 F294 CC7A 7E3C 6CF3 1343"; } ]; + keys = [{fingerprint = "E4CE B0F0 B2EC 09A3 9678 F294 CC7A 7E3C 6CF3 1343";}]; }; EstebanMacanek = { name = "Esteban Macanek"; @@ -7784,8 +7784,8 @@ githubId = 60861925; name = "Ethan Carter Edwards"; keys = [ - { fingerprint = "0E69 0F46 3457 D812 3387 C978 F93D DAFA 26EF 2458"; } - { fingerprint = "2E51 F618 39D1 FA94 7A73 00C2 34C0 4305 D581 DBFE"; } + {fingerprint = "0E69 0F46 3457 D812 3387 C978 F93D DAFA 26EF 2458";} + {fingerprint = "2E51 F618 39D1 FA94 7A73 00C2 34C0 4305 D581 DBFE";} ]; }; ethercrow = { @@ -7825,7 +7825,7 @@ github = "etu"; githubId = 461970; name = "Elis Hirwing"; - keys = [ { fingerprint = "67FE 98F2 8C44 CF22 1828 E12F D57E FA62 5C9A 925F"; } ]; + keys = [{fingerprint = "67FE 98F2 8C44 CF22 1828 E12F D57E FA62 5C9A 925F";}]; }; eu90h = { email = "stefan@eu90h.com"; @@ -7863,7 +7863,7 @@ matrix = "@evalexpr:matrix.org"; github = "evalexpr"; githubId = 23485511; - keys = [ { fingerprint = "8129 5B85 9C5A F703 C2F4 1E29 2D1D 402E 1776 3DD6"; } ]; + keys = [{fingerprint = "8129 5B85 9C5A F703 C2F4 1E29 2D1D 402E 1776 3DD6";}]; }; evan-goode = { email = "mail@evangoo.de"; @@ -7920,7 +7920,7 @@ github = "evilbulgarian"; githubId = 1960413; name = "Vladi Gergov"; - keys = [ { fingerprint = "50D5 67C5 D693 15A2 76F5 5634 3758 5F3C A9EC BFA4"; } ]; + keys = [{fingerprint = "50D5 67C5 D693 15A2 76F5 5634 3758 5F3C A9EC BFA4";}]; }; evilmav = { email = "elenskiy.ilya@gmail.com"; @@ -8049,7 +8049,7 @@ name = "Fabian Affolter"; github = "fabaff"; githubId = 116184; - keys = [ { fingerprint = "2F6C 930F D3C4 7E38 6AFA 4EB4 E23C D2DD 36A4 397F"; } ]; + keys = [{fingerprint = "2F6C 930F D3C4 7E38 6AFA 4EB4 E23C D2DD 36A4 397F";}]; }; fabiangd = { email = "fabian.g.droege@gmail.com"; @@ -8062,7 +8062,7 @@ github = "fabianhauser"; githubId = 368799; name = "Fabian Hauser"; - keys = [ { fingerprint = "50B7 11F4 3DFD 2018 DCE6 E8D0 8A52 A140 BEBF 7D2C"; } ]; + keys = [{fingerprint = "50B7 11F4 3DFD 2018 DCE6 E8D0 8A52 A140 BEBF 7D2C";}]; }; fabianhjr = { email = "fabianhjr@protonmail.com"; @@ -8094,7 +8094,7 @@ github = "fangpenlin"; githubId = 201615; name = "Fang-Pen Lin"; - keys = [ { fingerprint = "7130 3454 A7CD 0F0A 941A F9A3 2A26 9964 AD29 2131"; } ]; + keys = [{fingerprint = "7130 3454 A7CD 0F0A 941A F9A3 2A26 9964 AD29 2131";}]; }; farcaller = { name = "Vladimir Pouzanov"; @@ -8125,7 +8125,7 @@ github = "fauxmight"; githubId = 53975399; name = "A Frederick Christensen"; - keys = [ { fingerprint = "5A49 F4F9 3EDC 21E9 B7CC 4E94 9EEF 4142 5355 8AC4"; } ]; + keys = [{fingerprint = "5A49 F4F9 3EDC 21E9 B7CC 4E94 9EEF 4142 5355 8AC4";}]; }; fazzi = { email = "faaris.ansari@proton.me"; @@ -8206,7 +8206,7 @@ matrix = "@nicof2000:matrix.org"; github = "felbinger"; githubId = 26925347; - keys = [ { fingerprint = "0797 D238 9769 CA1E 57B7 2ED9 2BA7 8116 87C9 0DE4"; } ]; + keys = [{fingerprint = "0797 D238 9769 CA1E 57B7 2ED9 2BA7 8116 87C9 0DE4";}]; }; felipe-9 = { name = "Felipe Pinto"; @@ -8214,8 +8214,8 @@ github = "Felipe-9"; githubId = 32753781; keys = [ - { fingerprint = "1533 0D57 3312 0936 AB38 3C9B 7D36 1E4B 83CD AEFB"; } - { fingerprint = "2BD0 AD01 F91D A0DC 47DF 0AEE 7AA1 649F 6B71 42F2"; } + {fingerprint = "1533 0D57 3312 0936 AB38 3C9B 7D36 1E4B 83CD AEFB";} + {fingerprint = "2BD0 AD01 F91D A0DC 47DF 0AEE 7AA1 649F 6B71 42F2";} ]; }; felipeqq2 = { @@ -8223,7 +8223,7 @@ email = "nixpkgs@felipeqq2.rocks"; github = "felipeqq2"; githubId = 71830138; - keys = [ { fingerprint = "7391 BF2D A2C3 B2C9 BE25 ACA9 C7A7 4616 F302 5DF4"; } ]; + keys = [{fingerprint = "7391 BF2D A2C3 B2C9 BE25 ACA9 C7A7 4616 F302 5DF4";}]; matrix = "@felipeqq2:pub.solar"; }; felixalbrigtsen = { @@ -8268,7 +8268,7 @@ # historical fingerprint = "6AB3 7A28 5420 9A41 82D9 0068 910A CB9F 6BD2 6F58"; } - { fingerprint = "7E08 6842 0934 AA1D 6821 1F2A 671E 39E6 744C 807D"; } + {fingerprint = "7E08 6842 0934 AA1D 6821 1F2A 671E 39E6 744C 807D";} ]; }; fernsehmuell = { @@ -8322,9 +8322,9 @@ github = "fidgetingbits"; githubId = 13679876; keys = [ - { fingerprint = "U+vNNrQxJRj3NPu9EoD0LFZssRbk6LBg4YPN5nFvQvs"; } - { fingerprint = "lX5ewVcaQLxuzqI92gujs3jFNki4d8qF+PATexMijoQ"; } - { fingerprint = "elY15tXap1tddxbBVoUoAioe1u0RDWti5rc9cauSmwo"; } + {fingerprint = "U+vNNrQxJRj3NPu9EoD0LFZssRbk6LBg4YPN5nFvQvs";} + {fingerprint = "lX5ewVcaQLxuzqI92gujs3jFNki4d8qF+PATexMijoQ";} + {fingerprint = "elY15tXap1tddxbBVoUoAioe1u0RDWti5rc9cauSmwo";} ]; }; figboy9 = { @@ -8417,7 +8417,7 @@ github = "Flakebi"; githubId = 6499211; name = "Sebastian Neubauer"; - keys = [ { fingerprint = "2F93 661D AC17 EA98 A104 F780 ECC7 55EE 583C 1672"; } ]; + keys = [{fingerprint = "2F93 661D AC17 EA98 A104 F780 ECC7 55EE 583C 1672";}]; }; Flameopathic = { email = "flameopathic@gmail.com"; @@ -8533,7 +8533,7 @@ github = "fnune"; githubId = 16181067; name = "Fausto Núñez Alberro"; - keys = [ { fingerprint = "668E 01D1 B129 3F42 0A0F 933A C880 6451 94A2 D562"; } ]; + keys = [{fingerprint = "668E 01D1 B129 3F42 0A0F 933A C880 6451 94A2 D562";}]; }; foo-dogsquared = { email = "foodogsquared@foodogsquared.one"; @@ -8541,7 +8541,7 @@ githubId = 34962634; matrix = "@foodogsquared:matrix.org"; name = "Gabriel Arazas"; - keys = [ { fingerprint = "DDD7 D0BD 602E 564B AA04 FC35 1431 0D91 4115 2B92"; } ]; + keys = [{fingerprint = "DDD7 D0BD 602E 564B AA04 FC35 1431 0D91 4115 2B92";}]; }; fooker = { email = "fooker@lab.sh"; @@ -8554,7 +8554,7 @@ github = "foolnotion"; githubId = 844222; name = "Bogdan Burlacu"; - keys = [ { fingerprint = "B722 6464 838F 8BDB 2BEA C8C8 5B0E FDDF BA81 6105"; } ]; + keys = [{fingerprint = "B722 6464 838F 8BDB 2BEA C8C8 5B0E FDDF BA81 6105";}]; }; Forden = { email = "forden@zuku.tech"; @@ -8585,7 +8585,7 @@ github = "fpletz"; githubId = 114159; name = "Franz Pletz"; - keys = [ { fingerprint = "8A39 615D CE78 AF08 2E23 F303 846F DED7 7926 17B4"; } ]; + keys = [{fingerprint = "8A39 615D CE78 AF08 2E23 F303 846F DED7 7926 17B4";}]; }; fps = { email = "mista.tapas@gmx.net"; @@ -8720,7 +8720,7 @@ githubId = 10263813; name = "Dominic Shelton"; matrix = "@frogamic:beeper.com"; - keys = [ { fingerprint = "779A 7CA8 D51C C53A 9C51 43F7 AAE0 70F0 67EC 00A5"; } ]; + keys = [{fingerprint = "779A 7CA8 D51C C53A 9C51 43F7 AAE0 70F0 67EC 00A5";}]; }; frontear = { name = "Ali Rizvi"; @@ -8728,7 +8728,7 @@ matrix = "@frontear:matrix.org"; github = "Frontear"; githubId = 31909298; - keys = [ { fingerprint = "6A25 DEBE 41DB 0C15 3AB5 BB34 5290 E18B 8705 1A83"; } ]; + keys = [{fingerprint = "6A25 DEBE 41DB 0C15 3AB5 BB34 5290 E18B 8705 1A83";}]; }; frontsideair = { email = "photonia@gmail.com"; @@ -8747,7 +8747,7 @@ email = "luiz@lferraz.com"; github = "Fryuni"; githubId = 11063910; - keys = [ { fingerprint = "2109 4B0E 560B 031E F539 62C8 2B56 8731 DB24 47EC"; } ]; + keys = [{fingerprint = "2109 4B0E 560B 031E F539 62C8 2B56 8731 DB24 47EC";}]; }; fsagbuya = { email = "fa@m-labs.ph"; @@ -8809,7 +8809,7 @@ github = "funkeleinhorn"; githubId = 103313934; name = "Funkeleinhorn"; - keys = [ { fingerprint = "689D 1C81 DA0D 1EB2 F029 D24E C7BE A25A 0A33 5A72"; } ]; + keys = [{fingerprint = "689D 1C81 DA0D 1EB2 F029 D24E C7BE A25A 0A33 5A72";}]; }; fusion809 = { email = "brentonhorne77@gmail.com"; @@ -8851,7 +8851,7 @@ github = "fx-chun"; githubId = 40049608; name = "Faye Chun"; - keys = [ { fingerprint = "ACB8 DB1F E88D A908 6332 BDB1 5A71 B010 2FD7 3FC0"; } ]; + keys = [{fingerprint = "ACB8 DB1F E88D A908 6332 BDB1 5A71 B010 2FD7 3FC0";}]; }; fxfactorial = { email = "edgar.factorial@gmail.com"; @@ -8901,14 +8901,14 @@ github = "gabyx"; githubId = 647437; name = "Gabriel Nützi"; - keys = [ { fingerprint = "90AE CCB9 7AD3 4CE4 3AED 9402 E969 172A B075 7EB8"; } ]; + keys = [{fingerprint = "90AE CCB9 7AD3 4CE4 3AED 9402 E969 172A B075 7EB8";}]; }; gador = { email = "florian.brandes@posteo.de"; github = "gador"; githubId = 1883533; name = "Florian Brandes"; - keys = [ { fingerprint = "0200 3EF8 8D2B CF2D 8F00 FFDC BBB3 E40E 5379 7FD9"; } ]; + keys = [{fingerprint = "0200 3EF8 8D2B CF2D 8F00 FFDC BBB3 E40E 5379 7FD9";}]; }; gaelj = { name = "Gaël James"; @@ -8922,7 +8922,7 @@ name = "Gaël Reyrol"; github = "gaelreyrol"; githubId = 498465; - keys = [ { fingerprint = "3492 D8FA ACFF 4C5F A56E 50B7 DFB9 B69A 2C42 7F61"; } ]; + keys = [{fingerprint = "3492 D8FA ACFF 4C5F A56E 50B7 DFB9 B69A 2C42 7F61";}]; }; GaetanLepage = { email = "gaetan@glepage.com"; @@ -8948,14 +8948,14 @@ name = "The Galaxy"; github = "ga1aksy"; githubId = 148551648; - keys = [ { fingerprint = "48CA 3873 9E9F CA8E 76A0 835A E3DE CF85 4212 E1EA"; } ]; + keys = [{fingerprint = "48CA 3873 9E9F CA8E 76A0 835A E3DE CF85 4212 E1EA";}]; }; gale-username = { name = "gale"; email = "git@galewebsite.com"; github = "gale-username"; githubId = 168143489; - keys = [ { fingerprint = "1234 3726 9042 01F3 CE07 59BF A3B6 1E91 5508 F702"; } ]; + keys = [{fingerprint = "1234 3726 9042 01F3 CE07 59BF A3B6 1E91 5508 F702";}]; }; galen = { github = "galenhuntington"; @@ -9021,6 +9021,12 @@ githubId = 2430469; name = "Gavin Rogers"; }; + gavink97 = { + email = "78187175+gavink97@users.noreply.github.com"; + github = "gavink97"; + githubId = 78187175; + name = "Gavin Kondrath"; + }; gaykitty = { email = "sasha@noraa.gay"; github = "gaykitty"; @@ -9087,7 +9093,7 @@ email = "genericnerdyusername@proton.me"; github = "GenericNerdyUsername"; githubId = 111183546; - keys = [ { fingerprint = "58CE D4BE 6B10 149E DA80 A990 2F48 6356 A4CB 30F3"; } ]; + keys = [{fingerprint = "58CE D4BE 6B10 149E DA80 A990 2F48 6356 A4CB 30F3";}]; }; genga898 = { email = "genga898@gmail.com"; @@ -9100,7 +9106,7 @@ email = "geno+dev@fireorbit.de"; github = "genofire"; githubId = 6905586; - keys = [ { fingerprint = "386E D1BF 848A BB4A 6B4A 3C45 FC83 907C 125B C2BC"; } ]; + keys = [{fingerprint = "386E D1BF 848A BB4A 6B4A 3C45 FC83 907C 125B C2BC";}]; }; geoffreyfrogeye = { name = "Geoffrey Frogeye"; @@ -9108,14 +9114,14 @@ matrix = "@geoffrey:frogeye.fr"; github = "GeoffreyFrogeye"; githubId = 1685403; - keys = [ { fingerprint = "4FBA 930D 314A 0321 5E2C DB0A 8312 C8CA C1BA C289"; } ]; + keys = [{fingerprint = "4FBA 930D 314A 0321 5E2C DB0A 8312 C8CA C1BA C289";}]; }; georgesalkhouri = { name = "Georges Alkhouri"; email = "incense.stitch_0w@icloud.com"; github = "GeorgesAlkhouri"; githubId = 6077574; - keys = [ { fingerprint = "1608 9E8D 7C59 54F2 6A7A 7BD0 8BD2 09DC C54F D339"; } ]; + keys = [{fingerprint = "1608 9E8D 7C59 54F2 6A7A 7BD0 8BD2 09DC C54F D339";}]; }; georgewhewell = { email = "georgerw@gmail.com"; @@ -9128,7 +9134,7 @@ github = "georgyo"; githubId = 19374; name = "George Shammas"; - keys = [ { fingerprint = "D0CF 440A A703 E0F9 73CB A078 82BB 70D5 41AE 2DB4"; } ]; + keys = [{fingerprint = "D0CF 440A A703 E0F9 73CB A078 82BB 70D5 41AE 2DB4";}]; }; gepbird = { email = "gutyina.gergo.2@gmail.com"; @@ -9136,8 +9142,8 @@ githubId = 29818440; name = "Gutyina Gergő"; keys = [ - { fingerprint = "RoAfvqa6w1l8Vdm3W60TDXurYwJ6h03VEGD+wDNGEwc"; } - { fingerprint = "MP2UpIRtJpbFFqyucP431H/FPCfn58UhEUTro4lXtRs"; } + {fingerprint = "RoAfvqa6w1l8Vdm3W60TDXurYwJ6h03VEGD+wDNGEwc";} + {fingerprint = "MP2UpIRtJpbFFqyucP431H/FPCfn58UhEUTro4lXtRs";} ]; }; geraldog = { @@ -9220,7 +9226,7 @@ github = "ghthor"; githubId = 160298; name = "Will Owens"; - keys = [ { fingerprint = "8E98 BB01 BFF8 AEA4 E303 FC4C 8074 09C9 2CE2 3033"; } ]; + keys = [{fingerprint = "8E98 BB01 BFF8 AEA4 E303 FC4C 8074 09C9 2CE2 3033";}]; }; ghuntley = { email = "ghuntley@ghuntley.com"; @@ -9240,14 +9246,14 @@ githubId = 334958; matrix = "@giggio:matrix.org"; name = "Giovanni Bassi"; - keys = [ { fingerprint = "275F 6749 AFD2 379D 1033 548C 1237 AB12 2E6F 4761"; } ]; + keys = [{fingerprint = "275F 6749 AFD2 379D 1033 548C 1237 AB12 2E6F 4761";}]; }; gigglesquid = { email = "jack.connors@protonmail.com"; github = "GiggleSquid"; githubId = 3685154; name = "Jack connors"; - keys = [ { fingerprint = "21DF 8034 B212 EDFF 9F19 9C19 F65B 7583 7ABF D019"; } ]; + keys = [{fingerprint = "21DF 8034 B212 EDFF 9F19 9C19 F65B 7583 7ABF D019";}]; }; gila = { email = "jeffry.molanus@gmail.com"; @@ -9348,7 +9354,7 @@ email = "root@gws.fyi"; github = "glittershark"; githubId = 1481027; - keys = [ { fingerprint = "0F11 A989 879E 8BBB FDC1 E236 44EF 5B5E 861C 09A7"; } ]; + keys = [{fingerprint = "0F11 A989 879E 8BBB FDC1 E236 44EF 5B5E 861C 09A7";}]; }; gloaming = { email = "ch9871@gmail.com"; @@ -9395,7 +9401,7 @@ github = "Gobidev"; githubId = 50576978; name = "Adrian Groh"; - keys = [ { fingerprint = "62BD BF30 83E9 7076 9665 B60B 3AA3 153E 98B0 D771"; } ]; + keys = [{fingerprint = "62BD BF30 83E9 7076 9665 B60B 3AA3 153E 98B0 D771";}]; }; goertzenator = { email = "daniel.goertzen@gmail.com"; @@ -9408,7 +9414,7 @@ github = "GoldsteinE"; githubId = 12019211; name = "Maximilian Siling"; - keys = [ { fingerprint = "0BAF 2D87 CB43 746F 6237 2D78 DE60 31AB A0BB 269A"; } ]; + keys = [{fingerprint = "0BAF 2D87 CB43 746F 6237 2D78 DE60 31AB A0BB 269A";}]; }; Golo300 = { email = "lanzingertm@gmail.com"; @@ -9451,21 +9457,21 @@ email = "gauvain@govanify.com"; github = "GovanifY"; githubId = 6375438; - keys = [ { fingerprint = "5214 2D39 A7CE F8FA 872B CA7F DE62 E1E2 A614 5556"; } ]; + keys = [{fingerprint = "5214 2D39 A7CE F8FA 872B CA7F DE62 E1E2 A614 5556";}]; }; gp2112 = { email = "me@guip.dev"; github = "gp2112"; githubId = 26512375; name = "Guilherme Paixão"; - keys = [ { fingerprint = "4382 7E28 86E5 C34F 38D5 7753 8C81 4D62 5FBD 99D1"; } ]; + keys = [{fingerprint = "4382 7E28 86E5 C34F 38D5 7753 8C81 4D62 5FBD 99D1";}]; }; gpanders = { name = "Gregory Anders"; email = "greg@gpanders.com"; github = "gpanders"; githubId = 8965202; - keys = [ { fingerprint = "B9D5 0EDF E95E ECD0 C135 00A9 56E9 3C2F B6B0 8BDB"; } ]; + keys = [{fingerprint = "B9D5 0EDF E95E ECD0 C135 00A9 56E9 3C2F B6B0 8BDB";}]; }; gpl = { email = "nixos-6c64ce18-bbbc-414f-8dcb-f9b6b47fe2bc@isopleth.org"; @@ -9527,14 +9533,14 @@ github = "GRBurst"; githubId = 4647221; name = "GRBurst"; - keys = [ { fingerprint = "7FC7 98AB 390E 1646 ED4D 8F1F 797F 6238 68CD 00C2"; } ]; + keys = [{fingerprint = "7FC7 98AB 390E 1646 ED4D 8F1F 797F 6238 68CD 00C2";}]; }; greaka = { email = "git@greaka.de"; github = "greaka"; githubId = 2805834; name = "Greaka"; - keys = [ { fingerprint = "6275 FB5C C9AC 9D85 FF9E 44C5 EE92 A5CD C367 118C"; } ]; + keys = [{fingerprint = "6275 FB5C C9AC 9D85 FF9E 44C5 EE92 A5CD C367 118C";}]; }; greg = { email = "greg.hellings@gmail.com"; @@ -9560,7 +9566,7 @@ matrix = "@gregor:giesen.net"; github = "grgi"; githubId = 6435815; - keys = [ { fingerprint = "0F92 602B 1860 4476 77F4 8A67 C303 16AA C10F 3EA7"; } ]; + keys = [{fingerprint = "0F92 602B 1860 4476 77F4 8A67 C303 16AA C10F 3EA7";}]; }; gridaphobe = { email = "eric@seidel.io"; @@ -9629,7 +9635,7 @@ github = "Guanran928"; githubId = 68757440; name = "Guanran Wang"; - keys = [ { fingerprint = "7835 BC13 4560 0660 0448 5A2C 91F9 7D9E D126 39CF"; } ]; + keys = [{fingerprint = "7835 BC13 4560 0660 0448 5A2C 91F9 7D9E D126 39CF";}]; }; guekka = { github = "Guekka"; @@ -9737,7 +9743,7 @@ matrix = "@h7x4:nani.wtf"; github = "h7x4"; githubId = 14929991; - keys = [ { fingerprint = "F7D3 7890 228A 9074 40E1 FD48 46B9 228E 814A 2AAC"; } ]; + keys = [{fingerprint = "F7D3 7890 228A 9074 40E1 FD48 46B9 228E 814A 2AAC";}]; }; hacker1024 = { name = "hacker1024"; @@ -9750,7 +9756,7 @@ email = "hadilq.dev@gmail.com"; github = "hadilq"; githubId = 5190539; - keys = [ { fingerprint = "AD3D 53CB A68A FEC0 8065 BCBB 416A D9E8 E372 C075"; } ]; + keys = [{fingerprint = "AD3D 53CB A68A FEC0 8065 BCBB 416A D9E8 E372 C075";}]; }; hagl = { email = "harald@glie.be"; @@ -9823,7 +9829,7 @@ github = "HaoZeke"; githubId = 4336207; name = "Rohit Goswami"; - keys = [ { fingerprint = "74B1 F67D 8E43 A94A 7554 0768 9CCC E364 02CB 49A6"; } ]; + keys = [{fingerprint = "74B1 F67D 8E43 A94A 7554 0768 9CCC E364 02CB 49A6";}]; }; happy-river = { email = "happyriver93@runbox.com"; @@ -9856,7 +9862,7 @@ github = "hardselius"; githubId = 1422583; name = "Martin Hardselius"; - keys = [ { fingerprint = "3F35 E4CA CBF4 2DE1 2E90 53E5 03A6 E6F7 8693 6619"; } ]; + keys = [{fingerprint = "3F35 E4CA CBF4 2DE1 2E90 53E5 03A6 E6F7 8693 6619";}]; }; HarisDotParis = { name = "Haris"; @@ -9888,7 +9894,7 @@ email = "haskellisierer@proton.me"; github = "HaskellHegemonie"; githubId = 73712423; - keys = [ { fingerprint = "A559 0A2A 5B06 1923 3917 5F13 5622 C205 6513 577B"; } ]; + keys = [{fingerprint = "A559 0A2A 5B06 1923 3917 5F13 5622 C205 6513 577B";}]; }; haslersn = { email = "haslersn@fius.informatik.uni-stuttgart.de"; @@ -9908,7 +9914,7 @@ email = "hauskens-git@disp.lease>"; github = "hauskens"; githubId = 79340822; - keys = [ { fingerprint = "3582 5B85 66C8 4F36 45C7 EC42 809F 7938 9CB1 8650"; } ]; + keys = [{fingerprint = "3582 5B85 66C8 4F36 45C7 EC42 809F 7938 9CB1 8650";}]; }; havvy = { email = "ryan.havvy@gmail.com"; @@ -9958,7 +9964,7 @@ email = "hdhog@hdhog.ru"; github = "hdhog"; githubId = 386666; - keys = [ { fingerprint = "A25F 6321 AAB4 4151 4085 9924 952E ACB7 6703 BA63"; } ]; + keys = [{fingerprint = "A25F 6321 AAB4 4151 4085 9924 952E ACB7 6703 BA63";}]; }; hectorj = { email = "hector.jusforgues+nixos@gmail.com"; @@ -10140,7 +10146,7 @@ github = "heyimnova"; githubId = 115728866; name = "Nova Witterick"; - keys = [ { fingerprint = "4304 6B43 8D83 078E 3DF7 10D6 DEB0 E15C 6D2A 5A7C"; } ]; + keys = [{fingerprint = "4304 6B43 8D83 078E 3DF7 10D6 DEB0 E15C 6D2A 5A7C";}]; }; heywoodlh = { email = "nixpkgs@heywoodlh.io"; @@ -10194,7 +10200,7 @@ github = "vale981"; githubId = 4025991; name = "Valentin Boettcher"; - keys = [ { fingerprint = "45A9 9917 578C D629 9F5F B5B4 C22D 4DE4 D7B3 2D19"; } ]; + keys = [{fingerprint = "45A9 9917 578C D629 9F5F B5B4 C22D 4DE4 D7B3 2D19";}]; }; hitsmaxft = { name = "Bhe Hongtyu"; @@ -10213,7 +10219,7 @@ name = "Henrik Jonsson"; github = "hkjn"; githubId = 287215; - keys = [ { fingerprint = "D618 7A03 A40A 3D56 62F5 4B46 03EF BF83 9A5F DC15"; } ]; + keys = [{fingerprint = "D618 7A03 A40A 3D56 62F5 4B46 03EF BF83 9A5F DC15";}]; }; hlad = { email = "hlad+nix@hlad.org"; @@ -10245,7 +10251,7 @@ email = "hello@haseebmajid.dev"; github = "hmajid2301"; githubId = 998807; - keys = [ { fingerprint = "A236 785D 59F1 9076 1E9C E8EC 7828 3DB3 D233 E1F9"; } ]; + keys = [{fingerprint = "A236 785D 59F1 9076 1E9C E8EC 7828 3DB3 D233 E1F9";}]; }; hmenke = { name = "Henri Menke"; @@ -10253,7 +10259,7 @@ matrix = "@hmenke:matrix.org"; github = "hmenke"; githubId = 1903556; - keys = [ { fingerprint = "F1C5 760E 45B9 9A44 72E9 6BFB D65C 9AFB 4C22 4DA3"; } ]; + keys = [{fingerprint = "F1C5 760E 45B9 9A44 72E9 6BFB D65C 9AFB 4C22 4DA3";}]; }; hodapp = { email = "hodapp87@gmail.com"; @@ -10303,7 +10309,7 @@ matrix = "@honnip:matrix.org"; github = "honnip"; githubId = 108175486; - keys = [ { fingerprint = "E4DD 51F7 FA3F DCF1 BAF6 A72C 576E 43EF 8482 E415"; } ]; + keys = [{fingerprint = "E4DD 51F7 FA3F DCF1 BAF6 A72C 576E 43EF 8482 E415";}]; }; hoppla20 = { email = "privat@vincentcui.de"; @@ -10323,7 +10329,7 @@ matrix = "@hougo:liiib.re"; github = "hrenard"; githubId = 7594435; - keys = [ { fingerprint = "3AE9 67F9 2C9F 55E9 03C8 283F 3A28 5FD4 7020 9C59"; } ]; + keys = [{fingerprint = "3AE9 67F9 2C9F 55E9 03C8 283F 3A28 5FD4 7020 9C59";}]; }; hoverbear = { email = "operator+nix@hoverbear.org"; @@ -10392,7 +10398,7 @@ matrix = "@huantian:huantian.dev"; github = "huantianad"; githubId = 20760920; - keys = [ { fingerprint = "731A 7A05 AD8B 3AE5 956A C227 4A03 18E0 4E55 5DE5"; } ]; + keys = [{fingerprint = "731A 7A05 AD8B 3AE5 956A C227 4A03 18E0 4E55 5DE5";}]; }; hubble = { name = "Hubble the Wolverine"; @@ -10442,7 +10448,7 @@ github = "HugoReeves"; githubId = 20039091; name = "Hugo Reeves"; - keys = [ { fingerprint = "78C2 E81C 828A 420B 269A EBC1 49FA 39F8 A7F7 35F9"; } ]; + keys = [{fingerprint = "78C2 E81C 828A 420B 269A EBC1 49FA 39F8 A7F7 35F9";}]; }; hulr = { github = "hulr"; @@ -10472,7 +10478,7 @@ github = "huskyistaken"; githubId = 20684258; name = "Luna Perego"; - keys = [ { fingerprint = "09E4 B981 9B93 5B0C 0B91 1274 0578 7332 9217 08FF"; } ]; + keys = [{fingerprint = "09E4 B981 9B93 5B0C 0B91 1274 0578 7332 9217 08FF";}]; }; hustlerone = { email = "nine-ball@tutanota.com"; @@ -10486,7 +10492,7 @@ github = "Huy-Ngo"; name = "Ngô Ngọc Đức Huy"; githubId = 19296926; - keys = [ { fingerprint = "DF12 23B1 A9FD C5BE 3DA5 B6F7 904A F1C7 CDF6 95C3"; } ]; + keys = [{fingerprint = "DF12 23B1 A9FD C5BE 3DA5 B6F7 904A F1C7 CDF6 95C3";}]; }; hxtmdev = { email = "daniel@hxtm.dev"; @@ -10511,7 +10517,7 @@ email = "bryan@hyshka.com"; github = "hyshka"; githubId = 2090758; - keys = [ { fingerprint = "24F4 1925 28C4 8797 E539 F247 DB2D 93D1 BFAA A6EA"; } ]; + keys = [{fingerprint = "24F4 1925 28C4 8797 E539 F247 DB2D 93D1 BFAA A6EA";}]; }; hyzual = { email = "hyzual@gmail.com"; @@ -10546,7 +10552,7 @@ github = "iagocq"; githubId = 18238046; name = "Iago Manoel Brito"; - keys = [ { fingerprint = "DF90 9D58 BEE4 E73A 1B8C 5AF3 35D3 9F9A 9A1B C8DA"; } ]; + keys = [{fingerprint = "DF90 9D58 BEE4 E73A 1B8C 5AF3 35D3 9F9A 9A1B C8DA";}]; }; iamanaws = { email = "nixpkgs.yjzaw@slmail.me"; @@ -10584,7 +10590,7 @@ github = "ibizaman"; githubId = 1044950; name = "Pierre Penninckx"; - keys = [ { fingerprint = "A01F 10C6 7176 B2AE 2A34 1A56 D4C5 C37E 6031 A3FE"; } ]; + keys = [{fingerprint = "A01F 10C6 7176 B2AE 2A34 1A56 D4C5 C37E 6031 A3FE";}]; }; iblech = { email = "iblech@speicherleck.de"; @@ -10828,7 +10834,7 @@ github = "impl"; githubId = 41129; name = "Noah Fontes"; - keys = [ { fingerprint = "F5B2 BE1B 9AAD 98FE 2916 5597 3665 FFF7 9D38 7BAA"; } ]; + keys = [{fingerprint = "F5B2 BE1B 9AAD 98FE 2916 5597 3665 FFF7 9D38 7BAA";}]; }; imrying = { email = "philiprying@gmail.com"; @@ -10841,7 +10847,7 @@ github = "ImSapphire"; githubId = 48931512; name = "Sapphire"; - keys = [ { fingerprint = "D303 4473 1843 D27B 5D4E 2273 6429 11AA 4025 C8CC"; } ]; + keys = [{fingerprint = "D303 4473 1843 D27B 5D4E 2273 6429 11AA 4025 C8CC";}]; }; imsick = { email = "lent-lather-excuse@duck.com"; @@ -10910,7 +10916,7 @@ github = "infinisil"; githubId = 20525370; name = "Silvan Mosberger"; - keys = [ { fingerprint = "6C2B 55D4 4E04 8266 6B7D DA1A 422E 9EDA E015 7170"; } ]; + keys = [{fingerprint = "6C2B 55D4 4E04 8266 6B7D DA1A 422E 9EDA E015 7170";}]; }; ingenieroariel = { email = "ariel@nunez.co"; @@ -10923,7 +10929,7 @@ github = "Intuinewin"; githubId = 13691729; name = "Antoine Labarussias"; - keys = [ { fingerprint = "5CB5 9AA0 D180 1997 2FB3 E0EC 943A 1DE9 372E BE4E"; } ]; + keys = [{fingerprint = "5CB5 9AA0 D180 1997 2FB3 E0EC 943A 1DE9 372E BE4E";}]; }; invokes-su = { email = "nixpkgs-commits@deshaw.com"; @@ -10977,7 +10983,7 @@ matrix = "@irenes:matrix.org"; github = "IreneKnapp"; githubId = 157678; - keys = [ { fingerprint = "E864 BDFA AB55 36FD C905 5195 DBF2 52AF FB26 19FD"; } ]; + keys = [{fingerprint = "E864 BDFA AB55 36FD C905 5195 DBF2 52AF FB26 19FD";}]; }; ironicbadger = { email = "alexktz@gmail.com"; @@ -11009,7 +11015,7 @@ email = "isgy@teiyg.com"; github = "tgys"; githubId = 13622947; - keys = [ { fingerprint = "1412 816B A9FA F62F D051 1975 D3E1 B013 B463 1293"; } ]; + keys = [{fingerprint = "1412 816B A9FA F62F D051 1975 D3E1 B013 B463 1293";}]; }; isotoxal = { name = "Abhinav Kuruvila Joseph"; @@ -11033,14 +11039,14 @@ github = "itepastra"; githubId = 27058689; email = "itepastra@gmail.com"; - keys = [ { fingerprint = "E681 4CAF 06AE B076 D55D 3E32 A16C DCBF 1472 541F"; } ]; + keys = [{fingerprint = "E681 4CAF 06AE B076 D55D 3E32 A16C DCBF 1472 541F";}]; }; itsvic-dev = { email = "contact@itsvic.dev"; name = "Victor B."; github = "itsvic-dev"; githubId = 17727163; - keys = [ { fingerprint = "FBAA B86A 101B 4C5F D4F1 25D2 E93D DAC1 7E5D 6CA1"; } ]; + keys = [{fingerprint = "FBAA B86A 101B 4C5F D4F1 25D2 E93D DAC1 7E5D 6CA1";}]; }; ius = { email = "j.de.gram@gmail.com"; @@ -11053,7 +11059,7 @@ name = "iv-nn"; github = "iv-nn"; githubId = 49885246; - keys = [ { fingerprint = "6358 EF87 86E0 EF2F 1628 103F BAB5 F165 1C71 C9C3"; } ]; + keys = [{fingerprint = "6358 EF87 86E0 EF2F 1628 103F BAB5 F165 1C71 C9C3";}]; }; ivalery111 = { name = "Valery"; @@ -11096,13 +11102,13 @@ github = "ivanbrennan"; githubId = 1672874; name = "Ivan Brennan"; - keys = [ { fingerprint = "7311 2700 AB4F 4CDF C68C F6A5 79C3 C47D C652 EA54"; } ]; + keys = [{fingerprint = "7311 2700 AB4F 4CDF C68C F6A5 79C3 C47D C652 EA54";}]; }; ivankovnatsky = { github = "ivankovnatsky"; githubId = 75213; name = "Ivan Kovnatsky"; - keys = [ { fingerprint = "6BD3 7248 30BD 941E 9180 C1A3 3A33 FA4C 82ED 674F"; } ]; + keys = [{fingerprint = "6BD3 7248 30BD 941E 9180 C1A3 3A33 FA4C 82ED 674F";}]; }; ivanmoreau = { email = "Iván Molina Rebolledo"; @@ -11133,7 +11139,7 @@ github = "ixhbinphoenix"; githubId = 47122082; name = "Emilia Nyx"; - keys = [ { fingerprint = "91DB 328E 3FAB 8A08 9AF6 5276 3E62 370C 1D77 3013"; } ]; + keys = [{fingerprint = "91DB 328E 3FAB 8A08 9AF6 5276 3E62 370C 1D77 3013";}]; }; ixmatus = { email = "parnell@digitalmentat.com"; @@ -11230,7 +11236,7 @@ email = "contact@ja1den.me"; github = "ja1den"; githubId = 49811314; - keys = [ { fingerprint = "CC36 4CF4 32DD 443F 27FC 033C 3475 AA20 D72F 6A93"; } ]; + keys = [{fingerprint = "CC36 4CF4 32DD 443F 27FC 033C 3475 AA20 D72F 6A93";}]; }; jab = { name = "Joshua Bronson"; @@ -11285,14 +11291,14 @@ email = "jacobkoziej@gmail.com"; github = "jacobkoziej"; githubId = 45084216; - keys = [ { fingerprint = "1BF9 8D10 E0D0 0B41 5723 5836 4C13 3A84 E646 9228"; } ]; + keys = [{fingerprint = "1BF9 8D10 E0D0 0B41 5723 5836 4C13 3A84 E646 9228";}]; }; JacoMalan1 = { name = "Jaco Malan"; email = "jacom@codelog.co.za"; github = "JacoMalan1"; githubId = 10290409; - keys = [ { fingerprint = "339C 9213 7F2D 5D6E 2B6A 6E98 240B B4C4 27BC 327A"; } ]; + keys = [{fingerprint = "339C 9213 7F2D 5D6E 2B6A 6E98 240B B4C4 27BC 327A";}]; }; jaculabilis = { name = "Tim Van Baak"; @@ -11317,7 +11323,7 @@ github = "jakecleary"; githubId = 4572429; name = "Jake Cleary"; - keys = [ { fingerprint = "6192 E5CC 28B8 FA7E F5F3 775F 3726 5B1E 496C 92A2"; } ]; + keys = [{fingerprint = "6192 E5CC 28B8 FA7E F5F3 775F 3726 5B1E 496C 92A2";}]; }; jakedevs = { email = "work@jakedevs.net"; @@ -11331,7 +11337,7 @@ matrix = "@jakehamilton:matrix.org"; github = "jakehamilton"; githubId = 7005773; - keys = [ { fingerprint = "B982 0250 1720 D540 6A18 2DA8 188E 4945 E85B 2D21"; } ]; + keys = [{fingerprint = "B982 0250 1720 D540 6A18 2DA8 188E 4945 E85B 2D21";}]; }; jakeisnt = { name = "Jacob Chvatal"; @@ -11380,7 +11386,7 @@ name = "jamalam"; github = "Jamalam360"; githubId = 56727311; - keys = [ { fingerprint = "B1B2 2BA0 FC39 D4B4 2240 5F55 D86C D68E 8DB2 E368"; } ]; + keys = [{fingerprint = "B1B2 2BA0 FC39 D4B4 2240 5F55 D86C D68E 8DB2 E368";}]; }; james-atkins = { name = "James Atkins"; @@ -11392,7 +11398,7 @@ name = "James Ward"; github = "jamesward"; githubId = 65043; - keys = [ { fingerprint = "82F9 4BBD F95C 247B BD21 396B 9A0B 94DE C0FF A7EE"; } ]; + keys = [{fingerprint = "82F9 4BBD F95C 247B BD21 396B 9A0B 94DE C0FF A7EE";}]; }; jamiemagee = { email = "jamie.magee@gmail.com"; @@ -11576,14 +11582,14 @@ githubId = 740022; matrix = "@jeff:ocjtech.us"; name = "Jeffrey C. Ollie"; - keys = [ { fingerprint = "A8CF 5B72 ABC3 9A17 3FEA 620E 6F86 035A 6D97 044E"; } ]; + keys = [{fingerprint = "A8CF 5B72 ABC3 9A17 3FEA 620E 6F86 035A 6D97 044E";}]; }; jcouyang = { email = "oyanglulu@gmail.com"; github = "jcouyang"; githubId = 1235045; name = "Jichao Ouyang"; - keys = [ { fingerprint = "A506 C38D 5CC8 47D0 DF01 134A DA8B 833B 5260 4E63"; } ]; + keys = [{fingerprint = "A506 C38D 5CC8 47D0 DF01 134A DA8B 833B 5260 4E63";}]; }; jcs090218 = { email = "jcs090218@gmail.com"; @@ -11619,7 +11625,7 @@ email = "jdanek@redhat.com"; github = "jirkadanek"; githubId = 17877663; - keys = [ { fingerprint = "D4A6 F051 AD58 2E7C BCED 5439 6927 5CAD F15D 872E"; } ]; + keys = [{fingerprint = "D4A6 F051 AD58 2E7C BCED 5439 6927 5CAD F15D 872E";}]; name = "Jiri Daněk"; }; jdbaldry = { @@ -11748,7 +11754,7 @@ github = "jervw"; githubId = 53620688; name = "Jere Vuola"; - keys = [ { fingerprint = "56C2 5B5B 2075 6352 B4B0 E17E F188 3717 47DA 5895"; } ]; + keys = [{fingerprint = "56C2 5B5B 2075 6352 B4B0 E17E F188 3717 47DA 5895";}]; }; jeschli = { email = "jeschli@gmail.com"; @@ -11802,14 +11808,14 @@ github = "jezcope"; githubId = 457628; name = "Jez Cope"; - keys = [ { fingerprint = "D9DA 3E47 E8BD 377D A317 B3D0 9E42 CE07 1C45 59D1"; } ]; + keys = [{fingerprint = "D9DA 3E47 E8BD 377D A317 B3D0 9E42 CE07 1C45 59D1";}]; }; jfchevrette = { email = "jfchevrette@gmail.com"; github = "jfchevrette"; githubId = 3001; name = "Jean-Francois Chevrette"; - keys = [ { fingerprint = "B612 96A9 498E EECD D5E9 C0F0 67A0 5858 0129 0DC6"; } ]; + keys = [{fingerprint = "B612 96A9 498E EECD D5E9 C0F0 67A0 5858 0129 0DC6";}]; }; jflanglois = { email = "yourstruly@julienlanglois.me"; @@ -11822,7 +11828,7 @@ email = "jeremyfleischman@gmail.com"; github = "jfly"; githubId = 277474; - keys = [ { fingerprint = "F1F1 3395 8E8E 9CC4 D9FC 9647 1931 9CD8 416A 642B"; } ]; + keys = [{fingerprint = "F1F1 3395 8E8E 9CC4 D9FC 9647 1931 9CD8 416A 642B";}]; }; jfroche = { name = "Jean-François Roche"; @@ -11830,7 +11836,7 @@ matrix = "@jfroche:matrix.pyxel.cloud"; github = "jfroche"; githubId = 207369; - keys = [ { fingerprint = "7EB1 C02A B62B B464 6D7C E4AE D1D0 9DE1 69EA 19A0"; } ]; + keys = [{fingerprint = "7EB1 C02A B62B B464 6D7C E4AE D1D0 9DE1 69EA 19A0";}]; }; jfvillablanca = { email = "jmfv.dev@gmail.com"; @@ -11904,7 +11910,7 @@ email = "joel@airwebreathe.org.uk"; github = "jhol"; githubId = 1449493; - keys = [ { fingerprint = "08F7 2546 95DE EAEF 03DE B0E4 D874 562D DC99 D889"; } ]; + keys = [{fingerprint = "08F7 2546 95DE EAEF 03DE B0E4 D874 562D DC99 D889";}]; }; jhollowe = { email = "jhollowe@johnhollowell.com"; @@ -12006,7 +12012,7 @@ github = "jlamur"; githubId = 7054317; name = "Jules Lamur"; - keys = [ { fingerprint = "B768 6CD7 451A 650D 9C54 4204 6710 CF0C 1CBD 7762"; } ]; + keys = [{fingerprint = "B768 6CD7 451A 650D 9C54 4204 6710 CF0C 1CBD 7762";}]; }; jlbribeiro = { email = "nix@jlbribeiro.com"; @@ -12081,9 +12087,9 @@ name = "João Figueira"; keys = [ # GitHub signing key - { fingerprint = "EC08 7AA3 DEAD A972 F015 6371 DC7A E56A E98E 02D7"; } + {fingerprint = "EC08 7AA3 DEAD A972 F015 6371 DC7A E56A E98E 02D7";} # Email encryption - { fingerprint = "816D 23F5 E672 EC58 7674 4A73 197F 9A63 2D13 9E30"; } + {fingerprint = "816D 23F5 E672 EC58 7674 4A73 197F 9A63 2D13 9E30";} ]; }; jmendyk = { @@ -12162,14 +12168,14 @@ github = "joaoymoreira"; githubId = 151087767; name = "João Moreira"; - keys = [ { fingerprint = "F457 0A3A 5F89 22F8 F572 E075 EF8B F2C8 C5F4 097D"; } ]; + keys = [{fingerprint = "F457 0A3A 5F89 22F8 F572 E075 EF8B F2C8 C5F4 097D";}]; }; joaquintrinanes = { email = "hi@joaquint.io"; github = "JoaquinTrinanes"; name = "Joaquín Triñanes"; githubId = 1385934; - keys = [ { fingerprint = "3A13 5C15 E1D5 850D 2F90 AB25 6E14 46DD 451C 6BAF"; } ]; + keys = [{fingerprint = "3A13 5C15 E1D5 850D 2F90 AB25 6E14 46DD 451C 6BAF";}]; }; joblade = { email = "bladeur13@free.fr"; @@ -12320,7 +12326,7 @@ github = "joinemm"; githubId = 26210439; name = "Joonas Rautiola"; - keys = [ { fingerprint = "87EC DD30 6614 E510 5299 F0D4 090E B48A 4669 AA54"; } ]; + keys = [{fingerprint = "87EC DD30 6614 E510 5299 F0D4 090E B48A 4669 AA54";}]; }; Jojo4GH = { name = "Jonas Broeckmann"; @@ -12333,7 +12339,7 @@ matrix = "@jojosch:jswc.de"; github = "jojosch"; githubId = 327488; - keys = [ { fingerprint = "7249 70E6 A661 D84E 8B47 678A 0590 93B1 A278 BCD0"; } ]; + keys = [{fingerprint = "7249 70E6 A661 D84E 8B47 678A 0590 93B1 A278 BCD0";}]; }; jokatzke = { email = "jokatzke@fastmail.com"; @@ -12359,7 +12365,7 @@ github = "jolars"; githubId = 13087841; name = "Johan Larsson"; - keys = [ { fingerprint = "F0D6 BDE7 C7D1 6B3F 7883 73E7 2A41 C0FE DD6F F540"; } ]; + keys = [{fingerprint = "F0D6 BDE7 C7D1 6B3F 7883 73E7 2A41 C0FE DD6F F540";}]; }; jolheiser = { email = "nixpkgs@jolheiser.com"; @@ -12373,7 +12379,7 @@ matrix = "@jona:matrix.jonaenz.de"; github = "JonaEnz"; githubId = 57130301; - keys = [ { fingerprint = "1CC5 B67C EB9A 13A5 EDF6 F10E 0B4A 3662 FC58 9202"; } ]; + keys = [{fingerprint = "1CC5 B67C EB9A 13A5 EDF6 F10E 0B4A 3662 FC58 9202";}]; }; jonas-w = { email = "nixpkgs@03j.de"; @@ -12437,7 +12443,7 @@ email = "jordan@bravo.cc"; github = "jordan-bravo"; githubId = 62706808; - keys = [ { fingerprint = "9C7B 45CD CF53 B483 9BB8 000E C6E3 AECE B5E1 0B1E"; } ]; + keys = [{fingerprint = "9C7B 45CD CF53 B483 9BB8 000E C6E3 AECE B5E1 0B1E";}]; }; jordanisaacs = { name = "Jordan Isaacs"; @@ -12616,7 +12622,7 @@ matrix = "@6pak:matrix.org"; github = "js6pak"; githubId = 35262707; - keys = [ { fingerprint = "66D1 1EA6 571D E4F9 16B3 B8EB 3E3C D91E B1AA FB06"; } ]; + keys = [{fingerprint = "66D1 1EA6 571D E4F9 16B3 B8EB 3E3C D91E B1AA FB06";}]; }; jshcmpbll = { email = "me@joshuadcampbell.com"; @@ -12672,7 +12678,7 @@ name = "Julien Coolen"; github = "jtcoolen"; githubId = 54635632; - keys = [ { fingerprint = "4C68 56EE DFDA 20FB 77E8 9169 1964 2151 C218 F6F5"; } ]; + keys = [{fingerprint = "4C68 56EE DFDA 20FB 77E8 9169 1964 2151 C218 F6F5";}]; }; jthulhu = { name = "Adrien Mathieu"; @@ -12711,7 +12717,7 @@ github = "jcmuller"; matrix = "@jcmuller@beeper.com"; name = "Juan C. Müller"; - keys = [ { fingerprint = "D78D 25D8 A1B8 2596 267F 35B8 F44E A51A 28F9 B4A7"; } ]; + keys = [{fingerprint = "D78D 25D8 A1B8 2596 267F 35B8 F44E A51A 28F9 B4A7";}]; }; juaningan = { email = "juaningan@gmail.com"; @@ -12750,7 +12756,7 @@ matrix = "@julian:matrix.epiccraft-mc.de"; github = "juli0604"; githubId = 62934740; - keys = [ { fingerprint = "E9C6 44C7 F6AA A865 4CB9 2723 22C8 B0CE B9AC 4AFF"; } ]; + keys = [{fingerprint = "E9C6 44C7 F6AA A865 4CB9 2723 22C8 B0CE B9AC 4AFF";}]; }; juliabru = { name = "Julia Brunenberg"; @@ -12768,7 +12774,7 @@ name = "Julian Partanen"; github = "JulianFP"; githubId = 70963316; - keys = [ { fingerprint = "C61D 7747 43DE EF05 4E4A 3AC1 6FE2 79EB 5C9F 3466"; } ]; + keys = [{fingerprint = "C61D 7747 43DE EF05 4E4A 3AC1 6FE2 79EB 5C9F 3466";}]; }; juliendehos = { email = "dehos@lisic.univ-littoral.fr"; @@ -12817,7 +12823,7 @@ github = "junestepp"; githubId = 26205306; name = "June Stepp"; - keys = [ { fingerprint = "2561 0243 2233 CFE6 E13E 3C33 348C 6EB3 39AE C582"; } ]; + keys = [{fingerprint = "2561 0243 2233 CFE6 E13E 3C33 348C 6EB3 39AE C582";}]; }; junjihashimoto = { email = "junji.hashimoto@gmail.com"; @@ -12877,7 +12883,7 @@ github = "jvanbruegge"; githubId = 1529052; name = "Jan van Brügge"; - keys = [ { fingerprint = "3513 5CE5 77AD 711F 3825 9A99 3665 72BE 7D6C 78A2"; } ]; + keys = [{fingerprint = "3513 5CE5 77AD 711F 3825 9A99 3665 72BE 7D6C 78A2";}]; }; jwatt = { email = "jwatt@broken.watch"; @@ -12890,7 +12896,7 @@ github = "jwiegley"; githubId = 8460; name = "John Wiegley"; - keys = [ { fingerprint = "4710 CF98 AF9B 327B B80F 60E1 46C4 BD1A 7AC1 4BA2"; } ]; + keys = [{fingerprint = "4710 CF98 AF9B 327B B80F 60E1 46C4 BD1A 7AC1 4BA2";}]; }; jwijenbergh = { email = "jeroenwijenbergh@protonmail.com"; @@ -12903,7 +12909,7 @@ github = "jwillikers"; githubId = 19399197; name = "Jordan Williams"; - keys = [ { fingerprint = "A6AB 406A F5F1 DE02 CEA3 B6F0 9FB4 2B0E 7F65 7D8C"; } ]; + keys = [{fingerprint = "A6AB 406A F5F1 DE02 CEA3 B6F0 9FB4 2B0E 7F65 7D8C";}]; }; jwygoda = { email = "jaroslaw@wygoda.me"; @@ -12941,14 +12947,14 @@ github = "kachick"; githubId = 1180335; name = "Kenichi Kamiya"; - keys = [ { fingerprint = "9121 5D87 20CA B405 C63F 24D2 EF6E 574D 040A E2A5"; } ]; + keys = [{fingerprint = "9121 5D87 20CA B405 C63F 24D2 EF6E 574D 040A E2A5";}]; }; kaction = { name = "Dmitry Bogatov"; email = "KAction@disroot.org"; github = "KAction"; githubId = 44864956; - keys = [ { fingerprint = "3F87 0A7C A7B4 3731 2F13 6083 749F D4DF A2E9 4236"; } ]; + keys = [{fingerprint = "3F87 0A7C A7B4 3731 2F13 6083 749F D4DF A2E9 4236";}]; }; kaeeraa = { name = "kaeeraa"; @@ -12998,7 +13004,7 @@ email = "kamadorueda@gmail.com"; github = "kamadorueda"; githubId = 47480384; - keys = [ { fingerprint = "2BE3 BAFD 793E A349 ED1F F00F 04D0 CEAF 916A 9A40"; } ]; + keys = [{fingerprint = "2BE3 BAFD 793E A349 ED1F F00F 04D0 CEAF 916A 9A40";}]; }; kamilchm = { email = "kamil.chm@gmail.com"; @@ -13011,7 +13017,7 @@ email = "me@kamillaova.dev"; github = "Kamillaova"; githubId = 54859825; - keys = [ { fingerprint = "B2D0 AA53 8DBE 60B0 0811 3FC0 2D52 5F67 791E 5834"; } ]; + keys = [{fingerprint = "B2D0 AA53 8DBE 60B0 0811 3FC0 2D52 5F67 791E 5834";}]; }; kampfschlaefer = { email = "arnold@arnoldarts.de"; @@ -13120,7 +13126,7 @@ email = "git@keksgesicht.de"; github = "Keksgesicht"; githubId = 32649612; - keys = [ { fingerprint = "65DF D21C 22A9 E4CD FD1A 0804 C3D7 16E7 29B3 C86A"; } ]; + keys = [{fingerprint = "65DF D21C 22A9 E4CD FD1A 0804 C3D7 16E7 29B3 C86A";}]; }; keldu = { email = "mail@keldu.de"; @@ -13139,7 +13145,7 @@ github = "kennyballou"; githubId = 2186188; name = "Kenny Ballou"; - keys = [ { fingerprint = "932F 3E8E 1C0F 4A98 95D7 B8B8 B0CA A28A 0295 8308"; } ]; + keys = [{fingerprint = "932F 3E8E 1C0F 4A98 95D7 B8B8 B0CA A28A 0295 8308";}]; }; kenran = { email = "johannes.maier@mailbox.org"; @@ -13177,7 +13183,7 @@ github = "kevincox"; githubId = 494012; name = "Kevin Cox"; - keys = [ { fingerprint = "B66B 891D D83B 0E67 7D84 FC30 9BB9 2CC1 552E 99AA"; } ]; + keys = [{fingerprint = "B66B 891D D83B 0E67 7D84 FC30 9BB9 2CC1 552E 99AA";}]; }; kevingriffin = { email = "me@kevin.jp"; @@ -13215,7 +13221,7 @@ github = "kgtkr"; githubId = 17868838; name = "kgtkr"; - keys = [ { fingerprint = "B30D BE93 81E0 3D5D F301 88C8 1F6E B951 9F57 3241"; } ]; + keys = [{fingerprint = "B30D BE93 81E0 3D5D F301 88C8 1F6E B951 9F57 3241";}]; }; khaneliman = { email = "khaneliman12@gmail.com"; @@ -13240,7 +13246,7 @@ github = "khrj"; githubId = 44947946; name = "Khushraj Rathod"; - keys = [ { fingerprint = "1988 3FD8 EA2E B4EC 0A93 1E22 B77B 2A40 E770 2F19"; } ]; + keys = [{fingerprint = "1988 3FD8 EA2E B4EC 0A93 1E22 B77B 2A40 E770 2F19";}]; }; kiara = { name = "kiara"; @@ -13404,7 +13410,7 @@ github = "kittywitch"; githubId = 67870215; name = "Kat Inskip"; - keys = [ { fingerprint = "9CC6 44B5 69CD A59B C874 C4C9 E8DD E3ED 1C90 F3A0"; } ]; + keys = [{fingerprint = "9CC6 44B5 69CD A59B C874 C4C9 E8DD E3ED 1C90 F3A0";}]; }; kivikakk = { email = "ashe@kivikakk.ee"; @@ -13459,7 +13465,7 @@ name = "Fiona Behrens"; github = "kloenk"; githubId = 12898828; - keys = [ { fingerprint = "B44A DFDF F869 A66A 3FDF DD8B 8609 A7B5 19E5 E342"; } ]; + keys = [{fingerprint = "B44A DFDF F869 A66A 3FDF DD8B 8609 A7B5 19E5 E342";}]; }; kmatasfp = { email = "el-development@protonmail.com"; @@ -13802,14 +13808,14 @@ github = "kugland"; githubId = 1173932; name = "André Kugland"; - keys = [ { fingerprint = "6A62 5E60 E3FF FCAE B3AA 50DC 1DA9 3817 80CD D833"; } ]; + keys = [{fingerprint = "6A62 5E60 E3FF FCAE B3AA 50DC 1DA9 3817 80CD D833";}]; }; kuglimon = { name = "Tatu Argillander"; email = "tatu.argillander@kouralabs.com"; github = "kuglimon"; githubId = 629430; - keys = [ { fingerprint = "2843 750C B1AB E256 94BE 40E2 D843 D30B 42CA 0E2D"; } ]; + keys = [{fingerprint = "2843 750C B1AB E256 94BE 40E2 D843 D30B 42CA 0E2D";}]; }; kupac = { github = "Kupac"; @@ -13864,7 +13870,7 @@ matrix = "@kwaa:matrix.org"; github = "kwaa"; githubId = 50108258; - keys = [ { fingerprint = "ABCB A12F 1A8E 3CCC F10B 5109 4444 7777 3333 4444"; } ]; + keys = [{fingerprint = "ABCB A12F 1A8E 3CCC F10B 5109 4444 7777 3333 4444";}]; }; kwohlfahrt = { email = "kai.wohlfahrt@gmail.com"; @@ -13895,7 +13901,7 @@ github = "KyleOndy"; githubId = 1640900; name = "Kyle Ondy"; - keys = [ { fingerprint = "3C79 9D26 057B 64E6 D907 B0AC DB0E 3C33 491F 91C9"; } ]; + keys = [{fingerprint = "3C79 9D26 057B 64E6 D907 B0AC DB0E 3C33 491F 91C9";}]; }; kylerisse = { name = "Kyle Risse"; @@ -13910,14 +13916,14 @@ github = "kylesferrazza"; githubId = 6677292; - keys = [ { fingerprint = "5A9A 1C9B 2369 8049 3B48 CF5B 81A1 5409 4816 2372"; } ]; + keys = [{fingerprint = "5A9A 1C9B 2369 8049 3B48 CF5B 81A1 5409 4816 2372";}]; }; l-as = { email = "las@protonmail.ch"; matrix = "@Las:matrix.org"; github = "L-as"; githubId = 22075344; - keys = [ { fingerprint = "A093 EA17 F450 D4D1 60A0 1194 AC45 8A7D 1087 D025"; } ]; + keys = [{fingerprint = "A093 EA17 F450 D4D1 60A0 1194 AC45 8A7D 1087 D025";}]; name = "Las Safin"; }; l0b0 = { @@ -13968,7 +13974,7 @@ email = "iam@lach.pw"; github = "CertainLach"; githubId = 6235312; - keys = [ { fingerprint = "323C 95B5 DBF7 2D74 8570 C0B7 40B5 D694 8143 175F"; } ]; + keys = [{fingerprint = "323C 95B5 DBF7 2D74 8570 C0B7 40B5 D694 8143 175F";}]; name = "Yaroslav Bolyukin"; }; lachrymal = { @@ -13987,7 +13993,7 @@ email = "joseph@lafreniere.xyz"; github = "lafrenierejm"; githubId = 11155300; - keys = [ { fingerprint = "0375 DD9A EDD1 68A3 ADA3 9EBA EE23 6AA0 141E FCA3"; } ]; + keys = [{fingerprint = "0375 DD9A EDD1 68A3 ADA3 9EBA EE23 6AA0 141E FCA3";}]; name = "Joseph LaFreniere"; }; lagoja = { @@ -14129,7 +14135,7 @@ email = "leana.jiang+git@icloud.com"; github = "leana8959"; githubId = 87855546; - keys = [ { fingerprint = "3659 D5C8 7A4B C5D7 699B 37D8 4E88 7A4C A971 4ADA"; } ]; + keys = [{fingerprint = "3659 D5C8 7A4B C5D7 699B 37D8 4E88 7A4C A971 4ADA";}]; }; lebastr = { email = "lebastr@gmail.com"; @@ -14141,14 +14147,14 @@ name = "Lucius Hu"; github = "lebensterben"; githubId = 1222865; - keys = [ { fingerprint = "80C6 77F2 ED0B E732 3835 A8D3 7E47 4E82 E29B 5A7A"; } ]; + keys = [{fingerprint = "80C6 77F2 ED0B E732 3835 A8D3 7E47 4E82 E29B 5A7A";}]; }; lecoqjacob = { name = "Jacob LeCoq"; email = "lecoqjacob@gmail.com"; githubId = 9278174; github = "bayou-brogrammer"; - keys = [ { fingerprint = "C505 1E8B 06AC 1776 6875 1B60 93AF DAD0 10B3 CB8D"; } ]; + keys = [{fingerprint = "C505 1E8B 06AC 1776 6875 1B60 93AF DAD0 10B3 CB8D";}]; }; ledif = { email = "refuse@gmail.com"; @@ -14178,7 +14184,7 @@ github = "leifhelm"; githubId = 31693262; name = "Jakob Leifhelm"; - keys = [ { fingerprint = "4A82 F68D AC07 9FFD 8BF0 89C4 6817 AA02 3810 0822"; } ]; + keys = [{fingerprint = "4A82 F68D AC07 9FFD 8BF0 89C4 6817 AA02 3810 0822";}]; }; leiserfg = { email = "leiserfg@gmail.com"; @@ -14192,7 +14198,7 @@ github = "Leixb"; githubId = 17183803; name = "Aleix Boné"; - keys = [ { fingerprint = "63D3 F436 EDE8 7E1F 1292 24AF FC03 5BB2 BB28 E15D"; } ]; + keys = [{fingerprint = "63D3 F436 EDE8 7E1F 1292 24AF FC03 5BB2 BB28 E15D";}]; }; lejonet = { email = "daniel@kuehn.se"; @@ -14221,12 +14227,12 @@ lenny = { name = "Lenny."; matrix = "@lenny:flipdot.org"; - keys = [ { fingerprint = "6D63 2D4D 0CFE 8D53 F5FD C7ED 738F C800 6E9E A634"; } ]; + keys = [{fingerprint = "6D63 2D4D 0CFE 8D53 F5FD C7ED 738F C800 6E9E A634";}]; }; leo248 = { github = "leo248"; githubId = 95365184; - keys = [ { fingerprint = "81E3 418D C1A2 9687 2C4D 96DC BB1A 818F F295 26D2"; } ]; + keys = [{fingerprint = "81E3 418D C1A2 9687 2C4D 96DC BB1A 818F F295 26D2";}]; name = "leo248"; }; leo60228 = { @@ -14235,7 +14241,7 @@ github = "leo60228"; githubId = 8355305; name = "leo60228"; - keys = [ { fingerprint = "5BE4 98D5 1C24 2CCD C21A 4604 AC6F 4BA0 78E6 7833"; } ]; + keys = [{fingerprint = "5BE4 98D5 1C24 2CCD C21A 4604 AC6F 4BA0 78E6 7833";}]; }; leona = { email = "nix@leona.is"; @@ -14258,7 +14264,7 @@ leonm1 = { github = "leonm1"; githubId = 32306579; - keys = [ { fingerprint = "C12D F14B DC9D 64E1 44C3 4D8A 755C DA4E 5923 416A"; } ]; + keys = [{fingerprint = "C12D F14B DC9D 64E1 44C3 4D8A 755C DA4E 5923 416A";}]; matrix = "@mattleon:matrix.org"; name = "Matt Leon"; }; @@ -14310,7 +14316,7 @@ email = "lexugeyky@outlook.com"; github = "LEXUGE"; githubId = 13804737; - keys = [ { fingerprint = "7FE2 113A A08B 695A C8B8 DDE6 AE53 B4C2 E58E DD45"; } ]; + keys = [{fingerprint = "7FE2 113A A08B 695A C8B8 DDE6 AE53 B4C2 E58E DD45";}]; }; lf- = { name = "Jade Lovelace"; @@ -14371,7 +14377,7 @@ github = "Liassica"; githubId = 115422798; name = "Liassica"; - keys = [ { fingerprint = "83BE 3033 6164 B971 FA82 7036 0D34 0E59 4980 7BDD"; } ]; + keys = [{fingerprint = "83BE 3033 6164 B971 FA82 7036 0D34 0E59 4980 7BDD";}]; }; liberodark = { email = "liberodark@gmail.com"; @@ -14441,7 +14447,7 @@ email = "olai@olai.dev"; github = "LilleAila"; githubId = 67327023; - keys = [ { fingerprint = "8185 29F9 BB4C 33F0 69BB 9782 D1AC CDCF 2B9B 9799"; } ]; + keys = [{fingerprint = "8185 29F9 BB4C 33F0 69BB 9782 D1AC CDCF 2B9B 9799";}]; }; lillycham = { email = "lillycat332@gmail.com"; @@ -14473,7 +14479,7 @@ matrix = "@me:linj.tech"; github = "jian-lin"; githubId = 75130626; - keys = [ { fingerprint = "80EE AAD8 43F9 3097 24B5 3D7E 27E9 7B91 E63A 7FF8"; } ]; + keys = [{fingerprint = "80EE AAD8 43F9 3097 24B5 3D7E 27E9 7B91 E63A 7FF8";}]; }; link00000000 = { email = "crandall.logan@gmail.com"; @@ -14537,7 +14543,7 @@ github = "livnev"; githubId = 3964494; name = "Lev Livnev"; - keys = [ { fingerprint = "74F5 E5CC 19D3 B5CB 608F 6124 68FF 81E6 A785 0F49"; } ]; + keys = [{fingerprint = "74F5 E5CC 19D3 B5CB 608F 6124 68FF 81E6 A785 0F49";}]; }; liyangau = { email = "d@aufomm.com"; @@ -14580,7 +14586,7 @@ github = "LoCrealloc"; githubId = 64095253; name = "LoC"; - keys = [ { fingerprint = "DCCE F73B 209A 6024 CAE7 F926 5563 EB4A 8634 4F15"; } ]; + keys = [{fingerprint = "DCCE F73B 209A 6024 CAE7 F926 5563 EB4A 8634 4F15";}]; }; locallycompact = { email = "dan.firth@homotopic.tech"; @@ -14594,7 +14600,7 @@ github = "lockejan"; githubId = 25434434; name = "Jan Schmitt"; - keys = [ { fingerprint = "1763 9903 2D7C 5B82 5D5A 0EAD A2BC 3C6F 1435 1991"; } ]; + keys = [{fingerprint = "1763 9903 2D7C 5B82 5D5A 0EAD A2BC 3C6F 1435 1991";}]; }; locochoco = { email = "contact@locochoco.dev"; @@ -14627,7 +14633,7 @@ github = "legendofmiracles"; githubId = 30902201; name = "legendofmiracles"; - keys = [ { fingerprint = "CC50 F82C 985D 2679 0703 AF15 19B0 82B3 DEFE 5451"; } ]; + keys = [{fingerprint = "CC50 F82C 985D 2679 0703 AF15 19B0 82B3 DEFE 5451";}]; }; lonerOrz = { email = "2788892716@qq.com"; @@ -14665,7 +14671,7 @@ matrix = "@lordmzte:mzte.de"; github = "LordMZTE"; githubId = 28735087; - keys = [ { fingerprint = "AB47 3D70 53D2 74CA DC2C 230C B648 02DC 33A6 4FF6"; } ]; + keys = [{fingerprint = "AB47 3D70 53D2 74CA DC2C 230C B648 02DC 33A6 4FF6";}]; }; lorenz = { name = "Lorenz Brun"; @@ -14721,7 +14727,7 @@ github = "lovesegfault"; githubId = 7243783; name = "Bernardo Meurer"; - keys = [ { fingerprint = "F193 7596 57D5 6DA4 CCD4 786B F4C0 D53B 8D14 C246"; } ]; + keys = [{fingerprint = "F193 7596 57D5 6DA4 CCD4 786B F4C0 D53B 8D14 C246";}]; }; lowfatcomputing = { email = "andreas.wagner@lowfatcomputing.org"; @@ -14741,7 +14747,7 @@ github = "loispostula"; githubId = 1423612; name = "Loïs Postula"; - keys = [ { fingerprint = "0B4A E7C7 D3B7 53F5 3B3D 774C 3819 3C6A 09C3 9ED1"; } ]; + keys = [{fingerprint = "0B4A E7C7 D3B7 53F5 3B3D 774C 3819 3C6A 09C3 9ED1";}]; }; lrewega = { email = "lrewega@c32.ca"; @@ -14791,7 +14797,7 @@ githubId = 153414530; matrix = "@ltstf1re:converser.eu"; name = "Little Starfire"; - keys = [ { fingerprint = "FE6C C3C9 2ACF 4367 2B56 5B22 8603 2ACC 051A 873D"; } ]; + keys = [{fingerprint = "FE6C C3C9 2ACF 4367 2B56 5B22 8603 2ACC 051A 873D";}]; }; lu15w1r7h = { email = "lwirth2000@gmail.com"; @@ -14816,7 +14822,7 @@ github = "lucas-deangelis"; githubId = 55180995; name = "Lucas De Angelis"; - keys = [ { fingerprint = "3C8B D3AD 93BB 1F36 B8FF 30BD 8627 E5ED F74B 5BF4"; } ]; + keys = [{fingerprint = "3C8B D3AD 93BB 1F36 B8FF 30BD 8627 E5ED F74B 5BF4";}]; }; lucasbergman = { email = "lucas@bergmans.us"; @@ -14871,7 +14877,7 @@ github = "ludovicopiero"; githubId = 44255157; name = "Ludovico Piero"; - keys = [ { fingerprint = "72CA 4F61 46C6 0DAB 6193 4D35 3911 DD27 6CFE 779C"; } ]; + keys = [{fingerprint = "72CA 4F61 46C6 0DAB 6193 4D35 3911 DD27 6CFE 779C";}]; }; lufia = { email = "lufia@lufia.org"; @@ -14884,7 +14890,7 @@ email = "luflosi@luflosi.de"; github = "Luflosi"; githubId = 15217907; - keys = [ { fingerprint = "66D1 3048 2B5F 2069 81A6 6B83 6F98 7CCF 224D 20B9"; } ]; + keys = [{fingerprint = "66D1 3048 2B5F 2069 81A6 6B83 6F98 7CCF 224D 20B9";}]; }; luftmensch-luftmensch = { email = "valentinobocchetti59@gmail.com"; @@ -14903,7 +14909,7 @@ github = "propet"; githubId = 8515861; name = "Luis D. Aranda Sánchez"; - keys = [ { fingerprint = "AB7C 81F4 9E07 CC64 F3E7 BC25 DCAC C6F4 AAFC C04E"; } ]; + keys = [{fingerprint = "AB7C 81F4 9E07 CC64 F3E7 BC25 DCAC C6F4 AAFC C04E";}]; }; luisnquin = { email = "lpaandres2020@gmail.com"; @@ -14930,7 +14936,7 @@ name = "Luiz Ribeiro"; github = "luizribeiro"; githubId = 112069; - keys = [ { fingerprint = "97A0 AE5E 03F3 499B 7D7A 65C6 76A4 1432 37EF 5817"; } ]; + keys = [{fingerprint = "97A0 AE5E 03F3 499B 7D7A 65C6 76A4 1432 37EF 5817";}]; }; lukas-heiligenbrunner = { email = "lukas.heiligenbrunner@gmail.com"; @@ -15108,7 +15114,7 @@ email = "umutinanerdogan@proton.me"; github = "lzcunt"; githubId = 40492846; - keys = [ { fingerprint = "B766 7717 1644 5ABC DE82 94AA 4679 BF7D CC04 4783"; } ]; + keys = [{fingerprint = "B766 7717 1644 5ABC DE82 94AA 4679 BF7D CC04 4783";}]; matrix = "@sananatheskenana:matrix.org"; name = "sanana the skenana"; }; @@ -15160,7 +15166,7 @@ email = "max@haland.org"; github = "mabster314"; githubId = 5741741; - keys = [ { fingerprint = "71EF 8F1F 0C24 8B4D 5CDC 1B47 74B3 D790 77EE 37A8"; } ]; + keys = [{fingerprint = "71EF 8F1F 0C24 8B4D 5CDC 1B47 74B3 D790 77EE 37A8";}]; }; mac-chaffee = { name = "Mac Chaffee"; @@ -15172,7 +15178,7 @@ name = "Ian Macalinao"; github = "macalinao"; githubId = 401263; - keys = [ { fingerprint = "1147 43F1 E707 6F3E 6F4B 2C96 B9A8 B592 F126 F8E8"; } ]; + keys = [{fingerprint = "1147 43F1 E707 6F3E 6F4B 2C96 B9A8 B592 F126 F8E8";}]; }; macronova = { name = "Sicheng Pan"; @@ -15180,7 +15186,7 @@ matrix = "@macronova:invariantspace.com"; github = "Sicheng-Pan"; githubId = 60079945; - keys = [ { fingerprint = "7590 C9DD E19D 4497 9EE9 0B14 CE96 9670 FB4B 4A56"; } ]; + keys = [{fingerprint = "7590 C9DD E19D 4497 9EE9 0B14 CE96 9670 FB4B 4A56";}]; }; madeddie = { email = "edwin@madtech.cx"; @@ -15213,7 +15219,7 @@ github = "m-rey"; githubId = 42996147; name = "Mæve"; - keys = [ { fingerprint = "96C9 D086 CC9D 7BD7 EF24 80E2 9168 796A 1CC3 AEA2"; } ]; + keys = [{fingerprint = "96C9 D086 CC9D 7BD7 EF24 80E2 9168 796A 1CC3 AEA2";}]; }; maeve-oake = { email = "maeve@oa.ke"; @@ -15246,8 +15252,8 @@ github = "magistau"; githubId = 43097806; keys = [ - { fingerprint = "C7EA B182 2AB1 246C 0FB8 DD72 0514 0B67 902C D3AF"; } - { fingerprint = "DA77 EDDB 4AF5 244C 665E 9176 A05E A86A 5834 1AA8"; } + {fingerprint = "C7EA B182 2AB1 246C 0FB8 DD72 0514 0B67 902C D3AF";} + {fingerprint = "DA77 EDDB 4AF5 244C 665E 9176 A05E A86A 5834 1AA8";} ]; }; magneticflux- = { @@ -15255,7 +15261,7 @@ github = "magneticflux-"; githubId = 9124288; name = "Mitchell Skaggs"; - keys = [ { fingerprint = "CA2A 3324 43A7 BD99 8FCE DFC4 4EB0 FECB 84AE 8967"; } ]; + keys = [{fingerprint = "CA2A 3324 43A7 BD99 8FCE DFC4 4EB0 FECB 84AE 8967";}]; }; magnetophon = { email = "bart@magnetophon.nl"; @@ -15304,7 +15310,7 @@ githubId = 19927330; name = "Maiko Tan"; keys = [ - { fingerprint = "9C68 989F ECF9 8993 3225 96DD 970A 6794 990C 52AE"; } + {fingerprint = "9C68 989F ECF9 8993 3225 96DD 970A 6794 990C 52AE";} ]; }; majesticmullet = { @@ -15341,7 +15347,7 @@ github = "makuru-org"; githubId = 58048293; name = "Makuru"; - keys = [ { fingerprint = "5B22 7123 362F DEF1 8F79 BF2B 4792 3A0F EEB5 51C7"; } ]; + keys = [{fingerprint = "5B22 7123 362F DEF1 8F79 BF2B 4792 3A0F EEB5 51C7";}]; }; malbarbo = { email = "malbarbo@gmail.com"; @@ -15354,7 +15360,7 @@ email = "abdelmalik.najhi@stud.hs-kempten.de"; github = "malikwirin"; githubId = 117918464; - keys = [ { fingerprint = "B5ED 595C 8C7E 133C 6B68 63C8 CFEF 1E35 0351 F72D"; } ]; + keys = [{fingerprint = "B5ED 595C 8C7E 133C 6B68 63C8 CFEF 1E35 0351 F72D";}]; }; malo = { email = "mbourgon@gmail.com"; @@ -15401,7 +15407,7 @@ email = "me@mange.dev"; github = "Mange"; githubId = 1599; - keys = [ { fingerprint = "2EA6 F4AA 110A 1BF2 2275 19A9 0443 C69F 6F02 2CDE"; } ]; + keys = [{fingerprint = "2EA6 F4AA 110A 1BF2 2275 19A9 0443 C69F 6F02 2CDE";}]; }; mangoiv = { email = "contact@mangoiv.com"; @@ -15470,7 +15476,7 @@ github = "marcin-serwin"; githubId = 12128106; email = "marcin@serwin.dev"; - keys = [ { fingerprint = "F311 FA15 1A66 1875 0C4D A88D 82F5 C70C DC49 FD1D"; } ]; + keys = [{fingerprint = "F311 FA15 1A66 1875 0C4D A88D 82F5 C70C DC49 FD1D";}]; }; marcovergueira = { email = "vergueira.marco@gmail.com"; @@ -15615,7 +15621,7 @@ github = "marzipankaiser"; githubId = 2551444; name = "Marcial Gaißert"; - keys = [ { fingerprint = "B573 5118 0375 A872 FBBF 7770 B629 036B E399 EEE9"; } ]; + keys = [{fingerprint = "B573 5118 0375 A872 FBBF 7770 B629 036B E399 EEE9";}]; }; masaeedu = { email = "masaeedu@gmail.com"; @@ -15818,7 +15824,7 @@ name = "Matthieu Barthel"; github = "MatthieuBarthel"; githubId = 435534; - keys = [ { fingerprint = "80EB 0F2B 484A BB80 7BEF 4145 BA23 F10E AADC 2E26"; } ]; + keys = [{fingerprint = "80EB 0F2B 484A BB80 7BEF 4145 BA23 F10E AADC 2E26";}]; }; matthuszagh = { email = "huszaghmatt@gmail.com"; @@ -15850,7 +15856,7 @@ githubId = 5046562; matrix = "@mattsturg:matrix.org"; name = "Matt Sturgeon"; - keys = [ { fingerprint = "7082 22EA 1808 E39A 83AC 8B18 4F91 844C ED1A 8299"; } ]; + keys = [{fingerprint = "7082 22EA 1808 E39A 83AC 8B18 4F91 844C ED1A 8299";}]; }; matusf = { email = "matus.ferech@gmail.com"; @@ -15875,7 +15881,7 @@ github = "mawis"; githubId = 2042030; name = "Matthias Wimmer"; - keys = [ { fingerprint = "CAEC A12D CE23 37A6 6DFD 17B0 7AC7 631D 70D6 C898"; } ]; + keys = [{fingerprint = "CAEC A12D CE23 37A6 6DFD 17B0 7AC7 631D 70D6 C898";}]; }; max = { email = "max+nixpkgs@privatevoid.net"; @@ -15895,7 +15901,7 @@ github = "max-niederman"; githubId = 19580458; name = "Max Niederman"; - keys = [ { fingerprint = "1DE4 424D BF77 1192 5DC4 CF5E 9AED 8814 81D8 444E"; } ]; + keys = [{fingerprint = "1DE4 424D BF77 1192 5DC4 CF5E 9AED 8814 81D8 444E";}]; }; max06 = { email = "max06.net@outlook.com"; @@ -15908,7 +15914,7 @@ github = "maxbrunet"; githubId = 32458727; name = "Maxime Brunet"; - keys = [ { fingerprint = "E9A2 EE26 EAC6 B3ED 6C10 61F3 4379 62FF 87EC FE2B"; } ]; + keys = [{fingerprint = "E9A2 EE26 EAC6 B3ED 6C10 61F3 4379 62FF 87EC FE2B";}]; }; maxdamantus = { email = "maxdamantus@gmail.com"; @@ -16046,7 +16052,7 @@ github = "mccurdyc"; githubId = 5546264; name = "Colton J. McCurdy"; - keys = [ { fingerprint = "D709 03C8 0BE9 ACDC 14F0 3BFB 77BF E531 397E DE94"; } ]; + keys = [{fingerprint = "D709 03C8 0BE9 ACDC 14F0 3BFB 77BF E531 397E DE94";}]; }; mcmtroffaes = { email = "matthias.troffaes@gmail.com"; @@ -16059,7 +16065,7 @@ github = "mcpar-land"; githubId = 55669980; name = "John McParland"; - keys = [ { fingerprint = "39D2 171D D733 C718 DD21 285E B326 E14B 05D8 7A4E"; } ]; + keys = [{fingerprint = "39D2 171D D733 C718 DD21 285E B326 E14B 05D8 7A4E";}]; }; MCSeekeri = { email = "mcseekeri@outlook.com"; @@ -16067,8 +16073,8 @@ githubId = 20928094; name = "MCSeekeri"; keys = [ - { fingerprint = "5922 79AB D9D6 85EB 9D16 754C ECDC AD89 5A38 4A12"; } - { fingerprint = "0762 A387 F160 76F1 116C BF13 3276 6666 6666 6666"; } + {fingerprint = "5922 79AB D9D6 85EB 9D16 754C ECDC AD89 5A38 4A12";} + {fingerprint = "0762 A387 F160 76F1 116C BF13 3276 6666 6666 6666";} ]; }; McSinyx = { @@ -16078,8 +16084,8 @@ matrix = "@cnx:loang.net"; name = "Nguyễn Gia Phong"; keys = [ - { fingerprint = "E90E 11B8 0493 343B 6132 E394 2714 8B2C 06A2 224B"; } - { fingerprint = "838A FE0D 55DC 074E 360F 943A 84B6 9CE6 F3F6 B767"; } + {fingerprint = "E90E 11B8 0493 343B 6132 E394 2714 8B2C 06A2 224B";} + {fingerprint = "838A FE0D 55DC 074E 360F 943A 84B6 9CE6 F3F6 B767";} ]; }; mcwitt = { @@ -16117,7 +16123,7 @@ github = "mdlayher"; githubId = 1926905; name = "Matt Layher"; - keys = [ { fingerprint = "D709 03C8 0BE9 ACDC 14F0 3BFB 77BF E531 397E DE94"; } ]; + keys = [{fingerprint = "D709 03C8 0BE9 ACDC 14F0 3BFB 77BF E531 397E DE94";}]; }; mdorman = { email = "mdorman@jaunder.io"; @@ -16155,7 +16161,7 @@ github = "meator"; githubId = 67633081; name = "meator"; - keys = [ { fingerprint = "7B0F 58A5 E0F1 A2EA 1157 8A73 1A14 CB34 64CB E5BF"; } ]; + keys = [{fingerprint = "7B0F 58A5 E0F1 A2EA 1157 8A73 1A14 CB34 64CB E5BF";}]; }; meditans = { email = "meditans@gmail.com"; @@ -16200,7 +16206,7 @@ githubId = 10659529; matrix = "@mel:rnrd.eu"; name = "Mel G."; - keys = [ { fingerprint = "D75A C286 ACA7 00B4 D8EC 377D 2082 F8EC 11CC 009B"; } ]; + keys = [{fingerprint = "D75A C286 ACA7 00B4 D8EC 377D 2082 F8EC 11CC 009B";}]; }; melchips = { email = "truphemus.francois@gmail.com"; @@ -16243,7 +16249,7 @@ github = "melvyn2"; githubId = 9157412; name = "melvyn"; - keys = [ { fingerprint = "232B 9F00 2153 CA86 849C 9224 25A2 B728 0CE3 AFF6"; } ]; + keys = [{fingerprint = "232B 9F00 2153 CA86 849C 9224 25A2 B728 0CE3 AFF6";}]; }; mephistophiles = { email = "mussitantesmortem@gmail.com"; @@ -16339,14 +16345,14 @@ github = "mhemeryck"; githubId = 5445250; name = "Martijn Hemeryck"; - keys = [ { fingerprint = "1B47 7ADA 04B4 7A5C E61A EDE0 1AA3 6833 BC86 F0F1"; } ]; + keys = [{fingerprint = "1B47 7ADA 04B4 7A5C E61A EDE0 1AA3 6833 BC86 F0F1";}]; }; mhutter = { email = "manuel@hutter.io"; github = "mhutter"; githubId = 346819; name = "Manuel Hutter"; - keys = [ { fingerprint = "BE27 20A9 0C16 C351 31E0 B2FB FC31 B4E5 4C4C F892"; } ]; + keys = [{fingerprint = "BE27 20A9 0C16 C351 31E0 B2FB FC31 B4E5 4C4C F892";}]; }; mi-ael = { email = "miael.oss.1970@gmail.com"; @@ -16359,13 +16365,13 @@ github = "miampf"; githubId = 111570799; name = "Mia Motte Mallon"; - keys = [ { fingerprint = "7008 92AA 6F32 8CAC 8740 0070 EF03 9364 B5B6 886C"; } ]; + keys = [{fingerprint = "7008 92AA 6F32 8CAC 8740 0070 EF03 9364 B5B6 886C";}]; }; miangraham = { github = "miangraham"; githubId = 704580; name = "M. Ian Graham"; - keys = [ { fingerprint = "8CE3 2906 516F C4D8 D373 308A E189 648A 55F5 9A9F"; } ]; + keys = [{fingerprint = "8CE3 2906 516F C4D8 D373 308A E189 648A 55F5 9A9F";}]; }; mib = { name = "mib"; @@ -16373,7 +16379,7 @@ matrix = "@mib:kanp.ai"; github = "mibmo"; githubId = 87388017; - keys = [ { fingerprint = "AB0D C647 B2F7 86EB 045C 7EFE CF6E 67DE D6DC 1E3F"; } ]; + keys = [{fingerprint = "AB0D C647 B2F7 86EB 045C 7EFE CF6E 67DE D6DC 1E3F";}]; }; mic92 = { email = "joerg@thalheim.io"; @@ -16423,7 +16429,7 @@ name = "Michael Glass"; github = "michaelglass"; githubId = 60136; - keys = [ { fingerprint = "46AF 8625 D92A 219B 8E6D B7F8 9CDD 3769 1649 1385"; } ]; + keys = [{fingerprint = "46AF 8625 D92A 219B 8E6D B7F8 9CDD 3769 1649 1385";}]; }; michaelgrahamevans = { email = "michaelgrahamevans@gmail.com"; @@ -16436,7 +16442,7 @@ name = "Michael Pacheco"; github = "MichaelPachec0"; githubId = 48970112; - keys = [ { fingerprint = "8D12 991F 5558 C501 70B2 779C 7811 46B0 B5F9 5F64"; } ]; + keys = [{fingerprint = "8D12 991F 5558 C501 70B2 779C 7811 46B0 B5F9 5F64";}]; }; michaelpj = { email = "me@michaelpj.com"; @@ -16492,7 +16498,7 @@ github = "midchildan"; githubId = 7343721; name = "midchildan"; - keys = [ { fingerprint = "FEF0 AE2D 5449 3482 5F06 40AA 186A 1EDA C5C6 3F83"; } ]; + keys = [{fingerprint = "FEF0 AE2D 5449 3482 5F06 40AA 186A 1EDA C5C6 3F83";}]; }; midischwarz12 = { email = "midischwarz@proton.me"; @@ -16565,14 +16571,14 @@ github = "mikroskeem"; githubId = 3490861; name = "Mark Vainomaa"; - keys = [ { fingerprint = "DB43 2895 CF68 F0CE D4B7 EF60 DA01 5B05 B5A1 1B22"; } ]; + keys = [{fingerprint = "DB43 2895 CF68 F0CE D4B7 EF60 DA01 5B05 B5A1 1B22";}]; }; mikut = { email = "mikut@mikut.dev"; github = "Mikutut"; githubId = 65046942; name = "Marcin Mikuła"; - keys = [ { fingerprint = "5547 2A56 AC30 69C9 15C8 B98D 997F 71FA 1D74 6E37"; } ]; + keys = [{fingerprint = "5547 2A56 AC30 69C9 15C8 B98D 997F 71FA 1D74 6E37";}]; }; milesbreslin = { email = "milesbreslin@gmail.com"; @@ -16639,7 +16645,7 @@ github = "minijackson"; githubId = 1200507; name = "Rémi Nicole"; - keys = [ { fingerprint = "3196 83D3 9A1B 4DE1 3DC2 51FD FEA8 88C9 F5D6 4F62"; } ]; + keys = [{fingerprint = "3196 83D3 9A1B 4DE1 3DC2 51FD FEA8 88C9 F5D6 4F62";}]; }; minion3665 = { name = "Skyler Grey"; @@ -16647,7 +16653,7 @@ matrix = "@minion3665:matrix.org"; github = "Minion3665"; githubId = 34243578; - keys = [ { fingerprint = "D520 AC8D 7C96 9212 5B2B BD3A 1AFD 1025 6B3C 714D"; } ]; + keys = [{fingerprint = "D520 AC8D 7C96 9212 5B2B BD3A 1AFD 1025 6B3C 714D";}]; }; minizilla = { email = "m.billyzaelani@gmail.com"; @@ -16691,7 +16697,7 @@ github = "mirrorwitch"; githubId = 146672255; name = "mirrorwitch"; - keys = [ { fingerprint = "C3E7 F8C4 9CBC 9320 D360 B117 8516 D0FA 7D8F 58FC"; } ]; + keys = [{fingerprint = "C3E7 F8C4 9CBC 9320 D360 B117 8516 D0FA 7D8F 58FC";}]; }; Misaka13514 = { name = "Misaka13514"; @@ -16699,7 +16705,7 @@ matrix = "@misaka13514:matrix.org"; github = "Misaka13514"; githubId = 54669781; - keys = [ { fingerprint = "293B 93D8 A471 059F 85D7 16A6 5BA9 2099 D9BE 2DAA"; } ]; + keys = [{fingerprint = "293B 93D8 A471 059F 85D7 16A6 5BA9 2099 D9BE 2DAA";}]; }; misilelab = { name = "misilelab"; @@ -16719,7 +16725,7 @@ githubId = 5727578; matrix = "@misterio:matrix.org"; name = "Gabriel Fontes"; - keys = [ { fingerprint = "7088 C742 1873 E0DB 97FF 17C2 245C AB70 B4C2 25E9"; } ]; + keys = [{fingerprint = "7088 C742 1873 E0DB 97FF 17C2 245C AB70 B4C2 25E9";}]; }; mistydemeo = { email = "misty@axo.dev"; @@ -16781,7 +16787,7 @@ github = "mkf"; githubId = 7753506; name = "Michał Krzysztof Feiler"; - keys = [ { fingerprint = "1E36 9940 CC7E 01C4 CFE8 F20A E35C 2D7C 2C6A C724"; } ]; + keys = [{fingerprint = "1E36 9940 CC7E 01C4 CFE8 F20A E35C 2D7C 2C6A C724";}]; }; mkg = { email = "mkg@vt.edu"; @@ -16795,7 +16801,7 @@ github = "mkg20001"; githubId = 7735145; name = "Maciej Krüger"; - keys = [ { fingerprint = "E90C BA34 55B3 6236 740C 038F 0D94 8CE1 9CF4 9C5F"; } ]; + keys = [{fingerprint = "E90C BA34 55B3 6236 740C 038F 0D94 8CE1 9CF4 9C5F";}]; }; mksafavi = { name = "MK Safavi"; @@ -16808,7 +16814,7 @@ github = "mktip"; githubId = 45905717; name = "Mohammad Issa"; - keys = [ { fingerprint = "64BE BF11 96C3 DD7A 443E 8314 1DC0 82FA DE5B A863"; } ]; + keys = [{fingerprint = "64BE BF11 96C3 DD7A 443E 8314 1DC0 82FA DE5B A863";}]; }; mlaradji = { name = "Mohamed Laradji"; @@ -16915,7 +16921,7 @@ email = "me@momee.mt"; github = "momeemt"; githubId = 43488453; - keys = [ { fingerprint = "D94F EA9F 5B08 F6A1 7B8F EB8B ACB5 4F0C BC6A A7C6"; } ]; + keys = [{fingerprint = "D94F EA9F 5B08 F6A1 7B8F EB8B ACB5 4F0C BC6A A7C6";}]; }; monaaraj = { name = "Mon Aaraj"; @@ -16953,7 +16959,7 @@ email = "chris@cdom.io"; github = "montchr"; githubId = 1757914; - keys = [ { fingerprint = "6460 4147 C434 F65E C306 A21F 135E EDD0 F719 34F3"; } ]; + keys = [{fingerprint = "6460 4147 C434 F65E C306 A21F 135E EDD0 F719 34F3";}]; }; moody = { email = "moody@posixcafe.org"; @@ -16973,14 +16979,14 @@ matrix = "@moraxyc:qaq.li"; github = "Moraxyc"; githubId = 69713071; - keys = [ { fingerprint = "7DD1 A4DF 7DD6 AEEB F07B 1108 8296 4F3A B1D9 DE79"; } ]; + keys = [{fingerprint = "7DD1 A4DF 7DD6 AEEB F07B 1108 8296 4F3A B1D9 DE79";}]; }; moredread = { email = "code@apb.name"; github = "Moredread"; githubId = 100848; name = "André-Patrick Bubel"; - keys = [ { fingerprint = "4412 38AD CAD3 228D 876C 5455 118C E7C4 24B4 5728"; } ]; + keys = [{fingerprint = "4412 38AD CAD3 228D 876C 5455 118C E7C4 24B4 5728";}]; }; moretea = { email = "maarten@moretea.nl"; @@ -17028,7 +17034,7 @@ email = "motiejus@jakstys.lt"; github = "motiejus"; githubId = 107720; - keys = [ { fingerprint = "5F6B 7A8A 92A2 60A4 3704 9BEB 6F13 3A0C 1C28 48D7"; } ]; + keys = [{fingerprint = "5F6B 7A8A 92A2 60A4 3704 9BEB 6F13 3A0C 1C28 48D7";}]; matrix = "@motiejus:jakstys.lt"; name = "Motiejus Jakštys"; }; @@ -17081,7 +17087,7 @@ matrix = "@mrdev023:matrix.org"; github = "mrdev023"; githubId = 11292703; - keys = [ { fingerprint = "B19E 3F4A 2D80 6AB4 793F DF2F C73D 37CB ED7B FC77"; } ]; + keys = [{fingerprint = "B19E 3F4A 2D80 6AB4 793F DF2F C73D 37CB ED7B FC77";}]; }; mredaelli = { email = "massimo@typish.io"; @@ -17142,7 +17148,7 @@ name = "Egor Martynov"; github = "mrtnvgr"; githubId = 48406064; - keys = [ { fingerprint = "6FAD DB43 D5A5 FE52 6835 0943 5B33 79E9 81EF 48B1"; } ]; + keys = [{fingerprint = "6FAD DB43 D5A5 FE52 6835 0943 5B33 79E9 81EF 48B1";}]; }; mrVanDalo = { email = "contact@ingolf-wagner.de"; @@ -17156,7 +17162,7 @@ name = "Moritz Sanft"; github = "msanft"; githubId = 58110325; - keys = [ { fingerprint = "3CAC 1D21 3D97 88FF 149A E116 BB8B 30F5 A024 C31C"; } ]; + keys = [{fingerprint = "3CAC 1D21 3D97 88FF 149A E116 BB8B 30F5 A024 C31C";}]; }; mschristiansen = { email = "mikkel@rheosystems.com"; @@ -17187,7 +17193,7 @@ github = "msgilligan"; githubId = 61612; name = "Sean Gilligan"; - keys = [ { fingerprint = "3B66 ACFA D10F 02AA B1D5  2CB1 8DD0 D81D 7D1F C61A"; } ]; + keys = [{fingerprint = "3B66 ACFA D10F 02AA B1D5  2CB1 8DD0 D81D 7D1F C61A";}]; }; msiedlarek = { email = "mikolaj@siedlarek.pl"; @@ -17266,7 +17272,7 @@ email = "mtpham.nixos@protonmail.com"; github = "mtpham99"; githubId = 72663763; - keys = [ { fingerprint = "DB3E A12D B291 594A 79C5 F6B3 10AB 6868 37F6 FA3F"; } ]; + keys = [{fingerprint = "DB3E A12D B291 594A 79C5 F6B3 10AB 6868 37F6 FA3F";}]; }; mtreskin = { email = "zerthurd@gmail.com"; @@ -17322,7 +17328,7 @@ github = "muni-corn"; githubId = 33523827; matrix = "@municorn:matrix.org"; - keys = [ { fingerprint = "2686 7D83 CD74 CCEF 192F 052E 4B21 310A 52B1 5162"; } ]; + keys = [{fingerprint = "2686 7D83 CD74 CCEF 192F 052E 4B21 310A 52B1 5162";}]; }; munksgaard = { name = "Philip Munksgaard"; @@ -17330,7 +17336,7 @@ github = "Munksgaard"; githubId = 230613; matrix = "@philip:matrix.munksgaard.me"; - keys = [ { fingerprint = "5658 4D09 71AF E45F CC29 6BD7 4CE6 2A90 EFC0 B9B2"; } ]; + keys = [{fingerprint = "5658 4D09 71AF E45F CC29 6BD7 4CE6 2A90 EFC0 B9B2";}]; }; mupdt = { email = "nix@pdtpartners.com"; @@ -17355,7 +17361,7 @@ matrix = "@maxime:visonneau.fr"; github = "mvisonneau"; githubId = 1761583; - keys = [ { fingerprint = "EC63 0CEA E8BC 5EE5 5C58 F2E3 150D 6F0A E919 8D24"; } ]; + keys = [{fingerprint = "EC63 0CEA E8BC 5EE5 5C58 F2E3 150D 6F0A E919 8D24";}]; }; mvnetbiz = { email = "mvnetbiz@gmail.com"; @@ -17410,7 +17416,7 @@ email = "mymindstorm@evermiss.net"; github = "mymindstorm"; githubId = 27789806; - keys = [ { fingerprint = "52B9 A09F 788F 4D1F 0C94 9EBE EE39 A9F3 0C9D 72B5"; } ]; + keys = [{fingerprint = "52B9 A09F 788F 4D1F 0C94 9EBE EE39 A9F3 0C9D 72B5";}]; }; mynacol = { github = "Mynacol"; @@ -17453,7 +17459,7 @@ github = "n-hass"; githubId = 72363381; name = "n-hass"; - keys = [ { fingerprint = "FDEE 6116 DBA7 8840 7323 4466 A371 5973 2728 A6A6"; } ]; + keys = [{fingerprint = "FDEE 6116 DBA7 8840 7323 4466 A371 5973 2728 A6A6";}]; }; n00b0ss = { email = "nixpkgs@n00b0ss.de"; @@ -17473,14 +17479,14 @@ github = "n3oney"; githubId = 30625554; matrix = "@neoney:matrix.org"; - keys = [ { fingerprint = "9E6A 25F2 C1F2 9D76 ED00 1932 1261 173A 01E1 0298"; } ]; + keys = [{fingerprint = "9E6A 25F2 C1F2 9D76 ED00 1932 1261 173A 01E1 0298";}]; }; n8henrie = { name = "Nathan Henrie"; email = "nate@n8henrie.com"; github = "n8henrie"; githubId = 1234956; - "keys" = [ { "fingerprint" = "F21A 6194 C9DB 9899 CD09 E24E 434B 2C14 B8C3 3422"; } ]; + "keys" = [{"fingerprint" = "F21A 6194 C9DB 9899 CD09 E24E 434B 2C14 B8C3 3422";}]; }; nadiaholmquist = { name = "Nadia Holmquist Pedersen"; @@ -17523,7 +17529,7 @@ github = "nagy"; githubId = 692274; name = "Daniel Nagy"; - keys = [ { fingerprint = "F6AE 2C60 9196 A1BC ECD8 7108 1B8E 8DCB 576F B671"; } ]; + keys = [{fingerprint = "F6AE 2C60 9196 A1BC ECD8 7108 1B8E 8DCB 576F B671";}]; }; nagymathev = { name = "Viktor Nagymathe"; @@ -17535,7 +17541,7 @@ github = "trueNAHO"; githubId = 90870942; name = "Noah Pierre Biewesch"; - keys = [ { fingerprint = "5FC6 088A FB1A 609D 4532 F919 0C1C 177B 3B64 68E0"; } ]; + keys = [{fingerprint = "5FC6 088A FB1A 609D 4532 F919 0C1C 177B 3B64 68E0";}]; }; nalbyuites = { email = "ashijit007@gmail.com"; @@ -17571,7 +17577,7 @@ email = "hanakretzer@gmail.com"; github = "nanoyaki"; githubId = 144328493; - keys = [ { fingerprint = "D89F 440C 6CD7 4753 090F EC7A 4682 C5CB 4D9D EA3C"; } ]; + keys = [{fingerprint = "D89F 440C 6CD7 4753 090F EC7A 4682 C5CB 4D9D EA3C";}]; }; naora = { name = "Joris Gundermann"; @@ -17600,7 +17606,7 @@ github = "nasirhm"; githubId = 35005234; name = "Nasir Hussain"; - keys = [ { fingerprint = "7A10 AB8E 0BEC 566B 090C 9BE3 D812 6E55 9CE7 C35D"; } ]; + keys = [{fingerprint = "7A10 AB8E 0BEC 566B 090C 9BE3 D812 6E55 9CE7 C35D";}]; }; nat-418 = { github = "nat-418"; @@ -17648,14 +17654,14 @@ matrix = "@nki:m.nkagami.me"; github = "natsukagami"; githubId = 9061737; - keys = [ { fingerprint = "5581 26DC 886F E14D 501D B0F2 D6AD 7B57 A992 460C"; } ]; + keys = [{fingerprint = "5581 26DC 886F E14D 501D B0F2 D6AD 7B57 A992 460C";}]; }; natsukium = { email = "nixpkgs@natsukium.com"; github = "natsukium"; githubId = 25083790; name = "Tomoya Otabi"; - keys = [ { fingerprint = "3D14 6004 004C F882 D519 6CD4 9EA4 5A31 DB99 4C53"; } ]; + keys = [{fingerprint = "3D14 6004 004C F882 D519 6CD4 9EA4 5A31 DB99 4C53";}]; }; natto1784 = { email = "natto@weirdnatto.in"; @@ -17668,7 +17674,7 @@ github = "naufik"; githubId = 8577904; name = "Naufal Fikri"; - keys = [ { fingerprint = "1575 D651 E31EC 6117A CF0AA C1A3B 8BBC A515 8835"; } ]; + keys = [{fingerprint = "1575 D651 E31EC 6117A CF0AA C1A3B 8BBC A515 8835";}]; }; naxdy = { name = "Naxdy"; @@ -17676,7 +17682,7 @@ matrix = "@naxdy:naxdy.org"; github = "Naxdy"; githubId = 4532582; - keys = [ { fingerprint = "BDEA AB07 909D B96F 4106 85F1 CC15 0758 46BC E91B"; } ]; + keys = [{fingerprint = "BDEA AB07 909D B96F 4106 85F1 CC15 0758 46BC E91B";}]; }; nazarewk = { name = "Krzysztof Nazarewski"; @@ -17684,7 +17690,7 @@ matrix = "@nazarewk:matrix.org"; github = "nazarewk"; githubId = 3494992; - keys = [ { fingerprint = "4BFF 0614 03A2 47F0 AA0B 4BC4 916D 8B67 2418 92AE"; } ]; + keys = [{fingerprint = "4BFF 0614 03A2 47F0 AA0B 4BC4 916D 8B67 2418 92AE";}]; }; nbr = { github = "nbr"; @@ -17710,7 +17716,7 @@ github = "ncfavier"; githubId = 4323933; name = "Naïm Favier"; - keys = [ { fingerprint = "F3EB 4BBB 4E71 99BC 299C D4E9 95AF CE82 1190 8325"; } ]; + keys = [{fingerprint = "F3EB 4BBB 4E71 99BC 299C D4E9 95AF CE82 1190 8325";}]; }; nckx = { email = "github@tobias.gr"; @@ -17845,7 +17851,7 @@ email = "me@netali.de"; github = "NetaliDev"; githubId = 15304894; - keys = [ { fingerprint = "F729 2594 6F58 0B05 8FB3 F271 9C55 E636 426B 40A9"; } ]; + keys = [{fingerprint = "F729 2594 6F58 0B05 8FB3 F271 9C55 E636 426B 40A9";}]; }; netcrns = { email = "jason.wing@gmx.de"; @@ -17859,7 +17865,7 @@ matrix = "@netfox:catgirl.cloud"; github = "0xnetfox"; githubId = 97521402; - keys = [ { fingerprint = "E8E9 43D7 EB83 DB77 E41C D87F 9C77 CB70 F2E6 3EF7"; } ]; + keys = [{fingerprint = "E8E9 43D7 EB83 DB77 E41C D87F 9C77 CB70 F2E6 3EF7";}]; }; netixx = { email = "dev.espinetfrancois@gmail.com"; @@ -17879,7 +17885,7 @@ matrix = "@networkexception:nwex.de"; github = "networkException"; githubId = 42888162; - keys = [ { fingerprint = "A0B9 48C5 A263 55C2 035F 8567 FBB7 2A94 52D9 1A72"; } ]; + keys = [{fingerprint = "A0B9 48C5 A263 55C2 035F 8567 FBB7 2A94 52D9 1A72";}]; }; neverbehave = { email = "i@never.pet"; @@ -17947,7 +17953,7 @@ github = "nicbk"; githubId = 77309427; name = "Nicolás Kennedy"; - keys = [ { fingerprint = "7BC1 77D9 C222 B1DC FB2F 0484 C061 089E FEBF 7A35"; } ]; + keys = [{fingerprint = "7BC1 77D9 C222 B1DC FB2F 0484 C061 089E FEBF 7A35";}]; }; nicegamer7 = { name = "Kermina Awad"; @@ -17995,7 +18001,7 @@ github = "nicolas-goudry"; githubId = 8753998; name = "Nicolas Goudry"; - keys = [ { fingerprint = "21B6 A59A 4E89 0B1B 83E3 0CDB 01C8 8C03 5450 9AA9"; } ]; + keys = [{fingerprint = "21B6 A59A 4E89 0B1B 83E3 0CDB 01C8 8C03 5450 9AA9";}]; }; nicomem = { email = "nix@nicomem.com"; @@ -18008,7 +18014,7 @@ github = "nicoonoclaste"; githubId = 1155801; name = "nicoo"; - keys = [ { fingerprint = "E44E 9EA5 4B8E 256A FB73 49D3 EC9D 3708 72BC 7A8C"; } ]; + keys = [{fingerprint = "E44E 9EA5 4B8E 256A FB73 49D3 EC9D 3708 72BC 7A8C";}]; }; nidabdella = { name = "Mohamed Nidabdella"; @@ -18021,7 +18027,7 @@ github = "meithecatte"; githubId = 23580910; name = "Jakub Kądziołka"; - keys = [ { fingerprint = "E576 BFB2 CF6E B13D F571 33B9 E315 A758 4613 1564"; } ]; + keys = [{fingerprint = "E576 BFB2 CF6E B13D F571 33B9 E315 A758 4613 1564";}]; }; nielsegberts = { email = "nix@nielsegberts.nl"; @@ -18045,7 +18051,7 @@ email = "niklas.2.halonen@aalto.fi"; github = "xhalo32"; githubId = 15152190; - keys = [ { fingerprint = "AF3B 80CD A027 245B 51FC 6D9B E83A 373D A5AF 5068"; } ]; + keys = [{fingerprint = "AF3B 80CD A027 245B 51FC 6D9B E83A 373D A5AF 5068";}]; name = "Niklas Halonen"; }; niklaskorz = { @@ -18066,7 +18072,7 @@ email = "mail@nikolaiser.com"; githubId = 5569482; github = "nikolaiser"; - keys = [ { fingerprint = "FF23 8141 F4E9 1896 6162 F0CD 980B 9E9C 5686 F13A"; } ]; + keys = [{fingerprint = "FF23 8141 F4E9 1896 6162 F0CD 980B 9E9C 5686 F13A";}]; }; nikolaizombie1 = { name = "Fabio J. Matos Nieves"; @@ -18116,7 +18122,7 @@ github = "nim65s"; githubId = 131929; name = "Guilhem Saurel"; - keys = [ { fingerprint = "9B1A 7906 5D2F 2B80 6C8A 5A1C 7D2A CDAF 4653 CF28"; } ]; + keys = [{fingerprint = "9B1A 7906 5D2F 2B80 6C8A 5A1C 7D2A CDAF 4653 CF28";}]; }; nindouja = { email = "nindouja@proton.me"; @@ -18186,7 +18192,7 @@ github = "nixbitcoin"; githubId = 45737139; name = "nixbitcoindev"; - keys = [ { fingerprint = "577A 3452 7F3E 2A85 E80F E164 DD11 F9AD 5308 B3BA"; } ]; + keys = [{fingerprint = "577A 3452 7F3E 2A85 E80F E164 DD11 F9AD 5308 B3BA";}]; }; nixinator = { email = "33lockdown33@protonmail.com"; @@ -18212,7 +18218,7 @@ email = "n@nk.je"; github = "NKJe"; githubId = 1102306; - keys = [ { fingerprint = "B956 C6A4 22AF 86A0 8F77 A8CA DE3B ADFE CD31 A89D"; } ]; + keys = [{fingerprint = "B956 C6A4 22AF 86A0 8F77 A8CA DE3B ADFE CD31 A89D";}]; }; nkpvk = { email = "niko.pavlinek@gmail.com"; @@ -18271,7 +18277,7 @@ github = "noiioiu"; githubId = 151288161; name = "noiioiu"; - keys = [ { fingerprint = "99CC 06D6 1456 3689 CE75 58F3 BF51 F00D 0748 2A89"; } ]; + keys = [{fingerprint = "99CC 06D6 1456 3689 CE75 58F3 BF51 F00D 0748 2A89";}]; }; noisersup = { email = "patryk@kwiatek.xyz"; @@ -18372,14 +18378,14 @@ email = "bandali@gnu.org"; github = "bandali0"; githubId = 1254858; - keys = [ { fingerprint = "BE62 7373 8E61 6D6D 1B3A 08E8 A21A 0202 4881 6103"; } ]; + keys = [{fingerprint = "BE62 7373 8E61 6D6D 1B3A 08E8 A21A 0202 4881 6103";}]; }; notohh = { email = "contact@notohh.dev"; github = "notohh"; githubId = 31116143; name = "notohh"; - keys = [ { fingerprint = "C3CB 3B31 AF3F 986C 39E0 BE5B BD47 506D 475E E86D"; } ]; + keys = [{fingerprint = "C3CB 3B31 AF3F 986C 39E0 BE5B BD47 506D 475E E86D";}]; }; notthebee = { email = "moe@notthebe.ee"; @@ -18503,7 +18509,7 @@ githubId = 25458915; name = "Viktor Titov"; keys = [ - { fingerprint = "7CE2 4C42 942D 58EA 99F6 F00A A47E 7374 3EF6 FCC4"; } + {fingerprint = "7CE2 4C42 942D 58EA 99F6 F00A A47E 7374 3EF6 FCC4";} ]; }; nullcube = { @@ -18526,11 +18532,11 @@ githubId = 369111; keys = [ # >=2025, stays in one place - { fingerprint = "FD28 F9C9 81C5 D78E 56E8 8311 5C3E B94D 198F 1491"; } + {fingerprint = "FD28 F9C9 81C5 D78E 56E8 8311 5C3E B94D 198F 1491";} # >=2025, travels with me - { fingerprint = "C48F 475F 30A9 B192 3213 D5D5 C6E2 4809 77B2 F2F4"; } + {fingerprint = "C48F 475F 30A9 B192 3213 D5D5 C6E2 4809 77B2 F2F4";} # <=2024 - { fingerprint = "190B DA97 F616 DE35 6899 ED17 F819 F1AF 2FC1 C1FF"; } + {fingerprint = "190B DA97 F616 DE35 6899 ED17 F819 F1AF 2FC1 C1FF";} ]; }; numkem = { @@ -18570,7 +18576,7 @@ github = "nyadiia"; githubId = 43252360; name = "Nadia"; - keys = [ { fingerprint = "6B51 E324 238A F455 2381 313A 9254 1B0C D2A9 3AD8"; } ]; + keys = [{fingerprint = "6B51 E324 238A F455 2381 313A 9254 1B0C D2A9 3AD8";}]; }; nyanloutre = { email = "paul@nyanlout.re"; @@ -18601,7 +18607,7 @@ github = "nydragon"; email = "nix@ccnlc.eu"; githubId = 56591727; - keys = [ { fingerprint = "25FF 8464 F062 7EC0 0129 6A43 14AA 30A8 65EA 1209"; } ]; + keys = [{fingerprint = "25FF 8464 F062 7EC0 0129 6A43 14AA 30A8 65EA 1209";}]; }; nyukuru = { name = "nyukuru"; @@ -18615,7 +18621,7 @@ githubId = 7851175; name = "nzbr"; matrix = "@nzbr:nzbr.de"; - keys = [ { fingerprint = "BF3A 3EE6 3144 2C5F C9FB 39A7 6C78 B50B 97A4 2F8A"; } ]; + keys = [{fingerprint = "BF3A 3EE6 3144 2C5F C9FB 39A7 6C78 B50B 97A4 2F8A";}]; }; nzhang-zh = { email = "n.zhang.hp.au@gmail.com"; @@ -18646,7 +18652,7 @@ email = "dev@ob7.us"; github = "ob7"; githubId = 6877929; - keys = [ { fingerprint = "5C1C 0251 FA85 8C62 0E96 7AC5 2766 5625 0571 34E4"; } ]; + keys = [{fingerprint = "5C1C 0251 FA85 8C62 0E96 7AC5 2766 5625 0571 34E4";}]; }; obadz = { email = "obadz-nixos@obadz.com"; @@ -18672,7 +18678,7 @@ github = "obfusk"; githubId = 1260687; name = "FC Stegerman"; - keys = [ { fingerprint = "D5E4 A51D F8D2 55B9 FAC6 A9BB 2F96 07F0 9B36 0F2D"; } ]; + keys = [{fingerprint = "D5E4 A51D F8D2 55B9 FAC6 A9BB 2F96 07F0 9B36 0F2D";}]; }; obreitwi = { email = "oliver@breitwieser.eu"; @@ -18697,7 +18703,7 @@ github = "ocfox"; githubId = 47410251; name = "ocfox"; - keys = [ { fingerprint = "939E F8A5 CED8 7F50 5BB5 B2D0 24BC 2738 5F70 234F"; } ]; + keys = [{fingerprint = "939E F8A5 CED8 7F50 5BB5 B2D0 24BC 2738 5F70 234F";}]; }; octodi = { name = "octodi"; @@ -18718,7 +18724,7 @@ github = "oddlama"; githubId = 31919558; name = "oddlama"; - keys = [ { fingerprint = "680A A614 E988 DE3E 84E0 DEFA 503F 6C06 8410 4B0A"; } ]; + keys = [{fingerprint = "680A A614 E988 DE3E 84E0 DEFA 503F 6C06 8410 4B0A";}]; }; odi = { email = "oliver.dunkl@gmail.com"; @@ -18760,7 +18766,7 @@ github = "ohheyrj"; name = "ohheyrj"; githubId = 5339261; - keys = [ { fingerprint = "4258 3FE7 12E9 6071 E84D 53C7 6E1D A270 0B72 746D"; } ]; + keys = [{fingerprint = "4258 3FE7 12E9 6071 E84D 53C7 6E1D A270 0B72 746D";}]; }; oida = { email = "oida@posteo.de"; @@ -18896,7 +18902,7 @@ email = "dev@onemoresuza.com"; github = "onemoresuza"; githubId = 106456302; - keys = [ { fingerprint = "6FD3 7E64 11C5 C659 2F34 EDBC 4352 D15F B177 F2A8"; } ]; + keys = [{fingerprint = "6FD3 7E64 11C5 C659 2F34 EDBC 4352 D15F B177 F2A8";}]; }; onixie = { email = "onixie@gmail.com"; @@ -18928,7 +18934,7 @@ github = "make-42"; githubId = 17462236; matrix = "@ontake:matrix.ontake.dev"; - keys = [ { fingerprint = "36BC 916D DD4E B1EE EE82 4BBF DC95 900F 6DA7 9992"; } ]; + keys = [{fingerprint = "36BC 916D DD4E B1EE EE82 4BBF DC95 900F 6DA7 9992";}]; }; onthestairs = { email = "austinplatt@gmail.com"; @@ -18953,7 +18959,7 @@ email = "oliverwilkes2006@icloud.com"; github = "ooliver1"; githubId = 34910574; - keys = [ { fingerprint = "D055 8A23 3947 B7A0 F966 B07F 0B41 0348 9833 7273"; } ]; + keys = [{fingerprint = "D055 8A23 3947 B7A0 F966 B07F 0B41 0348 9833 7273";}]; }; Oops418 = { email = "oooopsxxx@gmail.com"; @@ -18996,7 +19002,7 @@ github = "orhun"; githubId = 24392180; name = "Orhun Parmaksız"; - keys = [ { fingerprint = "165E 0FF7 C48C 226E 1EC3 63A7 F834 2482 4B3E 4B90"; } ]; + keys = [{fingerprint = "165E 0FF7 C48C 226E 1EC3 63A7 F834 2482 4B3E 4B90";}]; }; orichter = { email = "richter-oliver@gmx.net"; @@ -19032,7 +19038,7 @@ github = "orzklv"; githubId = 54666588; name = "Sokhibjon Orzikulov"; - keys = [ { fingerprint = "00D2 7BC6 8707 0683 FBB9 137C 3C35 D3AF 0DA1 D6A8"; } ]; + keys = [{fingerprint = "00D2 7BC6 8707 0683 FBB9 137C 3C35 D3AF 0DA1 D6A8";}]; }; osbm = { email = "osmanfbayram@gmail.com"; @@ -19063,7 +19069,7 @@ github = "ostrolucky"; githubId = 496233; name = "Gabriel Ostrolucký"; - keys = [ { fingerprint = "6611 22A7 B778 6E4A E99A 9D6E C79A D015 19EF B134"; } ]; + keys = [{fingerprint = "6611 22A7 B778 6E4A E99A 9D6E C79A D015 19EF B134";}]; }; otavio = { email = "otavio.salvador@ossystems.com.br"; @@ -19107,7 +19113,7 @@ matrix = "@outfoxxed:outfoxxed.me"; github = "outfoxxed"; githubId = 83010835; - keys = [ { fingerprint = "0181 FF89 4F34 7FCC EB06 5710 4C88 A185 FB89 301E"; } ]; + keys = [{fingerprint = "0181 FF89 4F34 7FCC EB06 5710 4C88 A185 FB89 301E";}]; }; ovlach = { email = "ondrej@vlach.xyz"; @@ -19126,28 +19132,28 @@ github = "oxalica"; githubId = 14816024; name = "oxalica"; - keys = [ { fingerprint = "F90F FD6D 585C 2BA1 F13D E8A9 7571 654C F88E 31C2"; } ]; + keys = [{fingerprint = "F90F FD6D 585C 2BA1 F13D E8A9 7571 654C F88E 31C2";}]; }; oxapentane = { email = "blame@oxapentane.com"; github = "gshipunov"; githubId = 1297357; name = "Grigory Shipunov"; - keys = [ { fingerprint = "DD09 98E6 CDF2 9453 7FC6 04F9 91FA 5E5B F9AA 901C"; } ]; + keys = [{fingerprint = "DD09 98E6 CDF2 9453 7FC6 04F9 91FA 5E5B F9AA 901C";}]; }; oxij = { email = "oxij@oxij.org"; github = "oxij"; githubId = 391919; name = "Jan Malakhovski"; - keys = [ { fingerprint = "514B B966 B46E 3565 0508 86E8 0E6C A66E 5C55 7AA8"; } ]; + keys = [{fingerprint = "514B B966 B46E 3565 0508 86E8 0E6C A66E 5C55 7AA8";}]; }; oxzi = { email = "post@0x21.biz"; github = "oxzi"; githubId = 8402811; name = "Alvar Penning"; - keys = [ { fingerprint = "EB14 4E67 E57D 27E2 B5A4 CD8C F32A 4563 7FA2 5E31"; } ]; + keys = [{fingerprint = "EB14 4E67 E57D 27E2 B5A4 CD8C F32A 4563 7FA2 5E31";}]; }; oynqr = { email = "pd-nixpkgs@3b.pm"; @@ -19228,7 +19234,7 @@ github = "pagedMov"; githubId = 19557376; name = "Kyler Clay"; - keys = [ { fingerprint = "784B 3623 94E7 8F11 0B9D AE0F 56FD CFA6 2A93 B51E"; } ]; + keys = [{fingerprint = "784B 3623 94E7 8F11 0B9D AE0F 56FD CFA6 2A93 B51E";}]; }; paholg = { email = "paho@paholg.com"; @@ -19278,7 +19284,7 @@ matrix = "@panchoh:matrix.org"; github = "panchoh"; githubId = 471059; - keys = [ { fingerprint = "4430 F502 8B19 FAF4 A40E C4E8 11E0 447D 4ABB A7D0"; } ]; + keys = [{fingerprint = "4430 F502 8B19 FAF4 A40E C4E8 11E0 447D 4ABB A7D0";}]; }; panda2134 = { email = "me+nixpkgs@panda2134.site"; @@ -19409,7 +19415,7 @@ github = "PatrickDaG"; githubId = 58092422; name = "Patrick"; - keys = [ { fingerprint = "5E4C 3D74 80C2 35FE 2F0B D23F 7DD6 A72E C899 617D"; } ]; + keys = [{fingerprint = "5E4C 3D74 80C2 35FE 2F0B D23F 7DD6 A72E C899 617D";}]; }; patricksjackson = { email = "patrick@jackson.dev"; @@ -19422,7 +19428,7 @@ github = "Patryk27"; githubId = 3395477; name = "Patryk Wychowaniec"; - keys = [ { fingerprint = "196A BFEC 6A1D D1EC 7594 F8D1 F625 47D0 75E0 9767"; } ]; + keys = [{fingerprint = "196A BFEC 6A1D D1EC 7594 F8D1 F625 47D0 75E0 9767";}]; }; patryk4815 = { email = "patryk.sondej@gmail.com"; @@ -19489,7 +19495,7 @@ github = "pbek"; githubId = 1798101; name = "Patrizio Bekerle"; - keys = [ { fingerprint = "E005 48D5 D6AC 812C AAD2 AFFA 9C42 B05E 5913 60DC"; } ]; + keys = [{fingerprint = "E005 48D5 D6AC 812C AAD2 AFFA 9C42 B05E 5913 60DC";}]; }; pbeucher = { email = "pierre@crafteo.io"; @@ -19604,7 +19610,7 @@ github = "cyclic-pentane"; githubId = 74795488; name = "pentane"; - keys = [ { fingerprint = "4231 75F6 8360 68C8 2ACB AEDA 63F4 EC2F FE55 0874"; } ]; + keys = [{fingerprint = "4231 75F6 8360 68C8 2ACB AEDA 63F4 EC2F FE55 0874";}]; }; perchun = { name = "Perchun Pak"; @@ -19670,7 +19676,7 @@ github = "peterwilli"; githubId = 1212814; name = "Peter Willemsen"; - keys = [ { fingerprint = "A37F D403 88E2 D026 B9F6 9617 5C9D D4BF B96A 28F0"; } ]; + keys = [{fingerprint = "A37F D403 88E2 D026 B9F6 9617 5C9D D4BF B96A 28F0";}]; }; peti = { email = "simons@cryp.to"; @@ -19689,7 +19695,7 @@ github = "petrkozorezov"; githubId = 645017; name = "Petr Kozorezov"; - keys = [ { fingerprint = "7F1A 353D 3D6D 9CEF 63A9 B5C6 699F 32D5 9999 7C90"; } ]; + keys = [{fingerprint = "7F1A 353D 3D6D 9CEF 63A9 B5C6 699F 32D5 9999 7C90";}]; }; petrosagg = { email = "petrosagg@gmail.com"; @@ -19715,7 +19721,7 @@ matrix = "@phaer:matrix.org"; github = "phaer"; githubId = 101753; - keys = [ { fingerprint = "5D69 CF04 B7BC 2BC1 A567 9267 00BC F29B 3208 0700"; } ]; + keys = [{fingerprint = "5D69 CF04 B7BC 2BC1 A567 9267 00BC F29B 3208 0700";}]; }; phanirithvij = { name = "Phani Rithvij"; @@ -19730,7 +19736,7 @@ github = "leolavaur"; githubId = 82591009; - keys = [ { fingerprint = "7756 E88F 3C6A 47A5 C5F0 CDFB AB54 6777 F93E 20BF"; } ]; + keys = [{fingerprint = "7756 E88F 3C6A 47A5 C5F0 CDFB AB54 6777 F93E 20BF";}]; }; phdyellow = { name = "Phil Dyer"; @@ -19744,7 +19750,7 @@ github = "phfroidmont"; githubId = 8150907; - keys = [ { fingerprint = "3AC6 F170 F011 33CE 393B CD94 BE94 8AFD 7E78 73BE"; } ]; + keys = [{fingerprint = "3AC6 F170 F011 33CE 393B CD94 BE94 8AFD 7E78 73BE";}]; }; phijor = { name = "Philipp Joram"; @@ -19763,7 +19769,7 @@ matrix = "@phil8o:matrix.org"; github = "philclifford"; githubId = 8797027; - keys = [ { fingerprint = "FC15 E59F 0CFA 9329 101B 71D9 92F7 A790 E9BA F1F7"; } ]; + keys = [{fingerprint = "FC15 E59F 0CFA 9329 101B 71D9 92F7 A790 E9BA F1F7";}]; name = "Phil Clifford"; }; phile314 = { @@ -19777,7 +19783,7 @@ name = "Philip de Bruin"; github = "PhiliPdB"; githubId = 7051056; - keys = [ { fingerprint = "01AE 5EC2 39D9 CE4B DDB0 166A 4EC5 5FB7 07DC 24C4"; } ]; + keys = [{fingerprint = "01AE 5EC2 39D9 CE4B DDB0 166A 4EC5 5FB7 07DC 24C4";}]; }; Philipp-M = { email = "philipp@mildenberger.me"; @@ -19935,14 +19941,14 @@ github = "pingiun"; githubId = 1576660; name = "Jelle Besseling"; - keys = [ { fingerprint = "A3A3 65AE 16ED A7A0 C29C 88F1 9712 452E 8BE3 372E"; } ]; + keys = [{fingerprint = "A3A3 65AE 16ED A7A0 C29C 88F1 9712 452E 8BE3 372E";}]; }; pinpox = { email = "mail@pablo.tools"; github = "pinpox"; githubId = 1719781; name = "Pablo Ovelleiro Corral"; - keys = [ { fingerprint = "D03B 218C AE77 1F77 D7F9 20D9 823A 6154 4264 08D3"; } ]; + keys = [{fingerprint = "D03B 218C AE77 1F77 D7F9 20D9 823A 6154 4264 08D3";}]; }; piotrkwiecinski = { email = "piokwiecinski+nixpkgs@gmail.com"; @@ -20045,7 +20051,7 @@ email = "labadens.pierre+nixpkgs@gmail.com"; github = "plabadens"; githubId = 4303706; - keys = [ { fingerprint = "B00F E582 FD3F 0732 EA48 3937 F558 14E4 D687 4375"; } ]; + keys = [{fingerprint = "B00F E582 FD3F 0732 EA48 3937 F558 14E4 D687 4375";}]; }; pladypus = { name = "Peter Loftus"; @@ -20119,7 +20125,7 @@ github = "pmenke-de"; githubId = 898922; name = "Philipp Menke"; - keys = [ { fingerprint = "ED54 5EFD 64B6 B5AA EC61 8C16 EB7F 2D4C CBE2 3B69"; } ]; + keys = [{fingerprint = "ED54 5EFD 64B6 B5AA EC61 8C16 EB7F 2D4C CBE2 3B69";}]; }; pmeunier = { email = "pierre-etienne.meunier@inria.fr"; @@ -20139,7 +20145,7 @@ name = "Philip White"; github = "philipmw"; githubId = 1379645; - keys = [ { fingerprint = "9AB0 6C94 C3D1 F9D0 B9D9 A832 BC54 6FB3 B16C 8B0B"; } ]; + keys = [{fingerprint = "9AB0 6C94 C3D1 F9D0 B9D9 A832 BC54 6FB3 B16C 8B0B";}]; }; pmy = { email = "pmy@xqzp.net"; @@ -20176,7 +20182,7 @@ github = "pnotequalnp"; githubId = 46154511; name = "Kevin Mullins"; - keys = [ { fingerprint = "2CD2 B030 BD22 32EF DF5A 008A 3618 20A4 5DB4 1E9A"; } ]; + keys = [{fingerprint = "2CD2 B030 BD22 32EF DF5A 008A 3618 20A4 5DB4 1E9A";}]; }; podocarp = { email = "xdjiaxd@gmail.com"; @@ -20278,7 +20284,7 @@ github = "poscat0x04"; githubId = 53291983; name = "Poscat Tarski"; - keys = [ { fingerprint = "48AD DE10 F27B AFB4 7BB0 CCAF 2D25 95A0 0D08 ACE0"; } ]; + keys = [{fingerprint = "48AD DE10 F27B AFB4 7BB0 CCAF 2D25 95A0 0D08 ACE0";}]; }; posch = { email = "tp@fonz.de"; @@ -20296,7 +20302,7 @@ github = "pouya-abbassi"; githubId = 8519318; name = "Pouya Abbasi"; - keys = [ { fingerprint = "8CC7 EB15 3563 4205 E9C2 AAD9 AF5A 5A4A D4FD 8797"; } ]; + keys = [{fingerprint = "8CC7 EB15 3563 4205 E9C2 AAD9 AF5A 5A4A D4FD 8797";}]; }; poweredbypie = { name = "poweredbypie"; @@ -20345,7 +20351,7 @@ github = "pradyuman"; githubId = 9904569; name = "Pradyuman Vig"; - keys = [ { fingerprint = "240B 57DE 4271 2480 7CE3 EAC8 4F74 D536 1C4C A31E"; } ]; + keys = [{fingerprint = "240B 57DE 4271 2480 7CE3 EAC8 4F74 D536 1C4C A31E";}]; }; preisschild = { email = "florian@florianstroeger.com"; @@ -20359,7 +20365,7 @@ matrix = "@presto8:matrix.org"; github = "presto8"; githubId = 246631; - keys = [ { fingerprint = "3E46 7EF1 54AA A1D0 C7DF A694 E45C B17F 1940 CA52"; } ]; + keys = [{fingerprint = "3E46 7EF1 54AA A1D0 C7DF A694 E45C B17F 1940 CA52";}]; }; priegger = { email = "philipp@riegger.name"; @@ -20391,7 +20397,7 @@ matrix = "@princemachiavelli:matrix.org"; github = "Princemachiavelli"; githubId = 2730968; - keys = [ { fingerprint = "DD54 130B ABEC B65C 1F6B 2A38 8312 4F97 A318 EA18"; } ]; + keys = [{fingerprint = "DD54 130B ABEC B65C 1F6B 2A38 8312 4F97 A318 EA18";}]; }; prit342 = { email = "prithak342@gmail.com"; @@ -20440,8 +20446,8 @@ githubId = 7693005; name = "Petr Portnov"; keys = [ - { fingerprint = "884B 08D2 8DFF 6209 1857 C1C7 7E8F C8F7 D1BB 84A3"; } - { fingerprint = "AA96 35AA F392 52BF 0E60 825E 1192 2217 F828 8484"; } + {fingerprint = "884B 08D2 8DFF 6209 1857 C1C7 7E8F C8F7 D1BB 84A3";} + {fingerprint = "AA96 35AA F392 52BF 0E60 825E 1192 2217 F828 8484";} ]; }; progval = { @@ -20454,7 +20460,7 @@ name = "ProjectInitiative"; github = "ProjectInitiative"; githubId = 6314611; - keys = [ { fingerprint = "EEC7 53FC EAAA FD9E 4DC0 9BB5 CAEB 4185 C226 D76B"; } ]; + keys = [{fingerprint = "EEC7 53FC EAAA FD9E 4DC0 9BB5 CAEB 4185 C226 D76B";}]; }; prominentretail = { email = "me@jakepark.me"; @@ -20502,7 +20508,7 @@ github = "prrlvr"; githubId = 33699501; name = "Pierre-Olivier Rey"; - keys = [ { fingerprint = "40A0 78FD 297B 0AC1 E6D8 A119 4D38 49D9 9555 1307"; } ]; + keys = [{fingerprint = "40A0 78FD 297B 0AC1 E6D8 A119 4D38 49D9 9555 1307";}]; }; prtzl = { email = "matej.blagsic@protonmail.com"; @@ -20515,7 +20521,7 @@ github = "prusnak"; githubId = 42201; name = "Pavol Rusnak"; - keys = [ { fingerprint = "86E6 792F C27B FD47 8860 C110 91F3 B339 B9A0 2A3D"; } ]; + keys = [{fingerprint = "86E6 792F C27B FD47 8860 C110 91F3 B339 B9A0 2A3D";}]; }; psanford = { email = "psanford@sanford.io"; @@ -20529,7 +20535,7 @@ githubId = 37886; name = "Philipp Schmitt"; matrix = "@pschmitt:one.ems.host"; - keys = [ { fingerprint = "9FBF 2ABF FB37 F7F3 F502 44E5 DC43 9C47 EACB 17F9"; } ]; + keys = [{fingerprint = "9FBF 2ABF FB37 F7F3 F502 44E5 DC43 9C47 EACB 17F9";}]; }; pshirshov = { email = "pshirshov@eml.cc"; @@ -20649,7 +20655,7 @@ pwnwriter = { name = "Nabeen Tiwaree"; email = "hi@pwnwriter.me"; - keys = [ { fingerprint = "C153 DE7C 0A0D 432E F033 2B0B A524 11EC 5582 DE3A"; } ]; + keys = [{fingerprint = "C153 DE7C 0A0D 432E F033 2B0B A524 11EC 5582 DE3A";}]; github = "pwnwriter"; githubId = 90331517; }; @@ -20670,7 +20676,7 @@ email = "carter@isons.org"; github = "pyrotelekinetic"; githubId = 29682759; - keys = [ { fingerprint = "5963 78DB 25AA 608D 2743 D466 5D6A D9AE 71B3 F983"; } ]; + keys = [{fingerprint = "5963 78DB 25AA 608D 2743 D466 5D6A D9AE 71B3 F983";}]; }; pyrox0 = { name = "Pyrox"; @@ -20678,7 +20684,7 @@ matrix = "@pyrox:pyrox.dev"; github = "pyrox0"; githubId = 35778371; - keys = [ { fingerprint = "4CA9 72FB ADC8 1416 0F10 3138 FE1D 8A7D 620C 611F"; } ]; + keys = [{fingerprint = "4CA9 72FB ADC8 1416 0F10 3138 FE1D 8A7D 620C 611F";}]; }; pyxels = { email = "pyxels.dev@gmail.com"; @@ -20710,7 +20716,7 @@ github = "qbit"; githubId = 68368; matrix = "@qbit:tapenet.org"; - keys = [ { fingerprint = "3586 3350 BFEA C101 DB1A 4AF0 1F81 112D 62A9 ADCE"; } ]; + keys = [{fingerprint = "3586 3350 BFEA C101 DB1A 4AF0 1F81 112D 62A9 ADCE";}]; }; qdlmcfresh = { name = "Philipp Urlbauer"; @@ -20723,7 +20729,7 @@ email = "development@qf0xb.de"; github = "QF0xB"; githubId = 37348361; - keys = [ { fingerprint = "9036 0B7D B6B7 8B75 E901 3D11 3FF8 C23C 46F2 CC90"; } ]; + keys = [{fingerprint = "9036 0B7D B6B7 8B75 E901 3D11 3FF8 C23C 46F2 CC90";}]; }; qjoly = { email = "github@une-pause-cafe.fr"; @@ -20791,7 +20797,7 @@ github = "quentinmit"; githubId = 115761; name = "Quentin Smith"; - keys = [ { fingerprint = "1C71 A066 5400 AACD 142E B1A0 04EE 05A8 FCEF B697"; } ]; + keys = [{fingerprint = "1C71 A066 5400 AACD 142E B1A0 04EE 05A8 FCEF B697";}]; }; quentin-m = { email = "me+nix@quentin-machu.fr"; @@ -20852,7 +20858,7 @@ githubId = 2768870; name = "Alyssa Ross"; matrix = "@qyliss:fairydust.space"; - keys = [ { fingerprint = "7573 56D7 79BB B888 773E 415E 736C CDF9 EF51 BD97"; } ]; + keys = [{fingerprint = "7573 56D7 79BB B888 773E 415E 736C CDF9 EF51 BD97";}]; }; qyriad = { email = "qyriad@qyriad.me"; @@ -20878,7 +20884,7 @@ github = "r17x"; githubId = 16365952; name = "Rin"; - keys = [ { fingerprint = "476A F55D 6378 F878 0709 848A 18F9 F516 1CC0 576C"; } ]; + keys = [{fingerprint = "476A F55D 6378 F878 0709 848A 18F9 F516 1CC0 576C";}]; }; r3dl3g = { email = "redleg@rothfuss-web.de"; @@ -20896,7 +20902,7 @@ email = "raven6107@gmail.com"; github = "r4v3n6101"; githubId = 30029970; - keys = [ { fingerprint = "FA05 8A29 B45E 06C0 8FE9 4907 05D2 BE42 F3EC D7CC"; } ]; + keys = [{fingerprint = "FA05 8A29 B45E 06C0 8FE9 4907 05D2 BE42 F3EC D7CC";}]; }; raboof = { email = "arnout@bzzt.net"; @@ -20929,7 +20935,7 @@ email = "pr9@tuta.io"; github = "rafa-dot-el"; githubId = 104688305; - keys = [ { fingerprint = "5F0B 3EAC F1F9 8155 0946 CDF5 469E 3255 A40D 2AD6"; } ]; + keys = [{fingerprint = "5F0B 3EAC F1F9 8155 0946 CDF5 469E 3255 A40D 2AD6";}]; }; rafaelgg = { email = "rafael.garcia.gallego@gmail.com"; @@ -20979,7 +20985,7 @@ github = "rake5k"; githubId = 13007345; name = "Christian Harke"; - keys = [ { fingerprint = "4EBB 30F1 E89A 541A A7F2 52BE 830A 9728 6309 66F4"; } ]; + keys = [{fingerprint = "4EBB 30F1 E89A 541A A7F2 52BE 830A 9728 6309 66F4";}]; }; rakesh4g = { email = "rakeshgupta4u@gmail.com"; @@ -21010,7 +21016,7 @@ email = "nix@caseylink.com"; github = "Ramblurr"; githubId = 14830; - keys = [ { fingerprint = "978C 4D08 058B A26E B97C B518 2078 2DBC ACFA ACDA"; } ]; + keys = [{fingerprint = "978C 4D08 058B A26E B97C B518 2078 2DBC ACFA ACDA";}]; }; ramkromberg = { email = "ramkromberg@mail.com"; @@ -21031,7 +21037,7 @@ matrix = "@rane:junkyard.systems"; github = "digitalrane"; githubId = 1829286; - keys = [ { fingerprint = "EBB6 0EE1 488F D04C D922 C039 AE96 1AF5 9D40 10B5"; } ]; + keys = [{fingerprint = "EBB6 0EE1 488F D04C D922 C039 AE96 1AF5 9D40 10B5";}]; }; ranfdev = { email = "ranfdev@gmail.com"; @@ -21095,7 +21101,7 @@ githubId = 98173832; name = "Balthazar Patiachvili"; matrix = "@ratcornu:skaven.org"; - keys = [ { fingerprint = "1B91 F087 3D06 1319 D3D0 7F91 FA47 BDA2 6048 9ADA"; } ]; + keys = [{fingerprint = "1B91 F087 3D06 1319 D3D0 7F91 FA47 BDA2 6048 9ADA";}]; }; ratsclub = { email = "victor@freire.dev.br"; @@ -21161,7 +21167,7 @@ name = "Rocky Breslow"; github = "rbreslow"; githubId = 1774125; - keys = [ { fingerprint = "B5B7 BCA0 EE6F F31E 263A 69E3 A0D3 2ACC A38B 88ED"; } ]; + keys = [{fingerprint = "B5B7 BCA0 EE6F F31E 263A 69E3 A0D3 2ACC A38B 88ED";}]; }; rbrewer = { email = "rwb123@gmail.com"; @@ -21192,7 +21198,7 @@ github = "rconybea"; githubId = 8570969; name = "Roland Conybeare"; - keys = [ { fingerprint = "bw5Cr/4ul1C2UvxopphbZbFI1i5PCSnOmPID7mJ/Ogo"; } ]; + keys = [{fingerprint = "bw5Cr/4ul1C2UvxopphbZbFI1i5PCSnOmPID7mJ/Ogo";}]; }; rdnetto = { email = "rdnetto@gmail.com"; @@ -21214,7 +21220,7 @@ githubId = 7413633; keys = [ # compare with https://keybase.io/reckenrode - { fingerprint = "01D7 5486 3A6D 64EA AC77 0D26 FBF1 9A98 2CCE 0048"; } + {fingerprint = "01D7 5486 3A6D 64EA AC77 0D26 FBF1 9A98 2CCE 0048";} ]; }; redbaron = { @@ -21330,7 +21336,7 @@ email = "remy@remysplace.de"; github = "remyvv"; githubId = 2862815; - keys = [ { fingerprint = "1A76 F3A3 F843 2D5F D7E5 D07B 6FD8 F273 5BEB D1FC"; } ]; + keys = [{fingerprint = "1A76 F3A3 F843 2D5F D7E5 D07B 6FD8 F273 5BEB D1FC";}]; }; renatoGarcia = { email = "fgarcia.renato@gmail.com"; @@ -21349,7 +21355,7 @@ email = "bj.ren.coding@outlook.com"; github = "rennsax"; githubId = 93167100; - keys = [ { fingerprint = "9075 CEF8 9850 D261 6599 641A A2C9 36D5 B88C 139C"; } ]; + keys = [{fingerprint = "9075 CEF8 9850 D261 6599 641A A2C9 36D5 B88C 139C";}]; }; renpenguin = { email = "redpenguin777@yahoo.com"; @@ -21397,7 +21403,7 @@ name = "Tassilo Tanneberger"; github = "tanneberger"; githubId = 32239737; - keys = [ { fingerprint = "91EB E870 1639 1323 642A 6803 B966 009D 57E6 9CC6"; } ]; + keys = [{fingerprint = "91EB E870 1639 1323 642A 6803 B966 009D 57E6 9CC6";}]; }; rewine = { email = "lhongxu@outlook.com"; @@ -21586,8 +21592,8 @@ github = "rissson"; githubId = 18313093; keys = [ - { fingerprint = "8A0E 6A7C 08AB B9DE 67DE 2A13 F6FD 87B1 5C26 3EC9"; } - { fingerprint = "C0A7 A9BB 115B C857 4D75 EA99 BBB7 A680 1DF1 E03F"; } + {fingerprint = "8A0E 6A7C 08AB B9DE 67DE 2A13 F6FD 87B1 5C26 3EC9";} + {fingerprint = "C0A7 A9BB 115B C857 4D75 EA99 BBB7 A680 1DF1 E03F";} ]; }; ritiek = { @@ -21597,7 +21603,7 @@ github = "ritiek"; githubId = 20314742; keys = [ - { fingerprint = "66FF 6099 7B04 845F F4C0 CB4F EB6F C9F9 FC96 4257"; } + {fingerprint = "66FF 6099 7B04 845F F4C0 CB4F EB6F C9F9 FC96 4257";} ]; }; rixed = { @@ -21679,7 +21685,7 @@ github = "rnhmjoj"; githubId = 2817565; name = "Michele Guerini Rocco"; - keys = [ { fingerprint = "92B2 904F D293 C94D C4C9 3E6B BFBA F4C9 75F7 6450"; } ]; + keys = [{fingerprint = "92B2 904F D293 C94D C4C9 3E6B BFBA F4C9 75F7 6450";}]; }; roastiek = { email = "r.dee.b.b@gmail.com"; @@ -21764,7 +21770,7 @@ email = "nix@ireas.org"; github = "robinkrahl"; githubId = 165115; - keys = [ { fingerprint = "EC7E F0F9 B681 4C24 6236 3842 B755 6972 702A FD45"; } ]; + keys = [{fingerprint = "EC7E F0F9 B681 4C24 6236 3842 B755 6972 702A FD45";}]; name = "Robin Krahl"; }; roblabla = { @@ -21777,7 +21783,7 @@ email = "r@sliwi.org"; github = "robsliwi"; githubId = 14806293; - keys = [ { fingerprint = "37F4 9AB8 340B AAE2 4DB8 4322 08BD 6076 8CCE 08F1"; } ]; + keys = [{fingerprint = "37F4 9AB8 340B AAE2 4DB8 4322 08BD 6076 8CCE 08F1";}]; name = "Robert Sliwinski"; }; robwalt = { @@ -21875,7 +21881,7 @@ github = "Rookeur"; githubId = 57438432; name = "Adrien Langou"; - keys = [ { fingerprint = "3B8F FC41 0094 2CB4 5A2A 7DF2 5A44 DA8F 9071 91B0"; } ]; + keys = [{fingerprint = "3B8F FC41 0094 2CB4 5A2A 7DF2 5A44 DA8F 9071 91B0";}]; }; roosemberth = { email = "roosembert.palacios+nixpkgs@posteo.ch"; @@ -21883,13 +21889,13 @@ github = "roosemberth"; githubId = 3621083; name = "Roosembert (Roosemberth) Palacios"; - keys = [ { fingerprint = "78D9 1871 D059 663B 6117 7532 CAAA ECE5 C224 2BB7"; } ]; + keys = [{fingerprint = "78D9 1871 D059 663B 6117 7532 CAAA ECE5 C224 2BB7";}]; }; rople380 = { name = "rople380"; github = "rople380"; githubId = 55679162; - keys = [ { fingerprint = "1401 1B63 393D 16C1 AA9C C521 8526 B757 4A53 6236"; } ]; + keys = [{fingerprint = "1401 1B63 393D 16C1 AA9C C521 8526 B757 4A53 6236";}]; }; rorosen = { email = "robert.rose@mailbox.org"; @@ -21915,7 +21921,7 @@ matrix = "@rosscomputerguy:matrix.org"; github = "RossComputerGuy"; githubId = 19699320; - keys = [ { fingerprint = "FD5D F7A8 85BB 378A 0157 5356 B09C 4220 3566 9AF8"; } ]; + keys = [{fingerprint = "FD5D F7A8 85BB 378A 0157 5356 B09C 4220 3566 9AF8";}]; }; RossSmyth = { name = "Ross Smyth"; @@ -21987,14 +21993,14 @@ github = "rrbutani"; githubId = 7833358; matrix = "@rbutani:matrix.org"; - keys = [ { fingerprint = "7DCA 5615 8AB2 621F 2F32 9FF4 1C7C E491 479F A273"; } ]; + keys = [{fingerprint = "7DCA 5615 8AB2 621F 2F32 9FF4 1C7C E491 479F A273";}]; name = "Rahul Butani"; }; rseichter = { email = "nixos.org@seichter.de"; github = "rseichter"; githubId = 30873939; - keys = [ { fingerprint = "6AE2 A847 23D5 6D98 5B34 0BC0 8E5F A470 9F69 E911"; } ]; + keys = [{fingerprint = "6AE2 A847 23D5 6D98 5B34 0BC0 8E5F A470 9F69 E911";}]; name = "Ralph Seichter"; }; rskew = { @@ -22124,7 +22130,7 @@ email = "hi@grass.show"; github = "running-grass"; githubId = 17241154; - keys = [ { fingerprint = "5156 0FAB FF32 83EC BC8C EA13 9344 3660 9397 0138"; } ]; + keys = [{fingerprint = "5156 0FAB FF32 83EC BC8C EA13 9344 3660 9397 0138";}]; }; rushmorem = { email = "rushmore@webenchanter.com"; @@ -22227,7 +22233,7 @@ github = "ryane"; githubId = 7346; name = "Ryan Eschinger"; - keys = [ { fingerprint = "E4F4 1EAB BF0F C785 06D8 62EF EF68 CF41 D42A 593D"; } ]; + keys = [{fingerprint = "E4F4 1EAB BF0F C785 06D8 62EF EF68 CF41 D42A 593D";}]; }; ryangibb = { email = "ryan@freumh.org"; @@ -22270,7 +22276,7 @@ github = "rycee"; githubId = 798147; name = "Robert Helgesson"; - keys = [ { fingerprint = "36CA CF52 D098 CC0E 78FB 0CB1 3573 356C 25C4 24D4"; } ]; + keys = [{fingerprint = "36CA CF52 D098 CC0E 78FB 0CB1 3573 356C 25C4 24D4";}]; }; ryneeverett = { email = "ryneeverett@gmail.com"; @@ -22295,27 +22301,27 @@ github = "rypervenche"; githubId = 1411504; name = "rypervenche"; - keys = [ { fingerprint = "1198 7A9F 03AE 47F0 4919 E334 6A41 2C4A ECE1 66EF"; } ]; + keys = [{fingerprint = "1198 7A9F 03AE 47F0 4919 E334 6A41 2C4A ECE1 66EF";}]; }; rytone = { email = "max@ryt.one"; github = "rastertail"; githubId = 8082305; name = "Maxwell Beck"; - keys = [ { fingerprint = "D260 79E3 C2BC 2E43 905B D057 BB3E FA30 3760 A0DB"; } ]; + keys = [{fingerprint = "D260 79E3 C2BC 2E43 905B D057 BB3E FA30 3760 A0DB";}]; }; rytswd = { email = "rytswd@gmail.com"; github = "rytswd"; githubId = 23435099; name = "Ryota"; - keys = [ { fingerprint = "2FAC 1A25 5175 125E F60B BC04 B89E C8B6 EE43 39C4"; } ]; + keys = [{fingerprint = "2FAC 1A25 5175 125E F60B BC04 B89E C8B6 EE43 39C4";}]; }; ryze = { name = "Ryze"; github = "ryze312"; githubId = 50497128; - keys = [ { fingerprint = "73D5 BFF5 0AD7 F3C1 AF1A AC24 9B29 6C5C EAEA AAC1"; } ]; + keys = [{fingerprint = "73D5 BFF5 0AD7 F3C1 AF1A AC24 9B29 6C5C EAEA AAC1";}]; }; rzetterberg = { email = "richard.zetterberg@gmail.com"; @@ -22343,7 +22349,7 @@ matrix = "@mark.sagikazar:matrix.org"; github = "sagikazarmark"; githubId = 1226384; - keys = [ { fingerprint = "E628 C811 6FB8 1657 F706 4EA4 F251 ADDC 9D04 1C7E"; } ]; + keys = [{fingerprint = "E628 C811 6FB8 1657 F706 4EA4 F251 ADDC 9D04 1C7E";}]; }; sailord = { name = "Sailord"; @@ -22357,7 +22363,7 @@ matrix = "@sako:imagisphe.re"; github = "Sakooooo"; githubId = 78461130; - keys = [ { fingerprint = "CA52 EE7B E681 720E 32B6 6792 FE52 FD65 B76E 4751"; } ]; + keys = [{fingerprint = "CA52 EE7B E681 720E 32B6 6792 FE52 FD65 B76E 4751";}]; }; samalws = { email = "sam@samalws.com"; @@ -22423,7 +22429,7 @@ github = "samlich"; githubId = 1349989; name = "samlich"; - keys = [ { fingerprint = "AE8C 0836 FDF6 3FFC 9580 C588 B156 8953 B193 9F1C"; } ]; + keys = [{fingerprint = "AE8C 0836 FDF6 3FFC 9580 C588 B156 8953 B193 9F1C";}]; }; samlukeyes123 = { email = "samlukeyes123@gmail.com"; @@ -22442,7 +22448,7 @@ email = "samuel@smartineau.me"; github = "Samuel-Martineau"; githubId = 44237969; - keys = [ { fingerprint = "79A1 CC17 67C7 32B6 A8A2 BF4F 71E0 8761 642D ACD2"; } ]; + keys = [{fingerprint = "79A1 CC17 67C7 32B6 A8A2 BF4F 71E0 8761 642D ACD2";}]; }; samuela = { email = "skainsworth@gmail.com"; @@ -22455,7 +22461,7 @@ email = "samuele.facenda@gmail.com"; github = "SamueleFacenda"; githubId = 92163673; - keys = [ { fingerprint = "3BA5 A3DB 3239 E2AC 1F3B 68A0 0DB8 3F58 B259 6271"; } ]; + keys = [{fingerprint = "3BA5 A3DB 3239 E2AC 1F3B 68A0 0DB8 3F58 B259 6271";}]; }; samuelrivas = { email = "samuelrivas@gmail.com"; @@ -22480,7 +22486,7 @@ email = "samyak201@gmail.com"; github = "Samyak2"; githubId = 34161949; - keys = [ { fingerprint = "155C F413 0129 C058 9A5F 5524 3658 73F2 F0C6 153B"; } ]; + keys = [{fingerprint = "155C F413 0129 C058 9A5F 5524 3658 73F2 F0C6 153B";}]; }; sander = { email = "s.vanderburg@tudelft.nl"; @@ -22523,7 +22529,7 @@ github = "sascha8a"; githubId = 6937965; name = "Alexander Lampalzer"; - keys = [ { fingerprint = "0350 3136 E22C C561 30E3 A4AE 2087 9CCA CD5C D670"; } ]; + keys = [{fingerprint = "0350 3136 E22C C561 30E3 A4AE 2087 9CCA CD5C D670";}]; }; saschagrunert = { email = "mail@saschagrunert.de"; @@ -22684,7 +22690,7 @@ name = "Jamie Quigley"; github = "Sciencentistguy"; githubId = 4983935; - keys = [ { fingerprint = "30BB FF3F AB0B BB3E 0435 F83C 8E8F F66E 2AE8 D970"; } ]; + keys = [{fingerprint = "30BB FF3F AB0B BB3E 0435 F83C 8E8F F66E 2AE8 D970";}]; }; scientiac = { email = "iac@scientiac.space"; @@ -22741,7 +22747,7 @@ matrix = "@Scrumplex:duckhub.io"; github = "Scrumplex"; githubId = 11587657; - keys = [ { fingerprint = "E173 237A C782 296D 98F5 ADAC E13D FD4B 4712 7951"; } ]; + keys = [{fingerprint = "E173 237A C782 296D 98F5 ADAC E13D FD4B 4712 7951";}]; }; scvalex = { name = "Alexandru Scvorțov"; @@ -22820,14 +22826,14 @@ github = "seberm"; githubId = 212597; name = "Otto Sabart"; - keys = [ { fingerprint = "0AF6 4C3B 1F12 14B3 8C8C 5786 1FA2 DBE6 7438 7CC3"; } ]; + keys = [{fingerprint = "0AF6 4C3B 1F12 14B3 8C8C 5786 1FA2 DBE6 7438 7CC3";}]; }; sebrut = { email = "kontakt@sebastian-rutofski.de"; github = "sebrut"; githubId = 3962409; name = "Sebastian Rutofski"; - keys = [ { fingerprint = "F1D4 8061 2830 3AF6 42DC 3867 C37F 3374 2A95 C547"; } ]; + keys = [{fingerprint = "F1D4 8061 2830 3AF6 42DC 3867 C37F 3374 2A95 C547";}]; }; sebtm = { email = "mail@sebastian-sellmeier.de"; @@ -22847,7 +22853,7 @@ matrix = "@sef:exotic.sh"; github = "sefidel"; githubId = 71049646; - keys = [ { fingerprint = "8BDF DFB5 6842 2393 82A0 441B 9238 BC70 9E05 516A"; } ]; + keys = [{fingerprint = "8BDF DFB5 6842 2393 82A0 441B 9238 BC70 9E05 516A";}]; }; sehqlr = { name = "Sam Hatfield"; @@ -22927,7 +22933,7 @@ email = "sephi@fhtagn.top"; github = "sephii"; githubId = 754333; - keys = [ { fingerprint = "2A9D 8E76 5EE2 237D 7B6B A2A5 4228 AB9E C061 2ADA"; } ]; + keys = [{fingerprint = "2A9D 8E76 5EE2 237D 7B6B A2A5 4228 AB9E C061 2ADA";}]; }; sepi = { email = "raffael@mancini.lu"; @@ -22953,7 +22959,7 @@ matrix = "@septem9er:fairydust.space"; github = "septem9er"; githubId = 33379902; - keys = [ { fingerprint = "C408 07F9 8677 3D98 EFF3 0980 355A 9AFB FD8E AD33"; } ]; + keys = [{fingerprint = "C408 07F9 8677 3D98 EFF3 0980 355A 9AFB FD8E AD33";}]; }; seqizz = { email = "seqizz@gmail.com"; @@ -22989,7 +22995,7 @@ github = "servalcatty"; githubId = 51969817; name = "Serval"; - keys = [ { fingerprint = "A317 37B3 693C 921B 480C C629 4A2A AAA3 82F8 294C"; } ]; + keys = [{fingerprint = "A317 37B3 693C 921B 480C C629 4A2A AAA3 82F8 294C";}]; }; sestrella = { email = "sestrella.me@gmail.com"; @@ -23002,7 +23008,7 @@ email = "sable@seyleri.us"; github = "seylerius"; githubId = 1145981; - keys = [ { fingerprint = "7246 B6E1 ABB9 9A48 4395 FD11 DC26 B921 A9E9 DBDE"; } ]; + keys = [{fingerprint = "7246 B6E1 ABB9 9A48 4395 FD11 DC26 B921 A9E9 DBDE";}]; }; sfrijters = { email = "sfrijters@gmail.com"; @@ -23065,8 +23071,8 @@ githubId = 23130178; name = "夜坂雅"; keys = [ - { fingerprint = "3237 D49E 8F81 5A45 2133 64EA 4FF3 5790 F405 53A9"; } - { fingerprint = "AC59 7AD3 89D1 CC56 18AD 1ED9 B712 3A2B 6B0A E434"; } + {fingerprint = "3237 D49E 8F81 5A45 2133 64EA 4FF3 5790 F405 53A9";} + {fingerprint = "AC59 7AD3 89D1 CC56 18AD 1ED9 B712 3A2B 6B0A E434";} ]; }; shadows_withal = { @@ -23147,7 +23153,7 @@ github = "shayne"; githubId = 79330; name = "Shayne Sweeney"; - keys = [ { fingerprint = "AFCB 29A0 F12E F367 9575 DABE 69DA 13E8 6BF4 03B0"; } ]; + keys = [{fingerprint = "AFCB 29A0 F12E F367 9575 DABE 69DA 13E8 6BF4 03B0";}]; }; shazow = { email = "andrey.petrov@shazow.net"; @@ -23227,7 +23233,7 @@ name = "Shiryel"; github = "shiryel"; githubId = 35617139; - keys = [ { fingerprint = "AB63 4CD9 3322 BD42 6231 F764 C404 1EA6 B326 33DE"; } ]; + keys = [{fingerprint = "AB63 4CD9 3322 BD42 6231 F764 C404 1EA6 B326 33DE";}]; }; shivaraj-bh = { email = "sbh69840@gmail.com"; @@ -23288,7 +23294,7 @@ email = "shreerammodi10@gmail.com"; github = "shrimpram"; githubId = 67710369; - keys = [ { fingerprint = "EA88 EA07 26E9 6CBF 6365 3966 163B 16EE 76ED 24CE"; } ]; + keys = [{fingerprint = "EA88 EA07 26E9 6CBF 6365 3966 163B 16EE 76ED 24CE";}]; }; shved = { name = "Yury Shvedov"; @@ -23374,7 +23380,7 @@ matrix = "@sigmasquadron:matrix.org"; github = "SigmaSquadron"; githubId = 174749595; - keys = [ { fingerprint = "E3CD E225 47C6 2DB6 6CCD BC06 CC3A E2EA 0000 0000"; } ]; + keys = [{fingerprint = "E3CD E225 47C6 2DB6 6CCD BC06 CC3A E2EA 0000 0000";}]; }; sigmike = { email = "mike+nixpkgs@lepton.fr"; @@ -23388,7 +23394,7 @@ github = "sikmir"; githubId = 688044; name = "Nikolay Korotkiy"; - keys = [ { fingerprint = "ADF4 C13D 0E36 1240 BD01 9B51 D1DE 6D7F 6936 63A5"; } ]; + keys = [{fingerprint = "ADF4 C13D 0E36 1240 BD01 9B51 D1DE 6D7F 6936 63A5";}]; }; silky = { name = "Noon van der Silk"; @@ -23402,7 +23408,7 @@ matrix = "@sils:vhack.eu"; github = "s1ls"; githubId = 91412114; - keys = [ { fingerprint = "C1DA A551 B422 7A6F 3FD9 6B3A 467B 7D12 9EA7 3AC9"; } ]; + keys = [{fingerprint = "C1DA A551 B422 7A6F 3FD9 6B3A 467B 7D12 9EA7 3AC9";}]; }; silvanshade = { github = "silvanshade"; @@ -23503,7 +23509,7 @@ github = "siriobalmelli"; githubId = 23038812; name = "Sirio Balmelli"; - keys = [ { fingerprint = "B234 EFD4 2B42 FE81 EE4D 7627 F72C 4A88 7F9A 24CA"; } ]; + keys = [{fingerprint = "B234 EFD4 2B42 FE81 EE4D 7627 F72C 4A88 7F9A 24CA";}]; }; sironheart = { email = "git@beisenherz.dev"; @@ -23570,7 +23576,7 @@ email = "steven.keuchel@gmail.com"; github = "skeuchel"; githubId = 617130; - keys = [ { fingerprint = "C4F7 46C7 B560 38D8 210F 0288 5877 DEE9 7428 557F"; } ]; + keys = [{fingerprint = "C4F7 46C7 B560 38D8 210F 0288 5877 DEE9 7428 557F";}]; }; skovati = { github = "skovati"; @@ -23635,21 +23641,21 @@ github = "slotThe"; matrix = "@slot-:matrix.org"; githubId = 50166980; - keys = [ { fingerprint = "4896 FB6C 9528 46C3 414C 2475 C927 DE8C 7DFD 57B8"; } ]; + keys = [{fingerprint = "4896 FB6C 9528 46C3 414C 2475 C927 DE8C 7DFD 57B8";}]; }; slwst = { email = "email@slw.st"; github = "slwst"; githubId = 11047377; name = "slwst"; - keys = [ { fingerprint = "6CEB 4A2F E6DC C345 1B2B 4733 AD52 C5FB 3EFE CC7A"; } ]; + keys = [{fingerprint = "6CEB 4A2F E6DC C345 1B2B 4733 AD52 C5FB 3EFE CC7A";}]; }; smakarov = { email = "setser200018@gmail.com"; github = "SeTSeR"; githubId = 12733495; name = "Sergey Makarov"; - keys = [ { fingerprint = "6F8A 18AE 4101 103F 3C54 24B9 6AA2 3A11 93B7 064B"; } ]; + keys = [{fingerprint = "6F8A 18AE 4101 103F 3C54 24B9 6AA2 3A11 93B7 064B";}]; }; smancill = { email = "smancill@smancill.dev"; @@ -23662,7 +23668,7 @@ github = "smaret"; githubId = 95471; name = "Sébastien Maret"; - keys = [ { fingerprint = "4242 834C D401 86EF 8281 4093 86E3 0E5A 0F5F C59C"; } ]; + keys = [{fingerprint = "4242 834C D401 86EF 8281 4093 86E3 0E5A 0F5F C59C";}]; }; smasher164 = { email = "aindurti@gmail.com"; @@ -23694,7 +23700,7 @@ email = "mason.bourgeois@gmail.com"; github = "Smona"; githubId = 7091399; - keys = [ { fingerprint = "897E 6BE3 0345 B43D CADD 05B7 290F CF08 1AED B3EC"; } ]; + keys = [{fingerprint = "897E 6BE3 0345 B43D CADD 05B7 290F CF08 1AED B3EC";}]; }; smonson = { name = "Samuel Monson"; @@ -23797,7 +23803,7 @@ name = "Soham S Gumaste"; github = "SohamG"; githubId = 7116239; - keys = [ { fingerprint = "E067 520F 5EF2 C175 3F60 50C0 BA46 725F 6A26 7442"; } ]; + keys = [{fingerprint = "E067 520F 5EF2 C175 3F60 50C0 BA46 725F 6A26 7442";}]; }; solson = { email = "scott@solson.me"; @@ -23868,7 +23874,7 @@ matrix = "@soywod:matrix.org"; github = "soywod"; githubId = 10437171; - keys = [ { fingerprint = "75F0 AB7C FE01 D077 AEE6 CAFD 353E 4A18 EE0F AB72"; } ]; + keys = [{fingerprint = "75F0 AB7C FE01 D077 AEE6 CAFD 353E 4A18 EE0F AB72";}]; }; spacedentist = { email = "sp@cedenti.st"; @@ -23930,7 +23936,7 @@ email = "bintangadiputrapratama@gmail.com"; github = "spitulax"; githubId = 96517350; - keys = [ { fingerprint = "652F FAAD 5CB8 AF1D 3F96 9521 929E D6C4 0414 D3F5"; } ]; + keys = [{fingerprint = "652F FAAD 5CB8 AF1D 3F96 9521 929E D6C4 0414 D3F5";}]; }; spk = { email = "laurent@spkdev.net"; @@ -23948,7 +23954,7 @@ github = "sportshead"; githubId = 32637656; name = "sportshead"; - keys = [ { fingerprint = "A6B6 D031 782E BDF7 631A 8E7E A874 DB2C BFD3 CFD0"; } ]; + keys = [{fingerprint = "A6B6 D031 782E BDF7 631A 8E7E A874 DB2C BFD3 CFD0";}]; }; sprock = { email = "rmason@mun.ca"; @@ -23979,7 +23985,7 @@ name = "squat"; github = "squat"; githubId = 20484159; - keys = [ { fingerprint = "F246 425A 7650 6F37 0552 BA8D DEA9 C405 09D9 65F5"; } ]; + keys = [{fingerprint = "F246 425A 7650 6F37 0552 BA8D DEA9 C405 09D9 65F5";}]; }; srghma = { email = "srghma@gmail.com"; @@ -24024,7 +24030,7 @@ matrix = "@ruby:isincredibly.gay"; github = "Sorixelle"; githubId = 38685302; - keys = [ { fingerprint = "2D76 76C7 A28E 16FC 75C7 268D 1B55 6ED8 4B0E 303A"; } ]; + keys = [{fingerprint = "2D76 76C7 A28E 16FC 75C7 268D 1B55 6ED8 4B0E 303A";}]; }; Srylax = { name = "Srylax"; @@ -24073,7 +24079,7 @@ email = "starcraft66@gmail.com"; github = "starcraft66"; githubId = 1858154; - keys = [ { fingerprint = "8597 4506 EC69 5392 0443 0805 9D98 CDAC FF04 FD78"; } ]; + keys = [{fingerprint = "8597 4506 EC69 5392 0443 0805 9D98 CDAC FF04 FD78";}]; }; stargate01 = { email = "christoph.honal@web.de"; @@ -24153,7 +24159,7 @@ matrix = "@steinybot:matrix.org"; github = "steinybot"; githubId = 4659562; - keys = [ { fingerprint = "2709 1DEC CC42 4635 4299 569C 21DE 1CAE 5976 2A0F"; } ]; + keys = [{fingerprint = "2709 1DEC CC42 4635 4299 569C 21DE 1CAE 5976 2A0F";}]; }; stelcodes = { email = "stel@stel.codes"; @@ -24166,7 +24172,7 @@ email = "homicide@disroot.org"; github = "stellessia"; githubId = 81514356; - keys = [ { fingerprint = "38E8 7F79 AE86 CA98 F8BC 45F8 1060 00A0 5E5B DB90"; } ]; + keys = [{fingerprint = "38E8 7F79 AE86 CA98 F8BC 45F8 1060 00A0 5E5B DB90";}]; }; stepbrobd = { name = "Yifei Sun"; @@ -24187,7 +24193,7 @@ email = "stephen.huan@cgdct.moe"; github = "stephen-huan"; githubId = 20411956; - keys = [ { fingerprint = "EA6E 2794 8C7D BF5D 0DF0 85A1 0FBC 2E3B A99D D60E"; } ]; + keys = [{fingerprint = "EA6E 2794 8C7D BF5D 0DF0 85A1 0FBC 2E3B A99D D60E";}]; }; stephenmw = { email = "stephen@q5comm.com"; @@ -24217,7 +24223,7 @@ email = "steven@steshaw.org"; github = "steshaw"; githubId = 45735; - keys = [ { fingerprint = "0AFE 77F7 474D 1596 EE55 7A29 1D9A 17DF D23D CB91"; } ]; + keys = [{fingerprint = "0AFE 77F7 474D 1596 EE55 7A29 1D9A 17DF D23D CB91";}]; }; stesie = { email = "stesie@brokenpipe.de"; @@ -24254,7 +24260,7 @@ github = "stevestreza"; githubId = 28552; name = "Steve Streza"; - keys = [ { fingerprint = "DFED 4E42 34E7 348C 57D4 6568 C4DC 30F8 5ABC 6FA1"; } ]; + keys = [{fingerprint = "DFED 4E42 34E7 348C 57D4 6568 C4DC 30F8 5ABC 6FA1";}]; }; stianlagstad = { email = "stianlagstad@gmail.com"; @@ -24273,7 +24279,7 @@ github = "StillerHarpo"; githubId = 25526706; name = "Florian Engel"; - keys = [ { fingerprint = "4E2D9B26940E0DABF376B7AF76762421D45837DE"; } ]; + keys = [{fingerprint = "4E2D9B26940E0DABF376B7AF76762421D45837DE";}]; matrix = "@qe7ftcyrpg:matrix.org"; }; stites = { @@ -24336,7 +24342,7 @@ matrix = "@stv0ge:matrix.org"; github = "stv0g"; githubId = 285829; - keys = [ { fingerprint = "09BE 3BAE 8D55 D4CD 8579 285A 9675 EAC3 4897 E6E2"; } ]; + keys = [{fingerprint = "09BE 3BAE 8D55 D4CD 8579 285A 9675 EAC3 4897 E6E2";}]; }; SubhrajyotiSen = { email = "subhrajyoti12@gmail.com"; @@ -24348,7 +24354,7 @@ github = "sudoforge"; githubId = 3893293; name = "sudoforge"; - keys = [ { fingerprint = "7EBCE51F278D30AE1C34036341BF61468C327D5A"; } ]; + keys = [{fingerprint = "7EBCE51F278D30AE1C34036341BF61468C327D5A";}]; }; sudosubin = { email = "sudosubin@gmail.com"; @@ -24606,7 +24612,7 @@ github = "t4ccer"; githubId = 64430288; name = "Tomasz Maciosowski"; - keys = [ { fingerprint = "6866 981C 4992 4D64 D154 E1AC 19E5 A2D8 B1E4 3F19"; } ]; + keys = [{fingerprint = "6866 981C 4992 4D64 D154 E1AC 19E5 A2D8 B1E4 3F19";}]; }; t4sm5n = { email = "t4sm5n@gmail.com"; @@ -24655,7 +24661,7 @@ github = "taikx4"; githubId = 94917129; name = "taikx4"; - keys = [ { fingerprint = "6B02 8103 C4E5 F68C D77C 9E54 CCD5 2C7B 37BB 837E"; } ]; + keys = [{fingerprint = "6B02 8103 C4E5 F68C D77C 9E54 CCD5 2C7B 37BB 837E";}]; }; tailhook = { email = "paul@colomiets.name"; @@ -24802,7 +24808,7 @@ github = "tbaldwin-dev"; githubId = 220447215; name = "Trent Baldwin"; - keys = [ { fingerprint = "930C 3A61 F911 1296 7DA5 56D1 665A 9E2A FCDD 68AA"; } ]; + keys = [{fingerprint = "930C 3A61 F911 1296 7DA5 56D1 665A 9E2A FCDD 68AA";}]; }; tbenst = { email = "nix@tylerbenster.com"; @@ -24849,7 +24855,7 @@ email = "contact@tchekda.fr"; github = "Tchekda"; githubId = 23559888; - keys = [ { fingerprint = "44CE A8DD 3B31 49CD 6246 9D8F D0A0 07ED A4EA DA0F"; } ]; + keys = [{fingerprint = "44CE A8DD 3B31 49CD 6246 9D8F D0A0 07ED A4EA DA0F";}]; name = "David Tchekachev"; }; tcheronneau = { @@ -24928,7 +24934,7 @@ matrix = "@tejing:matrix.org"; github = "tejing1"; githubId = 5663576; - keys = [ { fingerprint = "6F0F D43B 80E5 583E 60FC 51DC 4936 D067 EB12 AB32"; } ]; + keys = [{fingerprint = "6F0F D43B 80E5 583E 60FC 51DC 4936 D067 EB12 AB32";}]; }; telotortium = { email = "rirelan@gmail.com"; @@ -24990,14 +24996,14 @@ email = "terry@terryg.org"; github = "TerryGarcia"; githubId = 159372832; - keys = [ { fingerprint = "6F54 C08C 37C8 EC78 15FA 0D01 A721 8CBA 2D80 15C3"; } ]; + keys = [{fingerprint = "6F54 C08C 37C8 EC78 15FA 0D01 A721 8CBA 2D80 15C3";}]; }; Tert0 = { name = "Tert0"; github = "Tert0"; githubId = 62036464; email = "tert0byte@gmail.com"; - keys = [ { fingerprint = "F899 D3B5 00BF 98AE 9097 F616 7069 D89F 9E5C 97ED"; } ]; + keys = [{fingerprint = "F899 D3B5 00BF 98AE 9097 F616 7069 D89F 9E5C 97ED";}]; }; tesq0 = { email = "mikolaj.galkowski@gmail.com"; @@ -25021,7 +25027,7 @@ email = "anton@tetov.se"; github = "tetov"; githubId = 14882117; - keys = [ { fingerprint = "2B4D 0035 AFF0 F7DA CE5B 29D7 337D DB57 4A88 34DB"; } ]; + keys = [{fingerprint = "2B4D 0035 AFF0 F7DA CE5B 29D7 337D DB57 4A88 34DB";}]; name = "Anton Tetov"; }; teutat3s = { @@ -25030,7 +25036,7 @@ github = "teutat3s"; githubId = 10206665; name = "teutat3s"; - keys = [ { fingerprint = "81A1 1C61 F413 8C84 9139 A4FA 18DA E600 A6BB E705"; } ]; + keys = [{fingerprint = "81A1 1C61 F413 8C84 9139 A4FA 18DA E600 A6BB E705";}]; }; tex = { email = "milan.svoboda@centrum.cz"; @@ -25116,7 +25122,7 @@ matrix = "@thbltp:matrix.org"; github = "thblt"; githubId = 2453136; - keys = [ { fingerprint = "D2A2 F0A1 E7A8 5E6F B711 DEE5 63A4 4817 A52E AB7B"; } ]; + keys = [{fingerprint = "D2A2 F0A1 E7A8 5E6F B711 DEE5 63A4 4817 A52E AB7B";}]; }; the-argus = { email = "i.mcfarlane2002@gmail.com"; @@ -25130,7 +25136,7 @@ email = "dev@theaninova.de"; github = "Theaninova"; githubId = 19289296; - keys = [ { fingerprint = "6C9E EFC5 1AE0 0131 78DE B9C8 68FF FB1E C187 88CA"; } ]; + keys = [{fingerprint = "6C9E EFC5 1AE0 0131 78DE B9C8 68FF FB1E C187 88CA";}]; }; TheBrainScrambler = { email = "esthromeris@riseup.net"; @@ -25144,14 +25150,14 @@ matrix = "@capypara:matrix.org"; github = "theCapypara"; githubId = 3512122; - keys = [ { fingerprint = "5F29 132D EFA8 5DA0 B598 5BF2 5941 754C 1CDE 33BB"; } ]; + keys = [{fingerprint = "5F29 132D EFA8 5DA0 B598 5BF2 5941 754C 1CDE 33BB";}]; }; TheColorman = { name = "colorman"; email = "nixpkgs@colorman.me"; github = "TheColorman"; githubId = 18369995; - keys = [ { fingerprint = "3D8C A43C FBA2 5D28 0196 19F0 AB11 0475 B417 291D"; } ]; + keys = [{fingerprint = "3D8C A43C FBA2 5D28 0196 19F0 AB11 0475 B417 291D";}]; }; thedavidmeister = { email = "thedavidmeister@gmail.com"; @@ -25189,7 +25195,7 @@ email = "anisimovkosta19@gmail.com"; github = "TheKostins"; githubId = 39405421; - keys = [ { fingerprint = "B216 7B33 E248 097F D82A 991D C94D 589A 4D0D CDD2"; } ]; + keys = [{fingerprint = "B216 7B33 E248 097F D82A 991D C94D 589A 4D0D CDD2";}]; }; thelegy = { email = "mail+nixos@0jb.de"; @@ -25226,7 +25232,7 @@ email = "theo1.bori@epitech.eu"; github = "theobori"; githubId = 71843723; - keys = [ { fingerprint = "EEFB CC3A C529 CFD1 943D A75C BDD5 7BE9 9D55 5965"; } ]; + keys = [{fingerprint = "EEFB CC3A C529 CFD1 943D A75C BDD5 7BE9 9D55 5965";}]; }; theonlymrcat = { name = "Max Guppy"; @@ -25245,7 +25251,7 @@ email = "tpzker@thepuzzlemaker.info"; github = "ThePuzzlemaker"; githubId = 12666617; - keys = [ { fingerprint = "7095 C20A 9224 3DB6 5177 07B0 968C D9D7 1C9F BB6C"; } ]; + keys = [{fingerprint = "7095 C20A 9224 3DB6 5177 07B0 968C D9D7 1C9F BB6C";}]; }; therealansh = { email = "tyagiansh23@gmail.com"; @@ -25264,7 +25270,7 @@ github = "rouven0"; githubId = 72568063; name = "Rouven Seifert"; - keys = [ { fingerprint = "1169 87A8 DD3F 78FF 8601 BF4D B95E 8FE6 B11C 4D09"; } ]; + keys = [{fingerprint = "1169 87A8 DD3F 78FF 8601 BF4D B95E 8FE6 B11C 4D09";}]; }; theredstonedev = { email = "theredstonedev@devellight.space"; @@ -25289,7 +25295,7 @@ email = "me@thesola.io"; github = "Thesola10"; githubId = 7287268; - keys = [ { fingerprint = "1D05 13A6 1AC4 0D8D C6D6 5F2C 8924 5619 BEBB 95BA"; } ]; + keys = [{fingerprint = "1D05 13A6 1AC4 0D8D C6D6 5F2C 8924 5619 BEBB 95BA";}]; name = "Karim Vergnes"; }; thetallestjj = { @@ -25316,7 +25322,7 @@ githubId = 875885; name = "Konstantin Bogdanov"; keys = [ - { fingerprint = "3221 7A73 EB95 0E9E E550 36A3 DB39 9448 D9FE 52F1"; } + {fingerprint = "3221 7A73 EB95 0E9E E550 36A3 DB39 9448 D9FE 52F1";} ]; }; theverygaming = { @@ -25463,7 +25469,7 @@ github = "Thunderbottom"; githubId = 11243138; name = "Chinmay D. Pai"; - keys = [ { fingerprint = "7F3E EEAA EE66 93CC 8782 042A 7550 7BE2 56F4 0CED"; } ]; + keys = [{fingerprint = "7F3E EEAA EE66 93CC 8782 042A 7550 7BE2 56F4 0CED";}]; }; thyol = { name = "thyol"; @@ -25594,7 +25600,7 @@ github = "titaniumtown"; githubId = 11786225; matrix = "@titaniumtown:envs.net"; - keys = [ { fingerprint = "D15E 4754 FE1A EDA1 5A6D 4702 9AB2 8AC1 0ECE 533D"; } ]; + keys = [{fingerprint = "D15E 4754 FE1A EDA1 5A6D 4702 9AB2 8AC1 0ECE 533D";}]; }; tjkeller = { email = "tjk@tjkeller.xyz"; @@ -25608,14 +25614,14 @@ name = "Theodore Ni"; github = "tjni"; githubId = 3806110; - keys = [ { fingerprint = "4384 B8E1 299F C028 1641 7B8F EC30 EFBE FA7E 84A4"; } ]; + keys = [{fingerprint = "4384 B8E1 299F C028 1641 7B8F EC30 EFBE FA7E 84A4";}]; }; tkerber = { email = "tk@drwx.org"; github = "tkerber"; githubId = 5722198; name = "Thomas Kerber"; - keys = [ { fingerprint = "556A 403F B0A2 D423 F656 3424 8489 B911 F9ED 617B"; } ]; + keys = [{fingerprint = "556A 403F B0A2 D423 F656 3424 8489 B911 F9ED 617B";}]; }; tljuniper = { email = "tljuniper1@gmail.com"; @@ -25684,7 +25690,7 @@ github = "toastal"; githubId = 561087; name = "toastal"; - keys = [ { fingerprint = "7944 74B7 D236 DAB9 C9EF E7F9 5CCE 6F14 66D4 7C9E"; } ]; + keys = [{fingerprint = "7944 74B7 D236 DAB9 C9EF E7F9 5CCE 6F14 66D4 7C9E";}]; }; toasteruwu = { email = "Aki@ToasterUwU.com"; @@ -25733,7 +25739,7 @@ githubId = 62384384; matrix = "@tomasajt:matrix.org"; name = "TomaSajt"; - keys = [ { fingerprint = "8CA9 8016 F44D B717 5B44 6032 F011 163C 0501 22A1"; } ]; + keys = [{fingerprint = "8CA9 8016 F44D B717 5B44 6032 F011 163C 0501 22A1";}]; }; tomaskala = { email = "public+nixpkgs@tomaskala.com"; @@ -25788,7 +25794,7 @@ github = "tomodachi94"; githubId = 68489118; name = "Tomodachi94"; - keys = [ { fingerprint = "B208 D6E5 B8ED F47D 5687 627B 2E27 5F21 C4D5 54A3"; } ]; + keys = [{fingerprint = "B208 D6E5 B8ED F47D 5687 627B 2E27 5F21 C4D5 54A3";}]; }; tomsiewert = { email = "tom@siewert.io"; @@ -26085,7 +26091,7 @@ github = "tuxinaut"; githubId = 722482; name = "Denny Schäfer"; - keys = [ { fingerprint = "C752 0E49 4D92 1740 D263 C467 B057 455D 1E56 7270"; } ]; + keys = [{fingerprint = "C752 0E49 4D92 1740 D263 C467 B057 455D 1E56 7270";}]; }; tuxy = { email = "lastpass7565@gmail.com"; @@ -26145,7 +26151,7 @@ email = "twhitehead@gmail.com"; github = "twhitehead"; githubId = 787843; - keys = [ { fingerprint = "E631 8869 586F 99B4 F6E6 D785 5942 58F0 389D 2802"; } ]; + keys = [{fingerprint = "E631 8869 586F 99B4 F6E6 D785 5942 58F0 389D 2802";}]; }; twitchy0 = { email = "code@nitinpassa.com"; @@ -26158,7 +26164,7 @@ email = "tom@bibbu.net"; github = "twz123"; githubId = 1215104; - keys = [ { fingerprint = "B1FD 4E2A 84B2 2379 F4BF 2EF5 FE33 A228 2371 E831"; } ]; + keys = [{fingerprint = "B1FD 4E2A 84B2 2379 F4BF 2EF5 FE33 A228 2371 E831";}]; }; tyberius-prime = { name = "Tyberius Prime"; @@ -26175,7 +26181,7 @@ name = "Tygo van den Hurk"; github = "Tygo-van-den-Hurk"; githubId = 91738110; - keys = [ { fingerprint = "1AAE 628A 2D49 0597 17AE A7F8 7CA2 CBB2 7505 8A44"; } ]; + keys = [{fingerprint = "1AAE 628A 2D49 0597 17AE A7F8 7CA2 CBB2 7505 8A44";}]; }; tylerjl = { email = "tyler+nixpkgs@langlois.to"; @@ -26250,7 +26256,7 @@ github = "ulinja"; githubId = 56582668; name = "Julian Lobbes"; - keys = [ { fingerprint = "24D9 B20A 65C2 DFB9 8E6A 754C 8EC4 6A5E 6743 3524"; } ]; + keys = [{fingerprint = "24D9 B20A 65C2 DFB9 8E6A 754C 8EC4 6A5E 6743 3524";}]; }; ulrikstrid = { email = "ulrik.strid@outlook.com"; @@ -26282,14 +26288,14 @@ matrix = "@unhidden0174:matrix.org"; github = "unclamped"; githubId = 104658278; - keys = [ { fingerprint = "57A2 CC43 3068 CB62 89C1 F1DA 9137 BB2E 77AD DE7E"; } ]; + keys = [{fingerprint = "57A2 CC43 3068 CB62 89C1 F1DA 9137 BB2E 77AD DE7E";}]; }; unclechu = { name = "Viacheslav Lotsmanov"; email = "lotsmanov89@gmail.com"; github = "unclechu"; githubId = 799353; - keys = [ { fingerprint = "EE59 5E29 BB5B F2B3 5ED2 3F1C D276 FF74 6700 7335"; } ]; + keys = [{fingerprint = "EE59 5E29 BB5B F2B3 5ED2 3F1C D276 FF74 6700 7335";}]; }; undefined-landmark = { name = "bas"; @@ -26302,7 +26308,7 @@ email = "i@undefined.moe"; github = "undefined-moe"; githubId = 29992205; - keys = [ { fingerprint = "6684 4E7D D213 C75D 8828 6215 C714 A58B 6C1E 0F52"; } ]; + keys = [{fingerprint = "6684 4E7D D213 C75D 8828 6215 C714 A58B 6C1E 0F52";}]; }; ungeskriptet = { name = "David Wronek"; @@ -26315,7 +26321,7 @@ github = "unhammer"; githubId = 56868; name = "Kevin Brubeck Unhammer"; - keys = [ { fingerprint = "50D4 8796 0B86 3F05 4B6A 12F9 7426 06DE 766A C60C"; } ]; + keys = [{fingerprint = "50D4 8796 0B86 3F05 4B6A 12F9 7426 06DE 766A C60C";}]; }; uniquepointer = { email = "uniquepointer@mailbox.org"; @@ -26353,7 +26359,7 @@ matrix = "@urandom0:matrix.org"; github = "urandom2"; githubId = 2526260; - keys = [ { fingerprint = "04A3 A2C6 0042 784A AEA7 D051 0447 A663 F7F3 E236"; } ]; + keys = [{fingerprint = "04A3 A2C6 0042 784A AEA7 D051 0447 A663 F7F3 E236";}]; name = "Colin Arnott"; }; urbas = { @@ -26385,7 +26391,7 @@ email = "code@usertam.dev"; github = "usertam"; githubId = 22500027; - keys = [ { fingerprint = "EC4E E490 3C82 3698 2CAB D206 2D87 60B0 229E 2560"; } ]; + keys = [{fingerprint = "EC4E E490 3C82 3698 2CAB D206 2D87 60B0 229E 2560";}]; }; uskudnik = { email = "urban.skudnik@gmail.com"; @@ -26507,7 +26513,7 @@ github = "VergeDX"; githubId = 25173827; name = "Vanilla"; - keys = [ { fingerprint = "2649 340C C909 F821 D251 6714 3750 028E D04F A42E"; } ]; + keys = [{fingerprint = "2649 340C C909 F821 D251 6714 3750 028E D04F A42E";}]; }; vanschelven = { email = "klaas@vanschelven.com"; @@ -26570,7 +26576,7 @@ matrix = "@vcunat:matrix.org"; github = "vcunat"; githubId = 1785925; - keys = [ { fingerprint = "B600 6460 B60A 80E7 8206 2449 E747 DF1F 9575 A3AA"; } ]; + keys = [{fingerprint = "B600 6460 B60A 80E7 8206 2449 E747 DF1F 9575 A3AA";}]; }; vdemeester = { email = "vincent@sbr.pm"; @@ -26595,7 +26601,7 @@ email = "mail@vincent-haupert.de"; github = "veehaitch"; githubId = 15069839; - keys = [ { fingerprint = "4D23 ECDF 880D CADF 5ECA 4458 874B D6F9 16FA A742"; } ]; + keys = [{fingerprint = "4D23 ECDF 880D CADF 5ECA 4458 874B D6F9 16FA A742";}]; }; vel = { email = "llathasa@outlook.com"; @@ -26638,7 +26644,7 @@ email = "me@skye.vg"; github = "vgskye"; githubId = 116078858; - keys = [ { fingerprint = "CDEA 7E04 69E3 0885 A754 4B05 0104 BC05 F41B 77B8"; } ]; + keys = [{fingerprint = "CDEA 7E04 69E3 0885 A754 4B05 0104 BC05 F41B 77B8";}]; }; victormeriqui = { name = "Victor Meriqui"; @@ -26675,7 +26681,7 @@ github = "vikanezrimaya"; githubId = 7953163; name = "Vika Shleina"; - keys = [ { fingerprint = "5814 50EB 6E17 E715 7C63 E7F1 9879 8C3C 4D68 8D6D"; } ]; + keys = [{fingerprint = "5814 50EB 6E17 E715 7C63 E7F1 9879 8C3C 4D68 8D6D";}]; }; viktornordling = { email = "antique_paler_0i@icloud.com"; @@ -26700,7 +26706,7 @@ github = "vincentbernat"; githubId = 631446; name = "Vincent Bernat"; - keys = [ { fingerprint = "AEF2 3487 66F3 71C6 89A7 3600 95A4 2FE8 3535 25F9"; } ]; + keys = [{fingerprint = "AEF2 3487 66F3 71C6 89A7 3600 95A4 2FE8 3535 25F9";}]; }; vinetos = { name = "vinetos"; @@ -26767,7 +26773,7 @@ github = "ViZiD"; githubId = 7444430; name = "Radik Islamov"; - keys = [ { fingerprint = "5779 01B8 C620 E064 4212 C6FC F396 46E8 0C71 08E7"; } ]; + keys = [{fingerprint = "5779 01B8 C620 E064 4212 C6FC F396 46E8 0C71 08E7";}]; }; vji = { email = "mail@viktor.im"; @@ -26816,7 +26822,7 @@ github = "vncsb"; githubId = 19562240; name = "Vinicius Bernardino"; - keys = [ { fingerprint = "F0D3 920C 722A 541F 0CCD 66E3 A7BA BA05 3D78 E7CA"; } ]; + keys = [{fingerprint = "F0D3 920C 722A 541F 0CCD 66E3 A7BA BA05 3D78 E7CA";}]; }; vnpower = { email = "vnpower@loang.net"; @@ -26829,7 +26835,7 @@ github = "vog"; githubId = 412749; name = "Volker Diels-Grabsch"; - keys = [ { fingerprint = "A7E6 9C4F 69DC 5D6C FC84 EE34 A29F BD51 5F89 90AF"; } ]; + keys = [{fingerprint = "A7E6 9C4F 69DC 5D6C FC84 EE34 A29F BD51 5F89 90AF";}]; }; voidless = { email = "julius.schmitt@yahoo.de"; @@ -26878,7 +26884,7 @@ name = "Dmitry Voronin"; github = "voronind-com"; githubId = 22127600; - keys = [ { fingerprint = "3241 FDAD 82A7 E22D 4279 F405 913F 3267 9278 2E1C"; } ]; + keys = [{fingerprint = "3241 FDAD 82A7 E22D 4279 F405 913F 3267 9278 2E1C";}]; }; votava = { email = "votava@gmail.com"; @@ -26981,7 +26987,7 @@ email = "wackbyte@pm.me"; github = "wackbyte"; githubId = 29505620; - keys = [ { fingerprint = "E595 7FE4 FEF6 714B 1AD3 1483 937F 2AE5 CCEF BF59"; } ]; + keys = [{fingerprint = "E595 7FE4 FEF6 714B 1AD3 1483 937F 2AE5 CCEF BF59";}]; }; waelwindows = { email = "waelwindows9922@gmail.com"; @@ -26994,7 +27000,7 @@ email = "williamvphan@yahoo.fr"; github = "wahtique"; githubId = 55251330; - keys = [ { fingerprint = "9262 E3A7 D129 C4DD A7C1 26CE 370D D9BE 9121 F0B3"; } ]; + keys = [{fingerprint = "9262 E3A7 D129 C4DD A7C1 26CE 370D D9BE 9121 F0B3";}]; }; waiting-for-dev = { email = "marc@lamarciana.com"; @@ -27007,7 +27013,7 @@ email = "sheng@a64.work"; github = "wakira"; githubId = 2338339; - keys = [ { fingerprint = "47F7 009E 3AE3 1DA7 988E 12E1 8C9B 0A8F C0C0 D862"; } ]; + keys = [{fingerprint = "47F7 009E 3AE3 1DA7 988E 12E1 8C9B 0A8F C0C0 D862";}]; }; wamirez = { email = "wamirez@protonmail.com"; @@ -27070,7 +27076,7 @@ matrix = "@weathercold:matrix.org"; github = "Weathercold"; githubId = 49368953; - keys = [ { fingerprint = "D20F C904 A145 8B28 53D8 FBA0 0422 0096 01E4 87FC"; } ]; + keys = [{fingerprint = "D20F C904 A145 8B28 53D8 FBA0 0422 0096 01E4 87FC";}]; }; WeetHet = { name = "WeetHet"; @@ -27101,7 +27107,7 @@ github = "welteki"; githubId = 16267532; name = "Han Verstraete"; - keys = [ { fingerprint = "2145 955E 3F5E 0C95 3458 41B5 11F7 BAEA 8567 43FF"; } ]; + keys = [{fingerprint = "2145 955E 3F5E 0C95 3458 41B5 11F7 BAEA 8567 43FF";}]; }; wenjinnn = { name = "wenjin"; @@ -27138,7 +27144,7 @@ email = "wgn@wesnel.dev"; github = "wesnel"; githubId = 43357387; - keys = [ { fingerprint = "F844 80B2 0CA9 D6CC C7F5 2479 A776 D2AD 099E 8BC0"; } ]; + keys = [{fingerprint = "F844 80B2 0CA9 D6CC C7F5 2479 A776 D2AD 099E 8BC0";}]; }; wexder = { email = "wexder19@gmail.com"; @@ -27175,7 +27181,7 @@ github = "WhiteBlackGoose"; githubId = 31178401; name = "WhiteBlackGoose"; - keys = [ { fingerprint = "640B EDDE 9734 310A BFA3 B257 52ED AE6A 3995 AFAB"; } ]; + keys = [{fingerprint = "640B EDDE 9734 310A BFA3 B257 52ED AE6A 3995 AFAB";}]; }; whiteley = { email = "mattwhiteley@gmail.com"; @@ -27224,7 +27230,7 @@ email = "sebastian@wild-siena.com"; github = "wildsebastian"; githubId = 1215623; - keys = [ { fingerprint = "DA03 D6C6 3F58 E796 AD26 E99B 366A 2940 479A 06FC"; } ]; + keys = [{fingerprint = "DA03 D6C6 3F58 E796 AD26 E99B 366A 2940 479A 06FC";}]; }; wilhelmines = { email = "mail@aesz.org"; @@ -27262,7 +27268,7 @@ github = "spaghetus"; githubId = 28763739; name = "Willow Carlson-Huber"; - keys = [ { fingerprint = "FE21E0981CDFD50ADD086423C21A693BA4693A60"; } ]; + keys = [{fingerprint = "FE21E0981CDFD50ADD086423C21A693BA4693A60";}]; }; willswats = { email = "williamstuwatson@gmail.com"; @@ -27310,7 +27316,7 @@ email = "jade@witchof.space"; github = "witchof0x20"; githubId = 36118348; - keys = [ { fingerprint = "69C9 876B 5797 1B2E 11C5 7C39 80A1 F76F C9F9 54AE"; } ]; + keys = [{fingerprint = "69C9 876B 5797 1B2E 11C5 7C39 80A1 F76F C9F9 54AE";}]; }; wizardlink = { name = "wizardlink"; @@ -27382,7 +27388,7 @@ email = "walther@technowledgy.de"; github = "wolfgangwalther"; githubId = 9132420; - keys = [ { fingerprint = "F943 A0BC 720C 5BEF 73CD E02D B398 93FA 5F65 CAE1"; } ]; + keys = [{fingerprint = "F943 A0BC 720C 5BEF 73CD E02D B398 93FA 5F65 CAE1";}]; }; womeier = { name = "Wolfgang Meier"; @@ -27401,7 +27407,7 @@ github = "workflow"; githubId = 1276854; name = "Florian Peter"; - keys = [ { fingerprint = "C349 3C74 E232 A1EE E005 1678 2457 5DB9 3F6C EC16"; } ]; + keys = [{fingerprint = "C349 3C74 E232 A1EE E005 1678 2457 5DB9 3F6C EC16";}]; }; worldofpeace = { email = "worldofpeace@protonmail.ch"; @@ -27445,9 +27451,9 @@ github = "wrbbz"; githubId = 14261606; keys = [ - { fingerprint = "3724 B33B 0B85 F067 814C DA30 FC77 0786 0149 E41E"; } - { fingerprint = "A18D 996A D48C 10E8 B985 A219 B43D 995D 2501 1DFA"; } - { fingerprint = "34DB 8D31 F782 2B61 FF06 9503 8B5C 43DC 9105 2999"; } + {fingerprint = "3724 B33B 0B85 F067 814C DA30 FC77 0786 0149 E41E";} + {fingerprint = "A18D 996A D48C 10E8 B985 A219 B43D 995D 2501 1DFA";} + {fingerprint = "34DB 8D31 F782 2B61 FF06 9503 8B5C 43DC 9105 2999";} ]; }; wrmilling = { @@ -27455,7 +27461,7 @@ email = "Winston@Milli.ng"; github = "wrmilling"; githubId = 6162814; - keys = [ { fingerprint = "21E1 6B8D 2EE8 7530 6A6C 9968 D830 77B9 9F8C 6643"; } ]; + keys = [{fingerprint = "21E1 6B8D 2EE8 7530 6A6C 9968 D830 77B9 9F8C 6643";}]; }; wrvsrx = { name = "wrvsrx"; @@ -27584,8 +27590,8 @@ github = "xddxdd"; githubId = 5778879; keys = [ - { fingerprint = "2306 7C13 B6AE BDD7 C0BB 5673 27F3 1700 E751 EC22"; } - { fingerprint = "B195 E8FB 873E 6020 DCD1 C0C6 B50E C319 385F CB0D"; } + {fingerprint = "2306 7C13 B6AE BDD7 C0BB 5673 27F3 1700 E751 EC22";} + {fingerprint = "B195 E8FB 873E 6020 DCD1 C0C6 B50E C319 385F CB0D";} ]; name = "Yuhui Xu"; }; @@ -27634,7 +27640,7 @@ xgwq = { name = "XGWQ"; email = "nixos.xgwq@xnee.net"; - keys = [ { fingerprint = "6489 9EF2 A256 5C04 7426 686C 8337 A748 74EB E129"; } ]; + keys = [{fingerprint = "6489 9EF2 A256 5C04 7426 686C 8337 A748 74EB E129";}]; matrix = "@xgwq:nerdberg.de"; github = "peterablehmann"; githubId = 36541313; @@ -27822,8 +27828,8 @@ github = "yavko"; githubId = 15178513; keys = [ - { fingerprint = "DC05 7015 ECD7 E68A 6426 EFD8 F07D 19A3 2407 F857"; } - { fingerprint = "2874 581F F832 C9E9 AEC6 8D84 E57B F27C 8BB0 80B0"; } + {fingerprint = "DC05 7015 ECD7 E68A 6426 EFD8 F07D 19A3 2407 F857";} + {fingerprint = "2874 581F F832 C9E9 AEC6 8D84 E57B F27C 8BB0 80B0";} ]; }; yayayayaka = { @@ -27844,7 +27850,7 @@ email = "ydlr@ydlr.io"; github = "ydlr"; githubId = 58453832; - keys = [ { fingerprint = "FD0A C425 9EF5 4084 F99F 9B47 2ACC 9749 7C68 FAD4"; } ]; + keys = [{fingerprint = "FD0A C425 9EF5 4084 F99F 9B47 2ACC 9749 7C68 FAD4";}]; }; yechielw = { name = "yechielw"; @@ -27935,7 +27941,7 @@ name = "Yurii Matsiuk"; github = "ymatsiuk"; githubId = 24990891; - keys = [ { fingerprint = "7BB8 84B5 74DA FDB1 E194 ED21 6130 2290 2986 01AA"; } ]; + keys = [{fingerprint = "7BB8 84B5 74DA FDB1 E194 ED21 6130 2290 2986 01AA";}]; }; ymeister = { name = "Yuri Meister"; @@ -27971,7 +27977,7 @@ githubId = 38936915; name = "Yogansh Sharma"; keys = [ - { fingerprint = "D2A8 A906 ACA7 B6D6 575E 9A2F 3A49 5054 6EA6 9E5C"; } + {fingerprint = "D2A8 A906 ACA7 B6D6 575E 9A2F 3A49 5054 6EA6 9E5C";} ]; }; yomaq = { @@ -28011,7 +28017,7 @@ email = "youwenw@gmail.com"; github = "youwen5"; githubId = 38934577; - keys = [ { fingerprint = "8F5E 6C1A F909 76CA 7102 917A 8656 58ED 1FE6 1EC3"; } ]; + keys = [{fingerprint = "8F5E 6C1A F909 76CA 7102 917A 8656 58ED 1FE6 1EC3";}]; }; yrashk = { email = "yrashk@gmail.com"; @@ -28049,7 +28055,7 @@ github = "Yumasi"; githubId = 24368641; name = "Guillaume Pagnoux"; - keys = [ { fingerprint = "85F8 E850 F8F2 F823 F934 535B EC50 6589 9AEA AF4C"; } ]; + keys = [{fingerprint = "85F8 E850 F8F2 F823 F934 535B EC50 6589 9AEA AF4C";}]; }; yunfachi = { email = "yunfachi@gmail.com"; @@ -28092,7 +28098,7 @@ github = "yusdacra"; githubId = 19897088; name = "Yusuf Bera Ertan"; - keys = [ { fingerprint = "9270 66BD 8125 A45B 4AC4 0326 6180 7181 F60E FCB2"; } ]; + keys = [{fingerprint = "9270 66BD 8125 A45B 4AC4 0326 6180 7181 F60E FCB2";}]; }; yusuf-duran = { github = "yusuf-duran"; @@ -28105,13 +28111,13 @@ github = "yuuyins"; githubId = 86538850; name = "Yuu Yin"; - keys = [ { fingerprint = "9F19 3AE8 AA25 647F FC31 46B5 416F 303B 43C2 0AC3"; } ]; + keys = [{fingerprint = "9F19 3AE8 AA25 647F FC31 46B5 416F 303B 43C2 0AC3";}]; }; yvan-sraka = { email = "yvan@sraka.xyz"; github = "yvan-sraka"; githubId = 705213; - keys = [ { fingerprint = "FE9A 953C 97E4 54FE 6598 BFDD A4FB 3EAA 6F45 2379"; } ]; + keys = [{fingerprint = "FE9A 953C 97E4 54FE 6598 BFDD A4FB 3EAA 6F45 2379";}]; matrix = "@/yvan:matrix.org"; name = "Yvan Sraka"; }; @@ -28132,7 +28138,7 @@ github = "yzx9"; githubId = 41458459; name = "Zexin Yuan"; - keys = [ { fingerprint = "FE16 B281 90EF 6C3F F661 6441 C2DD 1916 FE47 1BE2"; } ]; + keys = [{fingerprint = "FE16 B281 90EF 6C3F F661 6441 C2DD 1916 FE47 1BE2";}]; }; zacharyweiss = { name = "Zachary Weiss"; @@ -28204,7 +28210,7 @@ email = "zane@zanevaniperen.com"; github = "vs49688"; githubId = 4423262; - keys = [ { fingerprint = "61AE D40F 368B 6F26 9DAE 3892 6861 6B2D 8AC4 DCC5"; } ]; + keys = [{fingerprint = "61AE D40F 368B 6F26 9DAE 3892 6861 6B2D 8AC4 DCC5";}]; }; zaninime = { email = "francesco@zanini.me"; @@ -28254,7 +28260,7 @@ email = "zacc@ztdp.ca"; github = "zedseven"; githubId = 25164338; - keys = [ { fingerprint = "065A 0A98 FE61 E1C1 41B0 AFE7 64FA BC62 F457 2875"; } ]; + keys = [{fingerprint = "065A 0A98 FE61 E1C1 41B0 AFE7 64FA BC62 F457 2875";}]; }; zelkourban = { name = "zelkourban"; @@ -28273,7 +28279,7 @@ email = "i@zenithal.me"; github = "ZenithalHourlyRate"; githubId = 19512674; - keys = [ { fingerprint = "1127 F188 280A E312 3619 3329 87E1 7EEF 9B18 B6C9"; } ]; + keys = [{fingerprint = "1127 F188 280A E312 3619 3329 87E1 7EEF 9B18 B6C9";}]; }; zeorin = { name = "Xandor Schiefer"; @@ -28281,14 +28287,14 @@ matrix = "@zeorin:matrix.org"; github = "zeorin"; githubId = 1187078; - keys = [ { fingerprint = "863F 093A CF82 D2C8 6FD7 FB74 5E1C 0971 FE4F 665A"; } ]; + keys = [{fingerprint = "863F 093A CF82 D2C8 6FD7 FB74 5E1C 0971 FE4F 665A";}]; }; zeratax = { email = "mail@zera.tax"; github = "zeratax"; githubId = 5024958; name = "Jona Abdinghoff"; - keys = [ { fingerprint = "44F7 B797 9D3A 27B1 89E0 841E 8333 735E 784D F9D4"; } ]; + keys = [{fingerprint = "44F7 B797 9D3A 27B1 89E0 841E 8333 735E 784D F9D4";}]; }; zeri = { name = "zeri"; @@ -28357,8 +28363,8 @@ matrix = "@zimward:zimward.moe"; email = "zimward@zimward.moe"; keys = [ - { fingerprint = "CBF7 FA5E F4B5 8B68 5977 3E3E 4CAC 61D6 A482 FCD9"; } - { fingerprint = "E22F 760E E074 E57A 21CB 1733 8DD2 9BB5 2C25 EA09"; } + {fingerprint = "CBF7 FA5E F4B5 8B68 5977 3E3E 4CAC 61D6 A482 FCD9";} + {fingerprint = "E22F 760E E074 E57A 21CB 1733 8DD2 9BB5 2C25 EA09";} ]; }; Zirconium419122 = { @@ -28403,7 +28409,7 @@ githubId = 44469426; name = "Zoey de Souza Pessanha"; email = "zoey.spessanha@outlook.com"; - keys = [ { fingerprint = "EAA1 51DB 472B 0122 109A CB17 1E1E 889C DBD6 A315"; } ]; + keys = [{fingerprint = "EAA1 51DB 472B 0122 109A CB17 1E1E 889C DBD6 A315";}]; }; zohl = { email = "zohl@fmap.me"; @@ -28503,3 +28509,4 @@ # keep-sorted end } # Keep the list alphabetically sorted. + From 4cf97d64a1798e3ce7510afab9aee720150e9057 Mon Sep 17 00:00:00 2001 From: Gavin Kondrath <78187175+gavink97@users.noreply.github.com> Date: Sun, 10 Aug 2025 19:41:43 +1000 Subject: [PATCH 23/49] plus-jakarta-sans: init at 2.7.1 plus-jakarta-sans: fix formatted package.nix maintainers: updated gavink97 maintainers: formatted list plus-jakarta-sans: fix revisions --- maintainers/maintainer-list.nix | 1407 ++++++++--------- pkgs/by-name/pl/plus-jakarta-sans/package.nix | 32 + 2 files changed, 735 insertions(+), 704 deletions(-) create mode 100644 pkgs/by-name/pl/plus-jakarta-sans/package.nix diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 90a26905a9e0..e24b65ac320d 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -1,67 +1,67 @@ /* -List of NixOS maintainers. - ```nix - handle = { - # Required - name = "Your name"; + List of NixOS maintainers. + ```nix + handle = { + # Required + name = "Your name"; - # Optional, but at least one of email, matrix or githubId must be given - email = "address@example.org"; - matrix = "@user:example.org"; - github = "GithubUsername"; - githubId = your-github-id; + # Optional, but at least one of email, matrix or githubId must be given + email = "address@example.org"; + matrix = "@user:example.org"; + github = "GithubUsername"; + githubId = your-github-id; - keys = [{ - fingerprint = "AAAA BBBB CCCC DDDD EEEE FFFF 0000 1111 2222 3333"; - }]; - }; - ``` + keys = [{ + fingerprint = "AAAA BBBB CCCC DDDD EEEE FFFF 0000 1111 2222 3333"; + }]; + }; + ``` - where + where - - `handle` is the handle you are going to use in nixpkgs expressions, - - `name` is a name that people would know and recognize you by, - - `email` is your maintainer email address, - - `matrix` is your Matrix user ID, - - `github` is your GitHub handle (as it appears in the URL of your profile page, `https://github.com/`), - - `githubId` is your GitHub user ID, which can be found at `https://api.github.com/users/`, - - `keys` is a list of your PGP/GPG key fingerprints. + - `handle` is the handle you are going to use in nixpkgs expressions, + - `name` is a name that people would know and recognize you by, + - `email` is your maintainer email address, + - `matrix` is your Matrix user ID, + - `github` is your GitHub handle (as it appears in the URL of your profile page, `https://github.com/`), + - `githubId` is your GitHub user ID, which can be found at `https://api.github.com/users/`, + - `keys` is a list of your PGP/GPG key fingerprints. - Specifying a GitHub account ensures that you automatically: - - get invited to the @NixOS/nixpkgs-maintainers team ; - - once you are part of the @NixOS org, OfBorg will request you review - pull requests that modify a package for which you are a maintainer. + Specifying a GitHub account ensures that you automatically: + - get invited to the @NixOS/nixpkgs-maintainers team ; + - once you are part of the @NixOS org, OfBorg will request you review + pull requests that modify a package for which you are a maintainer. - `handle == github` is strongly preferred whenever `github` is an acceptable attribute name and is short and convenient. + `handle == github` is strongly preferred whenever `github` is an acceptable attribute name and is short and convenient. - If `github` begins with a numeral, `handle` should be prefixed with an underscore. - ```nix - _1example = { - github = "1example"; - }; - ``` + If `github` begins with a numeral, `handle` should be prefixed with an underscore. + ```nix + _1example = { + github = "1example"; + }; + ``` - Add PGP/GPG keys only if you actually use them to sign commits and/or mail. + Add PGP/GPG keys only if you actually use them to sign commits and/or mail. - To get the required PGP/GPG values for a key run - ```shell - gpg --fingerprint | head -n 2 - ``` + To get the required PGP/GPG values for a key run + ```shell + gpg --fingerprint | head -n 2 + ``` - !!! Note that PGP/GPG values stored here are for informational purposes only, don't use this file as a source of truth. + !!! Note that PGP/GPG values stored here are for informational purposes only, don't use this file as a source of truth. - More fields may be added in the future, however, in order to comply with GDPR this file should stay as minimal as possible. + More fields may be added in the future, however, in order to comply with GDPR this file should stay as minimal as possible. - When editing this file: - * keep the list alphabetically sorted - * test the validity of the format with: - nix-build lib/tests/maintainers.nix + When editing this file: + * keep the list alphabetically sorted + * test the validity of the format with: + nix-build lib/tests/maintainers.nix - See `./scripts/check-maintainer-github-handles.sh` for an example on how to work with this data. + See `./scripts/check-maintainer-github-handles.sh` for an example on how to work with this data. - When adding a new maintainer, be aware of the current commit conventions - documented at [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#commit-conventions) - file located in the root of the Nixpkgs repo. + When adding a new maintainer, be aware of the current commit conventions + documented at [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md#commit-conventions) + file located in the root of the Nixpkgs repo. */ { # keep-sorted start case=no numeric=no block=yes @@ -107,7 +107,7 @@ List of NixOS maintainers. name = "Joachim Ernst"; github = "0x4A6F"; githubId = 9675338; - keys = [{fingerprint = "F466 A548 AD3F C1F1 8C88 4576 8702 7528 B006 D66D";}]; + keys = [ { fingerprint = "F466 A548 AD3F C1F1 8C88 4576 8702 7528 B006 D66D"; } ]; }; _0x5a4 = { email = "bej86nug@hhu.de"; @@ -126,7 +126,7 @@ List of NixOS maintainers. name = "Bela Stoyan"; github = "0xbe7a"; githubId = 6232980; - keys = [{fingerprint = "2536 9E86 1AA5 9EB7 4C47 B138 6510 870A 77F4 9A99";}]; + keys = [ { fingerprint = "2536 9E86 1AA5 9EB7 4C47 B138 6510 870A 77F4 9A99"; } ]; }; _0xC45 = { email = "jason@0xc45.com"; @@ -247,7 +247,7 @@ List of NixOS maintainers. github = "4r7if3x"; githubId = 8606282; name = "4r7if3x"; - keys = [{fingerprint = "013C ED4B E769 745A CFC3 0F3C F23C 2613 2266 7A12";}]; + keys = [ { fingerprint = "013C ED4B E769 745A CFC3 0F3C F23C 2613 2266 7A12"; } ]; }; _6543 = { email = "6543@obermui.de"; @@ -255,7 +255,7 @@ List of NixOS maintainers. github = "6543"; githubId = 24977596; name = "6543"; - keys = [{fingerprint = "8722 B61D 7234 1082 553B 201C B8BE 6D61 0E61 C862";}]; + keys = [ { fingerprint = "8722 B61D 7234 1082 553B 201C B8BE 6D61 0E61 C862"; } ]; }; _6AA4FD = { email = "f6442954@gmail.com"; @@ -298,7 +298,7 @@ List of NixOS maintainers. github = "999eagle"; githubId = 1221984; name = "Sophie Tauchert"; - keys = [{fingerprint = "7B59 F09E 0FE5 BC34 F032 1FB4 5270 1DE5 F5F5 1125";}]; + keys = [ { fingerprint = "7B59 F09E 0FE5 BC34 F032 1FB4 5270 1DE5 F5F5 1125"; } ]; }; _9glenda = { email = "plan9git@proton.me"; @@ -306,7 +306,7 @@ List of NixOS maintainers. github = "9glenda"; githubId = 69043370; name = "9glenda"; - keys = [{fingerprint = "DBF4 E6D0 90B8 BEA4 4BFE 1F1C 3442 4321 39B5 0691";}]; + keys = [ { fingerprint = "DBF4 E6D0 90B8 BEA4 4BFE 1F1C 3442 4321 39B5 0691"; } ]; }; _9R = { email = "nix@9-r.net"; @@ -430,7 +430,7 @@ List of NixOS maintainers. github = "wahjava"; githubId = 2255192; name = "Ashish SHUKLA"; - keys = [{fingerprint = "F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0";}]; + keys = [ { fingerprint = "F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0"; } ]; }; abbradar = { email = "ab@fmap.me"; @@ -558,14 +558,14 @@ List of NixOS maintainers. email = "zestypurple@protonmail.com"; github = "acuteaangle"; githubId = 79724236; - keys = [{fingerprint = "46C0 9BA8 A20E 5C50 1E1E 0597 0B6D 17F7 2BC4 7F61";}]; + keys = [ { fingerprint = "46C0 9BA8 A20E 5C50 1E1E 0597 0B6D 17F7 2BC4 7F61"; } ]; }; acuteenvy = { matrix = "@acuteenvy:matrix.org"; github = "acuteenvy"; githubId = 126529524; name = "Lena"; - keys = [{fingerprint = "CE85 54F7 B9BC AC0D D648 5661 AB5F C04C 3C94 443F";}]; + keys = [ { fingerprint = "CE85 54F7 B9BC AC0D D648 5661 AB5F C04C 3C94 443F"; } ]; }; adam248 = { email = "adamjbutler091@gmail.com"; @@ -592,8 +592,8 @@ List of NixOS maintainers. github = "adamperkowski"; githubId = 75480869; keys = [ - {fingerprint = "00F6 1623 FB56 BC5B B709 4E63 4CE6 C117 2DF6 BE79";} - {fingerprint = "5A53 0832 DA91 20B0 CA57 DDB6 7CBD B58E CF1D 3478";} + { fingerprint = "00F6 1623 FB56 BC5B B709 4E63 4CE6 C117 2DF6 BE79"; } + { fingerprint = "5A53 0832 DA91 20B0 CA57 DDB6 7CBD B58E CF1D 3478"; } ]; }; adamt = { @@ -702,14 +702,14 @@ List of NixOS maintainers. github = "adtya"; githubId = 22346805; name = "Adithya Nair"; - keys = [{fingerprint = "51E4 F5AB 1B82 BE45 B422 9CC2 43A5 E25A A5A2 7849";}]; + keys = [ { fingerprint = "51E4 F5AB 1B82 BE45 B422 9CC2 43A5 E25A A5A2 7849"; } ]; }; aduh95 = { email = "duhamelantoine1995@gmail.com"; github = "aduh95"; githubId = 14309773; name = "Antoine du Hamel"; - keys = [{fingerprint = "5BE8 A3F6 C8A5 C01D 106C 0AD8 20B1 A390 B168 D356";}]; + keys = [ { fingerprint = "5BE8 A3F6 C8A5 C01D 106C 0AD8 20B1 A390 B168 D356"; } ]; }; aerialx = { email = "aaron+nixos@aaronlindsay.com"; @@ -844,7 +844,7 @@ List of NixOS maintainers. matrix = "@aikoo7:matrix.org"; github = "aikooo7"; githubId = 79667753; - keys = [{fingerprint = "B0D7 2955 235F 6AB5 ACFA 1619 8C7F F5BB 1ADE F191";}]; + keys = [ { fingerprint = "B0D7 2955 235F 6AB5 ACFA 1619 8C7F F5BB 1ADE F191"; } ]; }; ailsa-sun = { name = "Ailsa Sun"; @@ -971,7 +971,7 @@ List of NixOS maintainers. email = "alessandro.barenghi@tuta.io"; github = "akkesm"; githubId = 56970006; - keys = [{fingerprint = "50E2 669C AB38 2F4A 5F72 1667 0D6B FC01 D45E DADD";}]; + keys = [ { fingerprint = "50E2 669C AB38 2F4A 5F72 1667 0D6B FC01 D45E DADD"; } ]; }; akotro = { name = "Antonis Kotronakis"; @@ -1019,7 +1019,7 @@ List of NixOS maintainers. github = "al3xtjames"; githubId = 5672538; name = "Alex James"; - keys = [{fingerprint = "F354 FFAB EA89 A49D 33ED 2590 4729 B829 AC5F CC72";}]; + keys = [ { fingerprint = "F354 FFAB EA89 A49D 33ED 2590 4729 B829 AC5F CC72"; } ]; }; ALameLlama = { email = "NicholasACiechanowski@gmail.com"; @@ -1192,7 +1192,7 @@ List of NixOS maintainers. email = "ashpilkin@gmail.com"; github = "alexshpilkin"; githubId = 1010468; - keys = [{fingerprint = "B595 D74D 6615 C010 469F 5A13 73E9 AA11 4B3A 894B";}]; + keys = [ { fingerprint = "B595 D74D 6615 C010 469F 5A13 73E9 AA11 4B3A 894B"; } ]; matrix = "@alexshpilkin:matrix.org"; name = "Alexander Shpilkin"; }; @@ -1298,7 +1298,7 @@ List of NixOS maintainers. matrix = "@aloisw:kde.org"; github = "alois31"; githubId = 36605164; - keys = [{fingerprint = "CA97 A822 FF24 25D4 74AF 3E4B E0F5 9EA5 E521 6914";}]; + keys = [ { fingerprint = "CA97 A822 FF24 25D4 74AF 3E4B E0F5 9EA5 E521 6914"; } ]; }; Alper-Celik = { email = "alper@alper-celik.dev"; @@ -1306,8 +1306,8 @@ List of NixOS maintainers. github = "Alper-Celik"; githubId = 110625473; keys = [ - {fingerprint = "6B69 19DD CEE0 FAF3 5C9F 2984 FA90 C0AB 738A B873";} - {fingerprint = "DF68 C500 4024 23CC F9C5 E6CA 3D17 C832 4696 FE70";} + { fingerprint = "6B69 19DD CEE0 FAF3 5C9F 2984 FA90 C0AB 738A B873"; } + { fingerprint = "DF68 C500 4024 23CC F9C5 E6CA 3D17 C832 4696 FE70"; } ]; }; alternateved = { @@ -1425,7 +1425,7 @@ List of NixOS maintainers. email = "matilde@diffyq.xyz"; github = "matilde-ametrine"; githubId = 90799677; - keys = [{fingerprint = "7931 EB4E 4712 D7BE 04F8 6D34 07EE 1FFC A58A 11C5";}]; + keys = [ { fingerprint = "7931 EB4E 4712 D7BE 04F8 6D34 07EE 1FFC A58A 11C5"; } ]; }; amfl = { email = "amfl@none.none"; @@ -1467,7 +1467,7 @@ List of NixOS maintainers. github = "amyipdev"; githubId = 46307646; name = "Amy Parker"; - keys = [{fingerprint = "7786 034B D521 49F5 1B0A 2A14 B112 2F04 E962 DDC5";}]; + keys = [ { fingerprint = "7786 034B D521 49F5 1B0A 2A14 B112 2F04 E962 DDC5"; } ]; }; amz-x = { email = "mail@amz-x.com"; @@ -1486,7 +1486,7 @@ List of NixOS maintainers. github = "0x61nas"; githubId = 44965145; name = "Anas Elgarhy"; - keys = [{fingerprint = "E10B D192 9231 08C7 3C35 7EC3 83E0 3DC6 F383 4086";}]; + keys = [ { fingerprint = "E10B D192 9231 08C7 3C35 7EC3 83E0 3DC6 F383 4086"; } ]; }; andehen = { email = "git@andehen.net"; @@ -1664,14 +1664,14 @@ List of NixOS maintainers. matrix = "@angryant:envs.net"; github = "AngryAnt"; githubId = 102513; - keys = [{fingerprint = "B7B7 582E 564E 789B FCB8 71AB 0C6D FE2F B234 534A";}]; + keys = [ { fingerprint = "B7B7 582E 564E 789B FCB8 71AB 0C6D FE2F B234 534A"; } ]; }; anhdle14 = { name = "Le Anh Duc"; email = "anhdle14@icloud.com"; github = "anhdle14"; githubId = 9645992; - keys = [{fingerprint = "AA4B 8EC3 F971 D350 482E 4E20 0299 AFF9 ECBB 5169";}]; + keys = [ { fingerprint = "AA4B 8EC3 F971 D350 482E 4E20 0299 AFF9 ECBB 5169"; } ]; }; anhduy = { email = "vo@anhduy.io"; @@ -1684,7 +1684,7 @@ List of NixOS maintainers. email = "i@anillc.cn"; github = "Anillc"; githubId = 23411248; - keys = [{fingerprint = "6141 1E4F FE10 CE7B 2E14 CD76 0BE8 A88F 47B2 145C";}]; + keys = [ { fingerprint = "6141 1E4F FE10 CE7B 2E14 CD76 0BE8 A88F 47B2 145C"; } ]; }; anirrudh = { email = "anik597@gmail.com"; @@ -1742,9 +1742,9 @@ List of NixOS maintainers. matrix = "@anpin:matrix.org"; name = "Pavel Anpin"; keys = [ - {fingerprint = "06E8 4FF6 0CCF 7AFD 5101 76C9 0FBC D3EE 6310 7407";} + { fingerprint = "06E8 4FF6 0CCF 7AFD 5101 76C9 0FBC D3EE 6310 7407"; } # compare with https://keybase.io/anpin/pgp_keys.asc - {fingerprint = "DADF F3EA 06DC 8C1B 100A 24DB 312E 8F17 91C5 DA8C";} + { fingerprint = "DADF F3EA 06DC 8C1B 100A 24DB 312E 8F17 91C5 DA8C"; } ]; }; anpryl = { @@ -1759,7 +1759,7 @@ List of NixOS maintainers. githubId = 48802534; name = "Anselm Schüler"; matrix = "@schuelermine:matrix.org"; - keys = [{fingerprint = "CDBF ECA8 36FE E340 1CEB 58FF BA34 EE1A BA3A 0955";}]; + keys = [ { fingerprint = "CDBF ECA8 36FE E340 1CEB 58FF BA34 EE1A BA3A 0955"; } ]; }; # currently on hiatus, please do not ping until this notice is removed (or if it’s been like two years) anthonyroussel = { email = "anthony@roussel.dev"; @@ -1767,7 +1767,7 @@ List of NixOS maintainers. githubId = 220084; name = "Anthony Roussel"; matrix = "@anthonyrsl:matrix.org"; - keys = [{fingerprint = "472D 368A F107 F443 F3A5 C712 9DC4 987B 1A55 E75E";}]; + keys = [ { fingerprint = "472D 368A F107 F443 F3A5 C712 9DC4 987B 1A55 E75E"; } ]; }; antipatico = { email = "code@bootkit.dev"; @@ -1803,7 +1803,7 @@ List of NixOS maintainers. github = "antonmosich"; githubId = 27223336; name = "Anton Mosich"; - keys = [{fingerprint = "F401 287C 324F 0A1C B321 657B 9B96 97B8 FB18 7D14";}]; + keys = [ { fingerprint = "F401 287C 324F 0A1C B321 657B 9B96 97B8 FB18 7D14"; } ]; }; antono = { email = "self@antono.info"; @@ -1871,7 +1871,7 @@ List of NixOS maintainers. github = "aplund"; githubId = 1369436; name = "Austin Lund"; - keys = [{fingerprint = "7083 E268 4BFD 845F 2B84 9E74 B695 8918 ED23 32CE";}]; + keys = [ { fingerprint = "7083 E268 4BFD 845F 2B84 9E74 B695 8918 ED23 32CE"; } ]; }; appleboblin = { email = "github@appleboblin.com"; @@ -1885,8 +1885,8 @@ List of NixOS maintainers. githubId = 2477952; name = "Kalle Fagerberg"; keys = [ - {fingerprint = "F68E 6DB3 79FB 1FF0 7C72 6479 9874 DEDD 3592 5ED0";} - {fingerprint = "8DDB 3994 0A34 4FE5 4F3B 3E77 F161 001D EE78 1051";} + { fingerprint = "F68E 6DB3 79FB 1FF0 7C72 6479 9874 DEDD 3592 5ED0"; } + { fingerprint = "8DDB 3994 0A34 4FE5 4F3B 3E77 F161 001D EE78 1051"; } ]; }; applePrincess = { @@ -1894,7 +1894,7 @@ List of NixOS maintainers. github = "applePrincess"; githubId = 17154507; name = "Lein Matsumaru"; - keys = [{fingerprint = "BF8B F725 DA30 E53E 7F11 4ED8 AAA5 0652 F047 9205";}]; + keys = [ { fingerprint = "BF8B F725 DA30 E53E 7F11 4ED8 AAA5 0652 F047 9205"; } ]; }; appsforartists = { github = "appsforartists"; @@ -2118,7 +2118,7 @@ List of NixOS maintainers. github = "artemist"; githubId = 1226638; name = "Artemis Tosini"; - keys = [{fingerprint = "3D2B B230 F9FA F0C5 1832 46DD 4FDC 96F1 61E7 BA8A";}]; + keys = [ { fingerprint = "3D2B B230 F9FA F0C5 1832 46DD 4FDC 96F1 61E7 BA8A"; } ]; }; arthsmn = { name = "Arthur Cerqueira"; @@ -2215,14 +2215,14 @@ List of NixOS maintainers. email = "software@conlon.dev"; github = "a1994sc"; githubId = 1966320; - keys = [{fingerprint = "E1F3 9B80 47A5 1EB9 01F8 C385 7FE3 F668 49737 F37";}]; + keys = [ { fingerprint = "E1F3 9B80 47A5 1EB9 01F8 C385 7FE3 F668 49737 F37"; } ]; }; asciimoth = { name = "Andrew"; email = "ascii@moth.contact"; github = "asciimoth"; githubId = 91414737; - keys = [{fingerprint = "C5C8 4658 CCFD 7E8E 71DE E933 AF3A E54F C3A3 5C9F";}]; + keys = [ { fingerprint = "C5C8 4658 CCFD 7E8E 71DE E933 AF3A E54F C3A3 5C9F"; } ]; }; ashalkhakov = { email = "artyom.shalkhakov@gmail.com"; @@ -2266,7 +2266,7 @@ List of NixOS maintainers. github = "ashuramaruzxc"; githubId = 72100551; name = "Mariia Holovata"; - keys = [{fingerprint = "409D 201E 9450 8732 A49E D0FC 6BDA F874 0068 08DF";}]; + keys = [ { fingerprint = "409D 201E 9450 8732 A49E D0FC 6BDA F874 0068 08DF"; } ]; }; asininemonkey = { email = "nixpkgs@asininemonkey.com"; @@ -2297,7 +2297,7 @@ List of NixOS maintainers. github = "AsPulse"; githubId = 84216737; name = "AsPulse / あすぱる"; - keys = [{fingerprint = "C919 E69E A7C0 E147 9E0F C26E 1EDA D0C6 70BD 062D";}]; + keys = [ { fingerprint = "C919 E69E A7C0 E147 9E0F C26E 1EDA D0C6 70BD 062D"; } ]; }; assistant = { email = "assistant.moetron@gmail.com"; @@ -2330,7 +2330,7 @@ List of NixOS maintainers. github = "astrobeastie"; githubId = 26362368; name = "Vincent Fischer"; - keys = [{fingerprint = "BF47 81E1 F304 1ADF 18CE C401 DE16 C7D1 536D A72F";}]; + keys = [ { fingerprint = "BF47 81E1 F304 1ADF 18CE C401 DE16 C7D1 536D A72F"; } ]; }; astronaut0212 = { email = "goatastronaut0212@outlook.com"; @@ -2350,7 +2350,7 @@ List of NixOS maintainers. github = "aszlig"; githubId = 192147; name = "aszlig"; - keys = [{fingerprint = "DD52 6BC7 767D BA28 16C0 95E5 6840 89CE 67EB B691";}]; + keys = [ { fingerprint = "DD52 6BC7 767D BA28 16C0 95E5 6840 89CE 67EB B691"; } ]; }; atagen = { name = "atagen"; @@ -2375,7 +2375,7 @@ List of NixOS maintainers. github = "AtaraxiaSjel"; githubId = 5314145; name = "Dmitriy"; - keys = [{fingerprint = "922D A6E7 58A0 FE4C FAB4 E4B2 FD26 6B81 0DF4 8DF2";}]; + keys = [ { fingerprint = "922D A6E7 58A0 FE4C FAB4 E4B2 FD26 6B81 0DF4 8DF2"; } ]; }; atemu = { name = "Atemu"; @@ -2417,7 +2417,7 @@ List of NixOS maintainers. email = "m.abdolirad@gmail.com"; github = "atkrad"; githubId = 351364; - keys = [{fingerprint = "0380 F2F8 DF7A BA1A E7DB D84A 1935 1496 62CA FDB8";}]; + keys = [ { fingerprint = "0380 F2F8 DF7A BA1A E7DB D84A 1935 1496 62CA FDB8"; } ]; }; atnnn = { email = "etienne@atnnn.com"; @@ -2436,7 +2436,7 @@ List of NixOS maintainers. email = "attila@dorn.haus"; github = "attilaolah"; githubId = 196617; - keys = [{fingerprint = "BF2E 4759 74D3 88E0 E30C 9604 07E6 C064 3FD1 42C3";}]; + keys = [ { fingerprint = "BF2E 4759 74D3 88E0 E30C 9604 07E6 C064 3FD1 42C3"; } ]; }; auchter = { name = "Michael Auchter"; @@ -2497,7 +2497,7 @@ List of NixOS maintainers. email = "sven@autumnal.de"; github = "sevenautumns"; githubId = 20627275; - keys = [{fingerprint = "6A2E 7FDD 1037 11A8 B996 E28E B051 064E 2FCA B71B";}]; + keys = [ { fingerprint = "6A2E 7FDD 1037 11A8 B996 E28E B051 064E 2FCA B71B"; } ]; }; av-gal = { email = "alex.v.galvin@gmail.com"; @@ -2552,14 +2552,14 @@ List of NixOS maintainers. email = "alex@averyan.ru"; github = "averyanalex"; githubId = 59499799; - keys = [{fingerprint = "A0FF 4F26 6B80 0B86 726D EA5B 3C23 C7BD 9945 2036";}]; + keys = [ { fingerprint = "A0FF 4F26 6B80 0B86 726D EA5B 3C23 C7BD 9945 2036"; } ]; }; averyvigolo = { email = "nixpkgs@averyv.me"; github = "averyvigolo"; githubId = 26379999; name = "Avery Vigolo"; - keys = [{fingerprint = "9848 B216 BCBE 29BB 1C6A E0D5 7A4D F5A8 CDBD 49C7";}]; + keys = [ { fingerprint = "9848 B216 BCBE 29BB 1C6A E0D5 7A4D F5A8 CDBD 49C7"; } ]; }; avh4 = { email = "gruen0aermel@gmail.com"; @@ -2572,14 +2572,14 @@ List of NixOS maintainers. github = "aviallon"; githubId = 7479436; name = "Antoine Viallon"; - keys = [{fingerprint = "4AC4 A28D 7208 FC6F 2B51 5EA9 D126 B13A B555 E16F";}]; + keys = [ { fingerprint = "4AC4 A28D 7208 FC6F 2B51 5EA9 D126 B13A B555 E16F"; } ]; }; avitex = { email = "theavitex@gmail.com"; github = "avitex"; githubId = 5110816; name = "avitex"; - keys = [{fingerprint = "271E 136C 178E 06FA EA4E B854 8B36 6C44 3CAB E942";}]; + keys = [ { fingerprint = "271E 136C 178E 06FA EA4E B854 8B36 6C44 3CAB E942"; } ]; }; avnik = { email = "avn@avnik.info"; @@ -2646,7 +2646,7 @@ List of NixOS maintainers. matrix = "@azahi:azahi.cc"; github = "azahi"; githubId = 22211000; - keys = [{fingerprint = "2688 0377 C31D 9E81 9BDF 83A8 C8C6 BDDB 3847 F72B";}]; + keys = [ { fingerprint = "2688 0377 C31D 9E81 9BDF 83A8 C8C6 BDDB 3847 F72B"; } ]; }; azazak123 = { email = "azazaka2002@gmail.com"; @@ -2689,14 +2689,14 @@ List of NixOS maintainers. github = "B4dM4n"; githubId = 448169; name = "Fabian Möller"; - keys = [{fingerprint = "6309 E212 29D4 DA30 AF24 BDED 754B 5C09 63C4 2C50";}]; + keys = [ { fingerprint = "6309 E212 29D4 DA30 AF24 BDED 754B 5C09 63C4 2C50"; } ]; }; babbaj = { name = "babbaj"; email = "babbaj45@gmail.com"; github = "babbaj"; githubId = 12820770; - keys = [{fingerprint = "6FBC A462 4EAF C69C A7C4 98C1 F044 3098 48A0 7CAC";}]; + keys = [ { fingerprint = "6FBC A462 4EAF C69C A7C4 98C1 F044 3098 48A0 7CAC"; } ]; }; babeuh = { name = "Raphael Le Goaller"; @@ -2723,7 +2723,7 @@ List of NixOS maintainers. matrix = "@badele:matrix.org"; github = "badele"; githubId = 2806307; - keys = [{fingerprint = "00F4 21C4 C537 7BA3 9820 E13F 6B95 E13D E469 CC5D";}]; + keys = [ { fingerprint = "00F4 21C4 C537 7BA3 9820 E13F 6B95 E13D E469 CC5D"; } ]; }; badmutex = { email = "github@badi.sh"; @@ -2850,7 +2850,7 @@ List of NixOS maintainers. github = "wandersoncferreira"; githubId = 17708295; name = "Wanderson Ferreira"; - keys = [{fingerprint = "A3E1 C409 B705 50B3 BF41 492B 5684 0A61 4DBE 37AE";}]; + keys = [ { fingerprint = "A3E1 C409 B705 50B3 BF41 492B 5684 0A61 4DBE 37AE"; } ]; }; bashsu = { name = "Joeal Subash"; @@ -2864,14 +2864,14 @@ List of NixOS maintainers. matrix = "@bastaynav:matrix.org"; github = "bastaynav"; githubId = 6987136; - keys = [{fingerprint = "2C6D 37D4 6AA1 DCDA BE8D F346 43E2 CF4C 01B9 4940";}]; + keys = [ { fingerprint = "2C6D 37D4 6AA1 DCDA BE8D F346 43E2 CF4C 01B9 4940"; } ]; }; BastianAsmussen = { name = "Bastian Asmussen"; email = "bastian@asmussen.tech"; github = "BastianAsmussen"; githubId = 76102128; - keys = [{fingerprint = "3B11 7469 0893 85E7 16C2 7CD9 0FE5 A355 DBC9 2568";}]; + keys = [ { fingerprint = "3B11 7469 0893 85E7 16C2 7CD9 0FE5 A355 DBC9 2568"; } ]; }; basvandijk = { email = "v.dijk.bas@gmail.com"; @@ -2903,7 +2903,7 @@ List of NixOS maintainers. matrix = "@baukexyz:matrix.org"; github = "Bauke"; githubId = 19501722; - keys = [{fingerprint = "C593 27B5 9D0F 2622 23F6 1D03 C1C0 F299 52BC F558";}]; + keys = [ { fingerprint = "C593 27B5 9D0F 2622 23F6 1D03 C1C0 F299 52BC F558"; } ]; }; bb2020 = { github = "bb2020"; @@ -3032,21 +3032,21 @@ List of NixOS maintainers. email = "blcknc@pm.me"; github = "bellackn"; githubId = 32039602; - keys = [{fingerprint = "2B46 58FF 887A 8366 F88B BE92 CF83 0BB3 B973 9A6A";}]; + keys = [ { fingerprint = "2B46 58FF 887A 8366 F88B BE92 CF83 0BB3 B973 9A6A"; } ]; }; ben9986 = { name = "Ben Carmichael"; email = "ben9986.unvmn@passinbox.com"; github = "Ben9986"; githubId = 38633150; - keys = [{fingerprint = "03C7 A587 74B3 F0E8 CE1F 4F8E ABBC DD77 69BC D3B0";}]; + keys = [ { fingerprint = "03C7 A587 74B3 F0E8 CE1F 4F8E ABBC DD77 69BC D3B0"; } ]; }; benaryorg = { name = "benaryorg"; email = "binary@benary.org"; github = "benaryorg"; githubId = 6145260; - keys = [{fingerprint = "804B 6CB8 AED5 61D9 3DAD 4DC5 E2F2 2C5E DF20 119D";}]; + keys = [ { fingerprint = "804B 6CB8 AED5 61D9 3DAD 4DC5 E2F2 2C5E DF20 119D"; } ]; }; benchand = { name = "Ben Chand"; @@ -3066,14 +3066,14 @@ List of NixOS maintainers. email = "b.broich@posteo.de"; github = "BenediktBroich"; githubId = 32903896; - keys = [{fingerprint = "CB5C 7B3C 3E6F 2A59 A583 A90A 8A60 0376 7BE9 5976";}]; + keys = [ { fingerprint = "CB5C 7B3C 3E6F 2A59 A583 A90A 8A60 0376 7BE9 5976"; } ]; }; benesim = { name = "Benjamin Isbarn"; email = "benjamin.isbarn@gmail.com"; github = "BeneSim"; githubId = 29384538; - keys = [{fingerprint = "D35E C9CE E631 638F F1D8 B401 6F0E 410D C3EE D02";}]; + keys = [ { fingerprint = "D35E C9CE E631 638F F1D8 B401 6F0E 410D C3EE D02"; } ]; }; bengsparks = { email = "benjamin.sparks@protonmail.com"; @@ -3098,7 +3098,7 @@ List of NixOS maintainers. email = "benjaminedwardwebb@gmail.com"; github = "benjaminedwardwebb"; githubId = 7118777; - keys = [{fingerprint = "E9A3 7864 2165 28CE 507C CA82 72EA BF75 C331 CD25";}]; + keys = [ { fingerprint = "E9A3 7864 2165 28CE 507C CA82 72EA BF75 C331 CD25"; } ]; }; benkuhn = { email = "ben@ben-kuhn.com"; @@ -3111,7 +3111,7 @@ List of NixOS maintainers. github = "benlemasurier"; githubId = 47993; name = "Ben LeMasurier"; - keys = [{fingerprint = "0FD4 7407 EFD4 8FD8 8BF5 87B3 248D 430A E8E7 4189";}]; + keys = [ { fingerprint = "0FD4 7407 EFD4 8FD8 8BF5 87B3 248D 430A E8E7 4189"; } ]; }; benley = { email = "benley@gmail.com"; @@ -3161,7 +3161,7 @@ List of NixOS maintainers. email = "nicolas@normie.dev"; github = "berbiche"; githubId = 20448408; - keys = [{fingerprint = "D446 E58D 87A0 31C7 EC15 88D7 B461 2924 45C6 E696";}]; + keys = [ { fingerprint = "D446 E58D 87A0 31C7 EC15 88D7 B461 2924 45C6 E696"; } ]; }; berce = { email = "bert.moens@gmail.com"; @@ -3192,7 +3192,7 @@ List of NixOS maintainers. email = "eric.berquist@gmail.com"; github = "berquist"; githubId = 727571; - keys = [{fingerprint = "AAD4 3B70 A504 9675 CFC8 B101 BAFD 205D 5FA2 B329";}]; + keys = [ { fingerprint = "AAD4 3B70 A504 9675 CFC8 B101 BAFD 205D 5FA2 B329"; } ]; }; berrij = { email = "jonathan@berrisch.biz"; @@ -3200,7 +3200,7 @@ List of NixOS maintainers. name = "Jonathan Berrisch"; github = "BerriJ"; githubId = 37799358; - keys = [{fingerprint = "42 B6 CC90 6 A91 EA4F 8 A7E 315 B 30 DC 5398 152 C 5310";}]; + keys = [ { fingerprint = "42 B6 CC90 6 A91 EA4F 8 A7E 315 B 30 DC 5398 152 C 5310"; } ]; }; berryp = { email = "berryphillips@gmail.com"; @@ -3213,7 +3213,7 @@ List of NixOS maintainers. email = "berto.f@protonmail.com"; github = "bertof"; githubId = 9915675; - keys = [{fingerprint = "17C5 1EF9 C0FE 2EB2 FE56 BB53 FE98 AE5E C52B 1056";}]; + keys = [ { fingerprint = "17C5 1EF9 C0FE 2EB2 FE56 BB53 FE98 AE5E C52B 1056"; } ]; }; betaboon = { email = "betaboon@0x80.ninja"; @@ -3226,7 +3226,7 @@ List of NixOS maintainers. email = "nixpkgs@beviu.com"; github = "beviu"; githubId = 56923875; - keys = [{fingerprint = "30D6 A755 E3C3 5797 CBBB 05B6 CD20 2E66 5CAD 7D06";}]; + keys = [ { fingerprint = "30D6 A755 E3C3 5797 CBBB 05B6 CD20 2E66 5CAD 7D06"; } ]; }; bew = { email = "benoit.dechezelles@gmail.com"; @@ -3310,7 +3310,7 @@ List of NixOS maintainers. github = "Binary-Eater"; githubId = 10691440; name = "Rahul Rameshbabu"; - keys = [{fingerprint = "678A 8DF1 D9F2 B51B 7110 BE53 FF24 7B3E 5411 387B";}]; + keys = [ { fingerprint = "678A 8DF1 D9F2 B51B 7110 BE53 FF24 7B3E 5411 387B"; } ]; }; binarycat = { email = "binarycat@envs.net"; @@ -3382,7 +3382,7 @@ List of NixOS maintainers. email = "blankparticle@gmail.com"; github = "BlankParticle"; githubId = 130567419; - keys = [{fingerprint = "1757 64C3 7065 AA8D 614D 41C9 0ACE 126D 7B35 9261";}]; + keys = [ { fingerprint = "1757 64C3 7065 AA8D 614D 41C9 0ACE 126D 7B35 9261"; } ]; }; blanky0230 = { email = "blanky0230@gmail.com"; @@ -3396,7 +3396,7 @@ List of NixOS maintainers. name = "Brian Lee"; github = "bleetube"; githubId = 77934086; - keys = [{fingerprint = "4CA3 48F6 8FE1 1777 8EDA 3860 B9A2 C1B0 25EC 2C55";}]; + keys = [ { fingerprint = "4CA3 48F6 8FE1 1777 8EDA 3860 B9A2 C1B0 25EC 2C55"; } ]; }; blenderfreaky = { name = "blenderfreaky"; @@ -3548,7 +3548,7 @@ List of NixOS maintainers. matrix = "@bonus:bonusplay.pl"; github = "BonusPlay"; githubId = 8405359; - keys = [{fingerprint = "8279 6487 A4CA 2A28 E8B3 3CD6 C7F9 9743 6A20 4683";}]; + keys = [ { fingerprint = "8279 6487 A4CA 2A28 E8B3 3CD6 C7F9 9743 6A20 4683"; } ]; }; booklearner = { name = "booklearner"; @@ -3556,7 +3556,7 @@ List of NixOS maintainers. matrix = "@booklearner:matrix.org"; github = "booklearner"; githubId = 103979114; - keys = [{fingerprint = "17C7 95D4 871C 2F87 83C8 053D 0C61 C4E5 907F 76C8";}]; + keys = [ { fingerprint = "17C7 95D4 871C 2F87 83C8 053D 0C61 C4E5 907F 76C8"; } ]; }; booniepepper = { name = "J.R. Hill"; @@ -3625,14 +3625,14 @@ List of NixOS maintainers. matrix = "@soispha:vhack.eu"; github = "bpeetz"; githubId = 140968250; - keys = [{fingerprint = "8321 ED3A 8DB9 99A5 1F3B F80F F268 2914 EA42 DE26";}]; + keys = [ { fingerprint = "8321 ED3A 8DB9 99A5 1F3B F80F F268 2914 EA42 DE26"; } ]; }; Br1ght0ne = { email = "brightone@protonmail.com"; github = "Br1ght0ne"; githubId = 12615679; name = "Oleksii Filonenko"; - keys = [{fingerprint = "F549 3B7F 9372 5578 FDD3 D0B8 A1BC 8428 323E CFE8";}]; + keys = [ { fingerprint = "F549 3B7F 9372 5578 FDD3 D0B8 A1BC 8428 323E CFE8"; } ]; }; br337 = { email = "brian.porumb@proton.me"; @@ -3693,7 +3693,7 @@ List of NixOS maintainers. github = "bretek"; githubId = 79257746; name = "Joseph Madden"; - keys = [{fingerprint = "3CF8 E983 2219 AB4B 0E19 158E 6112 1921 C9F8 117C";}]; + keys = [ { fingerprint = "3CF8 E983 2219 AB4B 0E19 158E 6112 1921 C9F8 117C"; } ]; }; brettlyons = { email = "blyons@fastmail.com"; @@ -3718,7 +3718,7 @@ List of NixOS maintainers. email = "brian@linuxpenguins.xyz"; github = "brianmay"; githubId = 112729; - keys = [{fingerprint = "D636 5126 A92D B560 C627 ACED 1784 577F 811F 6EAC";}]; + keys = [ { fingerprint = "D636 5126 A92D B560 C627 ACED 1784 577F 811F 6EAC"; } ]; }; brianmcgee = { name = "Brian McGee"; @@ -3737,14 +3737,14 @@ List of NixOS maintainers. email = "hello@bricked.dev"; github = "brckd"; githubId = 92804487; - keys = [{fingerprint = "58A2 81E6 2FBD 6E4E 664C B603 7B4D 2A02 BB0E C28C";}]; + keys = [ { fingerprint = "58A2 81E6 2FBD 6E4E 664C B603 7B4D 2A02 BB0E C28C"; } ]; }; bricklou = { name = "Bricklou"; email = "louis13.bailleau@gmail.com"; github = "bricklou"; githubId = 15181236; - keys = [{fingerprint = "AE1E 3B80 7727 C974 B972 AB3C C324 01C3 BF52 1179";}]; + keys = [ { fingerprint = "AE1E 3B80 7727 C974 B972 AB3C C324 01C3 BF52 1179"; } ]; }; britter = { name = "Benedikt Ritter"; @@ -3757,7 +3757,7 @@ List of NixOS maintainers. github = "brhoades"; githubId = 4763746; name = "Billy Rhoades"; - keys = [{fingerprint = "BF4FCB85C69989B4ED95BF938AE74787A4B7C07E";}]; + keys = [ { fingerprint = "BF4FCB85C69989B4ED95BF938AE74787A4B7C07E"; } ]; }; broke = { email = "broke@in-fucking.space"; @@ -3782,7 +3782,7 @@ List of NixOS maintainers. email = "bsc@brsvh.org"; github = "brsvh"; githubId = 63050399; - keys = [{fingerprint = "7B74 0DB9 F2AC 6D3B 226B C530 78D7 4502 D92E 0218";}]; + keys = [ { fingerprint = "7B74 0DB9 F2AC 6D3B 226B C530 78D7 4502 D92E 0218"; } ]; matrix = "@brsvh:mozilla.org"; name = "Burgess Chang"; }; @@ -3852,7 +3852,7 @@ List of NixOS maintainers. github = "Builditluc"; githubId = 37375448; name = "Builditluc"; - keys = [{fingerprint = "FF16E475723B8C1E57A6B2569374074AE2D6F20E";}]; + keys = [ { fingerprint = "FF16E475723B8C1E57A6B2569374074AE2D6F20E"; } ]; }; buurro = { email = "marcoburro98@gmail.com"; @@ -3944,8 +3944,8 @@ List of NixOS maintainers. github = "c4patino"; githubId = 79673111; keys = [ - {fingerprint = "EA60 D516 A926 7532 369D 3E67 E161 DF22 9EC1 280E";} - {fingerprint = "D088 A5AF C45B 78D1 CD4F 457C 6957 B3B6 46F2 BB4E";} + { fingerprint = "EA60 D516 A926 7532 369D 3E67 E161 DF22 9EC1 280E"; } + { fingerprint = "D088 A5AF C45B 78D1 CD4F 457C 6957 B3B6 46F2 BB4E"; } ]; }; caarlos0 = { @@ -3961,8 +3961,8 @@ List of NixOS maintainers. name = "Vladimir Serov"; keys = [ # compare with https://keybase.io/cab404 - {fingerprint = "1BB96810926F4E715DEF567E6BA7C26C3FDF7BB3";} - {fingerprint = "1EBC648C64D6045463013B3EB7EFFC271D55DB8A";} + { fingerprint = "1BB96810926F4E715DEF567E6BA7C26C3FDF7BB3"; } + { fingerprint = "1EBC648C64D6045463013B3EB7EFFC271D55DB8A"; } ]; }; CactiChameleon9 = { @@ -3984,8 +3984,8 @@ List of NixOS maintainers. github = "cafkafk"; githubId = 89321978; keys = [ - {fingerprint = "7B9E E848 D074 AE03 7A0C 651A 8ED4 DEF7 375A 30C8";} - {fingerprint = "208A 2A66 8A2F CDE7 B5D3 8F64 CDDC 792F 6552 51ED";} + { fingerprint = "7B9E E848 D074 AE03 7A0C 651A 8ED4 DEF7 375A 30C8"; } + { fingerprint = "208A 2A66 8A2F CDE7 B5D3 8F64 CDDC 792F 6552 51ED"; } ]; }; cageyv = { @@ -3994,7 +3994,7 @@ List of NixOS maintainers. githubId = 51059484; name = "Vladmir Samoylov"; keys = [ - {fingerprint = "8916 F727 734E 77AB 437F A33A 19AB 76F5 CEE1 1392";} + { fingerprint = "8916 F727 734E 77AB 437F A33A 19AB 76F5 CEE1 1392"; } ]; }; CaiqueFigueiredo = { @@ -4034,8 +4034,8 @@ List of NixOS maintainers. githubId = 16057677; name = "Callum Leslie"; keys = [ - {fingerprint = "BC82 4BB5 1656 D144 285E A0EC D382 C4AF EECE AA90";} - {fingerprint = "890B 06FB 209A 3E44 9491 C028 03B0 1F42 7831 BCFD";} + { fingerprint = "BC82 4BB5 1656 D144 285E A0EC D382 C4AF EECE AA90"; } + { fingerprint = "890B 06FB 209A 3E44 9491 C028 03B0 1F42 7831 BCFD"; } ]; }; calvertvl = { @@ -4098,7 +4098,7 @@ List of NixOS maintainers. github = "cameronraysmith"; githubId = 420942; name = "Cameron Smith"; - keys = [{fingerprint = "3F14 C258 856E 88AE E0F9 661E FF04 3B36 8811 DD1C";}]; + keys = [ { fingerprint = "3F14 C258 856E 88AE E0F9 661E FF04 3B36 8811 DD1C"; } ]; }; cameronyule = { email = "cameron@cameronyule.com"; @@ -4153,7 +4153,7 @@ List of NixOS maintainers. email = "kiran@ostrolenk.co.uk"; github = "CardboardTurkey"; githubId = 34030186; - keys = [{fingerprint = "8BC7 74E4 A2EC 7507 3B61 A647 0BBB 1C8B 1C36 39EE";}]; + keys = [ { fingerprint = "8BC7 74E4 A2EC 7507 3B61 A647 0BBB 1C8B 1C36 39EE"; } ]; }; carloscraveiro = { email = "carlos.craveiro@usp.br"; @@ -4388,7 +4388,7 @@ List of NixOS maintainers. github = "LostAttractor"; githubId = 46527539; name = "ChaosAttractor"; - keys = [{fingerprint = "A137 4415 DB7C 6439 10EA 5BF1 0FEE 4E47 5940 E125";}]; + keys = [ { fingerprint = "A137 4415 DB7C 6439 10EA 5BF1 0FEE 4E47 5940 E125"; } ]; }; charain = { email = "charain_li@outlook.com"; @@ -4430,7 +4430,7 @@ List of NixOS maintainers. email = "chayleaf-nix@pavluk.org"; github = "chayleaf"; githubId = 9590981; - keys = [{fingerprint = "4314 3701 154D 9E5F 7051 7ECF 7817 1AD4 6227 E68E";}]; + keys = [ { fingerprint = "4314 3701 154D 9E5F 7051 7ECF 7817 1AD4 6227 E68E"; } ]; matrix = "@chayleaf:matrix.pavluk.org"; name = "Anna Pavlyuk"; }; @@ -4470,7 +4470,7 @@ List of NixOS maintainers. githubId = 20300586; matrix = "@sammy:cherrykitten.dev"; name = "CherryKitten"; - keys = [{fingerprint = "264C FA1A 194C 585D F822 F673 C01A 7CBB A617 BD5F";}]; + keys = [ { fingerprint = "264C FA1A 194C 585D F822 F673 C01A 7CBB A617 BD5F"; } ]; }; cherrypiejam = { github = "cherrypiejam"; @@ -4493,14 +4493,14 @@ List of NixOS maintainers. name = "Diego Rodriguez"; github = "Chili-Man"; githubId = 631802; - keys = [{fingerprint = "099E 3F97 FA08 3D47 8C75 EBEC E0EB AD78 F019 0BD9";}]; + keys = [ { fingerprint = "099E 3F97 FA08 3D47 8C75 EBEC E0EB AD78 F019 0BD9"; } ]; }; chillcicada = { email = "2210227279@qq.com"; name = "chillcicada"; github = "chillcicada"; githubId = 116548943; - keys = [{fingerprint = "734C 20B3 33C4 FAB3 0BD0 743A 34C2 1231 0A99 754B";}]; + keys = [ { fingerprint = "734C 20B3 33C4 FAB3 0BD0 743A 34C2 1231 0A99 754B"; } ]; }; chiroptical = { email = "chiroptical@gmail.com"; @@ -4618,7 +4618,7 @@ List of NixOS maintainers. github = "christoph-heiss"; githubId = 7571069; name = "Christoph Heiss"; - keys = [{fingerprint = "9C56 1D64 30B2 8D6B DCBC 9CEB 73D5 E7FD EE3D E49A";}]; + keys = [ { fingerprint = "9C56 1D64 30B2 8D6B DCBC 9CEB 73D5 E7FD EE3D E49A"; } ]; }; christophcharles = { github = "christophcharles"; @@ -4636,7 +4636,7 @@ List of NixOS maintainers. github = "chrjabs"; githubId = 98587286; name = "Christoph Jabs"; - keys = [{fingerprint = "47D6 1FEB CD86 F3EC D2E3 D68A 83D0 74F3 48B2 FD9D";}]; + keys = [ { fingerprint = "47D6 1FEB CD86 F3EC D2E3 D68A 83D0 74F3 48B2 FD9D"; } ]; }; chrpinedo = { github = "chrpinedo"; @@ -4654,7 +4654,7 @@ List of NixOS maintainers. email = "nixos@chuang.cz"; github = "chuangzhu"; githubId = 31200881; - keys = [{fingerprint = "5D03 A5E6 0754 A3E3 CA57 5037 E838 CED8 1CFF D3F9";}]; + keys = [ { fingerprint = "5D03 A5E6 0754 A3E3 CA57 5037 E838 CED8 1CFF D3F9"; } ]; }; chvp = { email = "nixpkgs@cvpetegem.be"; @@ -4680,7 +4680,7 @@ List of NixOS maintainers. email = "cig0.github@gmail.com"; github = "cig0"; githubId = 394089; - keys = [{fingerprint = "1828 B459 DB9A 7EE2 03F4 7E6E AFBE ACC5 5D93 84A0";}]; + keys = [ { fingerprint = "1828 B459 DB9A 7EE2 03F4 7E6E AFBE ACC5 5D93 84A0"; } ]; }; cigrainger = { name = "Christopher Grainger"; @@ -4716,7 +4716,7 @@ List of NixOS maintainers. github = "RealityAnomaly"; githubId = 5567402; name = "Alex Zero"; - keys = [{fingerprint = "A0AA 4646 B8F6 9D45 4553 5A88 A515 50ED B450 302C";}]; + keys = [ { fingerprint = "A0AA 4646 B8F6 9D45 4553 5A88 A515 50ED B450 302C"; } ]; }; cizra = { email = "todurov+nix@gmail.com"; @@ -4777,7 +4777,7 @@ List of NixOS maintainers. github = "clebs"; githubId = 1059661; name = "Borja Clemente"; - keys = [{fingerprint = "C4E1 58BD FD33 3C77 B6C7 178E 2539 757E F64C 60DD";}]; + keys = [ { fingerprint = "C4E1 58BD FD33 3C77 B6C7 178E 2539 757E F64C 60DD"; } ]; }; cleeyv = { email = "cleeyv@riseup.net"; @@ -4846,7 +4846,7 @@ List of NixOS maintainers. github = "cmars"; githubId = 23741; name = "Casey Marshall"; - keys = [{fingerprint = "6B78 7E5F B493 FA4F D009 5D10 6DEC 2758 ACD5 A973";}]; + keys = [ { fingerprint = "6B78 7E5F B493 FA4F D009 5D10 6DEC 2758 ACD5 A973"; } ]; }; cmcdragonkai = { email = "roger.qiu@matrix.ai"; @@ -4901,7 +4901,7 @@ List of NixOS maintainers. github = "Coca162"; githubId = 62479942; name = "Coca"; - keys = [{fingerprint = "99CB 86FF 62BB 7DA4 8903 B16D 0328 2DF8 8179 AB19";}]; + keys = [ { fingerprint = "99CB 86FF 62BB 7DA4 8903 B16D 0328 2DF8 8179 AB19"; } ]; }; cococolanosugar = { name = "George Xu"; @@ -4920,7 +4920,7 @@ List of NixOS maintainers. github = "code-asher"; githubId = 45609798; name = "Asher"; - keys = [{fingerprint = "6E3A FA6D 915C C2A4 D26F C53E 7BB4 BA9C 783D 2BBC";}]; + keys = [ { fingerprint = "6E3A FA6D 915C C2A4 D26F C53E 7BB4 BA9C 783D 2BBC"; } ]; }; codebam = { name = "Sean Behan"; @@ -4928,7 +4928,7 @@ List of NixOS maintainers. matrix = "@codebam:fedora.im"; github = "codebam"; githubId = 6035884; - keys = [{fingerprint = "42CD E212 593C F2FD C723 48A8 0F6D 5021 A87F 92BA";}]; + keys = [ { fingerprint = "42CD E212 593C F2FD C723 48A8 0F6D 5021 A87F 92BA"; } ]; }; codec = { email = "codec@fnord.cx"; @@ -4958,7 +4958,7 @@ List of NixOS maintainers. name = "Guy Boldon"; github = "codifryed"; githubId = 27779510; - keys = [{fingerprint = "FDF5 EF67 8CC1 FE22 1845 6A22 CF7B BB5B C756 1BD3";}]; + keys = [ { fingerprint = "FDF5 EF67 8CC1 FE22 1845 6A22 CF7B BB5B C756 1BD3"; } ]; }; codsl = { email = "codsl@riseup.net"; @@ -4984,7 +4984,7 @@ List of NixOS maintainers. matrix = "@cofob:matrix.org"; github = "cofob"; githubId = 49928332; - keys = [{fingerprint = "5F3D 9D3D ECE0 8651 DE14 D29F ACAD 4265 E193 794D";}]; + keys = [ { fingerprint = "5F3D 9D3D ECE0 8651 DE14 D29F ACAD 4265 E193 794D"; } ]; }; Cogitri = { email = "oss@cogitri.dev"; @@ -5018,7 +5018,7 @@ List of NixOS maintainers. matrix = "@cole-h:matrix.org"; github = "cole-h"; githubId = 28582702; - keys = [{fingerprint = "68B8 0D57 B2E5 4AC3 EC1F 49B0 B37E 0F23 7101 6A4C";}]; + keys = [ { fingerprint = "68B8 0D57 B2E5 4AC3 EC1F 49B0 B37E 0F23 7101 6A4C"; } ]; }; colemickens = { email = "cole.mickens@gmail.com"; @@ -5156,8 +5156,8 @@ List of NixOS maintainers. matrix = "@corbansolo:matrix.org"; name = "Corban Raun"; keys = [ - {fingerprint = "6607 0B24 8CE5 64ED 22CE 0950 A697 A56F 1F15 1189";} - {fingerprint = "D8CB 816A B678 A4E6 1EC7 5325 230F 4AC1 53F9 0F29";} + { fingerprint = "6607 0B24 8CE5 64ED 22CE 0950 A697 A56F 1F15 1189"; } + { fingerprint = "D8CB 816A B678 A4E6 1EC7 5325 230F 4AC1 53F9 0F29"; } ]; }; corbinwunderlich = { @@ -5212,7 +5212,7 @@ List of NixOS maintainers. github = "cpu"; githubId = 292650; name = "Daniel McCarney"; - keys = [{fingerprint = "8026 D24A A966 BF9C D3CD CB3C 08FB 2BFC 470E 75B4";}]; + keys = [ { fingerprint = "8026 D24A A966 BF9C D3CD CB3C 08FB 2BFC 470E 75B4"; } ]; }; cr0n = { name = "cr0n"; @@ -5273,7 +5273,7 @@ List of NixOS maintainers. name = "Robert Medeiros"; github = "crimeminister"; githubId = 29072; - keys = [{fingerprint = "E3BD A35E 590A 8D29 701A 9723 F448 7FA0 4BC6 44F2";}]; + keys = [ { fingerprint = "E3BD A35E 590A 8D29 701A 9723 F448 7FA0 4BC6 44F2"; } ]; }; crinklywrappr = { email = "crinklywrappr@pm.me"; @@ -5298,7 +5298,7 @@ List of NixOS maintainers. name = "Jan Möller"; github = "croissong"; githubId = 4162215; - keys = [{fingerprint = "CE97 9DEE 904C 26AA 3716 78C2 96A4 38F9 EE72 572F";}]; + keys = [ { fingerprint = "CE97 9DEE 904C 26AA 3716 78C2 96A4 38F9 EE72 572F"; } ]; }; crschnick = { email = "crschnick@xpipe.io"; @@ -5312,14 +5312,14 @@ List of NixOS maintainers. github = "CRTified"; githubId = 2440581; name = "Carl Richard Theodor Schneider"; - keys = [{fingerprint = "2017 E152 BB81 5C16 955C E612 45BC C1E2 709B 1788";}]; + keys = [ { fingerprint = "2017 E152 BB81 5C16 955C E612 45BC C1E2 709B 1788"; } ]; }; Cryolitia = { name = "Cryolitia PukNgae"; email = "Cryolitia@gmail.com"; github = "Cryolitia"; githubId = 23723294; - keys = [{fingerprint = "1C3C 6547 538D 7152 310C 0EEA 84DD 0C01 30A5 4DF7";}]; + keys = [ { fingerprint = "1C3C 6547 538D 7152 310C 0EEA 84DD 0C01 30A5 4DF7"; } ]; }; cryptix = { email = "cryptix@riseup.net"; @@ -5386,7 +5386,7 @@ List of NixOS maintainers. github = "cust0dian"; githubId = 119854490; name = "Serg Nesterov"; - keys = [{fingerprint = "6E7D BA30 DB5D BA60 693C 3BE3 1512 F6EB 84AE CC8C";}]; + keys = [ { fingerprint = "6E7D BA30 DB5D BA60 693C 3BE3 1512 F6EB 84AE CC8C"; } ]; }; cwoac = { email = "oliver@codersoffortune.net"; @@ -5412,20 +5412,20 @@ List of NixOS maintainers. github = "CyberShadow"; githubId = 160894; - keys = [{fingerprint = "BBED 1B08 8CED 7F95 8917 FBE8 5004 F0FA D051 576D";}]; + keys = [ { fingerprint = "BBED 1B08 8CED 7F95 8917 FBE8 5004 F0FA D051 576D"; } ]; }; cynerd = { name = "Karel Kočí"; email = "cynerd@email.cz"; github = "Cynerd"; githubId = 3811900; - keys = [{fingerprint = "2B1F 70F9 5F1B 48DA 2265 A7FA A6BC 8B8C EB31 659B";}]; + keys = [ { fingerprint = "2B1F 70F9 5F1B 48DA 2265 A7FA A6BC 8B8C EB31 659B"; } ]; }; cyntheticfox = { email = "cyntheticfox@gh0st.sh"; github = "cyntheticfox"; githubId = 17628961; - keys = [{fingerprint = "73C1 C5DF 51E7 BB92 85E9 A262 5960 278C E235 F821";}]; + keys = [ { fingerprint = "73C1 C5DF 51E7 BB92 85E9 A262 5960 278C E235 F821"; } ]; matrix = "@houstdav000:gh0st.ems.host"; name = "Cynthia Fox"; }; @@ -5441,8 +5441,8 @@ List of NixOS maintainers. githubId = 2217136; name = "Ștefan D. Mihăilă"; keys = [ - {fingerprint = "CBC9 C7CC 51F0 4A61 3901 C723 6E68 A39B F16A 3ECB";} - {fingerprint = "7EAB 1447 5BBA 7DDE 7092 7276 6220 AD78 4622 0A52";} + { fingerprint = "CBC9 C7CC 51F0 4A61 3901 C723 6E68 A39B F16A 3ECB"; } + { fingerprint = "7EAB 1447 5BBA 7DDE 7092 7276 6220 AD78 4622 0A52"; } ]; }; cyplo = { @@ -5468,7 +5468,7 @@ List of NixOS maintainers. github = "d-goldin"; githubId = 43349662; name = "Dima"; - keys = [{fingerprint = "1C4E F4FE 7F8E D8B7 1E88 CCDF BAB1 D15F B7B4 D4CE";}]; + keys = [ { fingerprint = "1C4E F4FE 7F8E D8B7 1E88 CCDF BAB1 D15F B7B4 D4CE"; } ]; }; d3vil0p3r = { name = "Antonio Voza"; @@ -5511,7 +5511,7 @@ List of NixOS maintainers. email = "dadada@dadada.li"; github = "dadada"; githubId = 7216772; - keys = [{fingerprint = "D68C 8469 5C08 7E0F 733A 28D0 EEB8 D1CE 62C4 DFEA";}]; + keys = [ { fingerprint = "D68C 8469 5C08 7E0F 733A 28D0 EEB8 D1CE 62C4 DFEA"; } ]; }; dalance = { email = "dalance@gmail.com"; @@ -5530,7 +5530,7 @@ List of NixOS maintainers. github = "DAlperin"; githubId = 16063713; name = "Dov Alperin"; - keys = [{fingerprint = "4EED 5096 B925 86FA 1101 6673 7F2C 07B9 1B52 BB61";}]; + keys = [ { fingerprint = "4EED 5096 B925 86FA 1101 6673 7F2C 07B9 1B52 BB61"; } ]; }; damhiya = { name = "SoonWon Moon"; @@ -5574,7 +5574,7 @@ List of NixOS maintainers. email = "djc@djc.id.au"; github = "danc86"; githubId = 398575; - keys = [{fingerprint = "1C56 01F1 D70A B56F EABB 6BC0 26B5 AA2F DAF2 F30A";}]; + keys = [ { fingerprint = "1C56 01F1 D70A B56F EABB 6BC0 26B5 AA2F DAF2 F30A"; } ]; }; dancek = { email = "hannu.hartikainen@gmail.com"; @@ -5691,7 +5691,7 @@ List of NixOS maintainers. matrix = "@danth:danth.me"; github = "danth"; githubId = 28959268; - keys = [{fingerprint = "4779 D1D5 3C97 2EAE 34A5 ED3D D8AF C4BF 0567 0F9D";}]; + keys = [ { fingerprint = "4779 D1D5 3C97 2EAE 34A5 ED3D D8AF C4BF 0567 0F9D"; } ]; }; dariof4 = { name = "dariof4"; @@ -5747,7 +5747,7 @@ List of NixOS maintainers. email = "dasisdormax@mailbox.org"; github = "dasisdormax"; githubId = 3714905; - keys = [{fingerprint = "E59B A198 61B0 A9ED C1FA 3FB2 02BA 0D44 80CA 6C44";}]; + keys = [ { fingerprint = "E59B A198 61B0 A9ED C1FA 3FB2 02BA 0D44 80CA 6C44"; } ]; name = "Maximilian Wende"; }; dasj19 = { @@ -5773,7 +5773,7 @@ List of NixOS maintainers. githubId = 28595242; name = "DataHearth"; keys = [ - {fingerprint = "E8F9 0B80 908E 723D 0EDF 0916 5803 CDA5 9C26 A96A";} + { fingerprint = "E8F9 0B80 908E 723D 0EDF 0916 5803 CDA5 9C26 A96A"; } ]; }; dav-wolff = { @@ -5811,7 +5811,7 @@ List of NixOS maintainers. github = "david-r-cox"; githubId = 4259949; name = "David Cox"; - keys = [{fingerprint = "0056 A3F6 9918 1E0D 8FF0 BCDE 65BB 07FA A4D9 4634";}]; + keys = [ { fingerprint = "0056 A3F6 9918 1E0D 8FF0 BCDE 65BB 07FA A4D9 4634"; } ]; }; david-sawatzke = { email = "d-nix@sawatzke.dev"; @@ -5855,7 +5855,7 @@ List of NixOS maintainers. github = "davidtwco"; githubId = 1295100; name = "David Wood"; - keys = [{fingerprint = "5B08 313C 6853 E5BF FA91 A817 0176 0B4F 9F53 F154";}]; + keys = [ { fingerprint = "5B08 313C 6853 E5BF FA91 A817 0176 0B4F 9F53 F154"; } ]; }; davisrichard437 = { email = "davisrichard437@gmail.com"; @@ -5916,7 +5916,7 @@ List of NixOS maintainers. github = "dbirks"; githubId = 7545665; name = "David Birks"; - keys = [{fingerprint = "B26F 9AD8 DA20 3392 EF87 C61A BB99 9F83 D9A1 9A36";}]; + keys = [ { fingerprint = "B26F 9AD8 DA20 3392 EF87 C61A BB99 9F83 D9A1 9A36"; } ]; }; dblsaiko = { email = "me@dblsaiko.net"; @@ -5941,7 +5941,7 @@ List of NixOS maintainers. github = "dbrgn"; githubId = 105168; name = "Danilo B."; - keys = [{fingerprint = "20EE 002D 778A E197 EF7D 0D2C B993 FF98 A90C 9AB1";}]; + keys = [ { fingerprint = "20EE 002D 778A E197 EF7D 0D2C B993 FF98 A90C 9AB1"; } ]; }; dbrock = { email = "daniel@brockman.se"; @@ -5994,14 +5994,14 @@ List of NixOS maintainers. email = "dearrude@tfwno.gf"; github = "DearRude"; githubId = 30749142; - keys = [{fingerprint = "4E35 F2E5 2132 D654 E815 A672 DB2C BC24 2868 6000";}]; + keys = [ { fingerprint = "4E35 F2E5 2132 D654 E815 A672 DB2C BC24 2868 6000"; } ]; }; debling = { name = "Denilson S. Ebling"; email = "d.ebling8@gmail.com"; github = "debling"; githubId = 32403873; - keys = [{fingerprint = "3EDD 9C88 B0F2 58F8 C25F 5D2C CCBC 8AA1 AF06 2142";}]; + keys = [ { fingerprint = "3EDD 9C88 B0F2 58F8 C25F 5D2C CCBC 8AA1 AF06 2142"; } ]; }; declan = { name = "Declan Rixon"; @@ -6013,14 +6013,14 @@ List of NixOS maintainers. github = "deeengan"; githubId = 87693324; name = "Dee Engan"; - keys = [{fingerprint = "9C24 79F5 F0CE 48F4 00EE 4A5B B8ED 46EB 468B F72D";}]; + keys = [ { fingerprint = "9C24 79F5 F0CE 48F4 00EE 4A5B B8ED 46EB 468B F72D"; } ]; }; deejayem = { email = "nixpkgs.bu5hq@simplelogin.com"; github = "deejayem"; githubId = 2564003; name = "David Morgan"; - keys = [{fingerprint = "9B43 6B14 77A8 79C2 6CDB 6604 C171 2510 02C2 00F2";}]; + keys = [ { fingerprint = "9B43 6B14 77A8 79C2 6CDB 6604 C171 2510 02C2 00F2"; } ]; }; deekahy = { email = "Lennart.Diego.Kahn@gmail.com"; @@ -6051,7 +6051,7 @@ List of NixOS maintainers. matrix = "@defelo:matrix.defelo.de"; github = "Defelo"; githubId = 41747605; - keys = [{fingerprint = "6130 3BBA D7D1 BF74 EFA4 4E3B E7FE 2087 E438 0E64";}]; + keys = [ { fingerprint = "6130 3BBA D7D1 BF74 EFA4 4E3B E7FE 2087 E438 0E64"; } ]; }; definfo = { name = "Adrien SUN"; @@ -6082,7 +6082,7 @@ List of NixOS maintainers. matrix = "@delafthi:matrix.org"; github = "delafthi"; githubId = 50531499; - keys = [{fingerprint = "6DBB 0BB9 AEE6 2C2A 8059 7E1C 0092 6686 9818 63CB";}]; + keys = [ { fingerprint = "6DBB 0BB9 AEE6 2C2A 8059 7E1C 0092 6686 9818 63CB"; } ]; }; delehef = { name = "Franklin Delehelle"; @@ -6439,7 +6439,7 @@ List of NixOS maintainers. matrix = "@dtc:diogotc.com"; github = "diogotcorreia"; githubId = 7467891; - keys = [{fingerprint = "111F 91B7 5F61 99D8 985B 4C70 12CF 31FD FF17 2B77";}]; + keys = [ { fingerprint = "111F 91B7 5F61 99D8 985B 4C70 12CF 31FD FF17 2B77"; } ]; }; diogox = { name = "Diogo Xavier"; @@ -6487,14 +6487,14 @@ List of NixOS maintainers. email = "hello@ditsuke.com"; github = "ditsuke"; githubId = 72784348; - keys = [{fingerprint = "8FD2 153F 4889 541A 54F1 E09E 71B6 C31C 8A5A 9D21";}]; + keys = [ { fingerprint = "8FD2 153F 4889 541A 54F1 E09E 71B6 C31C 8A5A 9D21"; } ]; }; dixslyf = { name = "Dixon Sean Low Yan Feng"; email = "dixonseanlow@protonmail.com"; github = "dixslyf"; githubId = 56017218; - keys = [{fingerprint = "E6F4 BFB4 8DE3 893F 68FC A15F FF5F 4B30 A41B BAC8";}]; + keys = [ { fingerprint = "E6F4 BFB4 8DE3 893F 68FC A15F FF5F 4B30 A41B BAC8"; } ]; }; Djabx = { email = "alexandre@badez.eu"; @@ -6637,7 +6637,7 @@ List of NixOS maintainers. email = "silkmoth@protonmail.com"; github = "asciimoth"; githubId = 91414737; - keys = [{fingerprint = "7D6B AE0A A98A FDE9 3396 E721 F87E 15B8 3AA7 3087";}]; + keys = [ { fingerprint = "7D6B AE0A A98A FDE9 3396 E721 F87E 15B8 3AA7 3087"; } ]; }; dominikh = { email = "dominik@honnef.co"; @@ -6649,7 +6649,7 @@ List of NixOS maintainers. github = "donovanglover"; githubId = 2374245; name = "Donovan Glover"; - keys = [{fingerprint = "EE7D 158E F9E7 660E 0C33 86B2 8FC5 F7D9 0A5D 8F4D";}]; + keys = [ { fingerprint = "EE7D 158E F9E7 660E 0C33 86B2 8FC5 F7D9 0A5D 8F4D"; } ]; }; donteatoreo = { name = "DontEatOreo"; @@ -6661,7 +6661,7 @@ List of NixOS maintainers. name = "Dopplerian"; github = "Dopplerian"; githubId = 53937537; - keys = [{fingerprint = "BBC4 C071 516B A147 8D07 F9DC D2FD E6EC 2E8C 2BF4";}]; + keys = [ { fingerprint = "BBC4 C071 516B A147 8D07 F9DC D2FD E6EC 2E8C 2BF4"; } ]; }; doriath = { email = "tomasz.zurkowski@gmail.com"; @@ -6699,7 +6699,7 @@ List of NixOS maintainers. github = "dottedmag"; githubId = 16120; name = "Misha Gusarov"; - keys = [{fingerprint = "A8DF 1326 9E5D 9A38 E57C FAC2 9D20 F650 3E33 8888";}]; + keys = [ { fingerprint = "A8DF 1326 9E5D 9A38 E57C FAC2 9D20 F650 3E33 8888"; } ]; }; dottybot = { name = "Scala Organization (dottybot)"; @@ -6724,7 +6724,7 @@ List of NixOS maintainers. github = "dpausp"; githubId = 1965950; name = "Tobias Stenzel"; - keys = [{fingerprint = "4749 0887 CF3B 85A1 6355 C671 78C7 DD40 DF23 FB16";}]; + keys = [ { fingerprint = "4749 0887 CF3B 85A1 6355 C671 78C7 DD40 DF23 FB16"; } ]; }; dpc = { email = "dpc@dpc.pw"; @@ -6732,7 +6732,7 @@ List of NixOS maintainers. githubId = 9209; matrix = "@dpc:matrix.org"; name = "Dawid Ciężarkiewicz"; - keys = [{fingerprint = "0402 11D2 0830 2D71 5792 8197 86BB 1D5B 5575 7D38";}]; + keys = [ { fingerprint = "0402 11D2 0830 2D71 5792 8197 86BB 1D5B 5575 7D38"; } ]; }; DPDmancul = { name = "Davide Peressoni"; @@ -6758,7 +6758,7 @@ List of NixOS maintainers. github = "dr460nf1r3"; githubId = 12834713; name = "Nico Jensch"; - keys = [{fingerprint = "D245 D484 F357 8CB1 7FD6 DA6B 67DB 29BF F3C9 6757";}]; + keys = [ { fingerprint = "D245 D484 F357 8CB1 7FD6 DA6B 67DB 29BF F3C9 6757"; } ]; }; dragonginger = { email = "dragonginger10@gmail.com"; @@ -6825,7 +6825,7 @@ List of NixOS maintainers. github = "drperceptron"; githubId = 92106371; name = "Dr Perceptron"; - keys = [{fingerprint = "7E38 89D9 B1A8 B381 C8DE A15F 95EB 6DFF 26D1 CEB0";}]; + keys = [ { fingerprint = "7E38 89D9 B1A8 B381 C8DE A15F 95EB 6DFF 26D1 CEB0"; } ]; }; DrSensor = { name = "Fahmi Akbar Wildana"; @@ -6840,7 +6840,7 @@ List of NixOS maintainers. matrix = "@drupol:matrix.org"; github = "drupol"; githubId = 252042; - keys = [{fingerprint = "85F3 72DF 4AF3 EF13 ED34 72A3 0AAF 2901 E804 0715";}]; + keys = [ { fingerprint = "85F3 72DF 4AF3 EF13 ED34 72A3 0AAF 2901 E804 0715"; } ]; }; DrymarchonShaun = { name = "Shaun"; @@ -6859,14 +6859,14 @@ List of NixOS maintainers. email = "daniel.salwasser@outlook.com"; github = "dsalwasser"; githubId = 148379503; - keys = [{fingerprint = "DBA9 AE6B 84A9 C08E C4AD 1E46 6CD2 0B2D 0655 BDF6";}]; + keys = [ { fingerprint = "DBA9 AE6B 84A9 C08E C4AD 1E46 6CD2 0B2D 0655 BDF6"; } ]; }; dschrempf = { name = "Dominik Schrempf"; email = "dominik.schrempf@gmail.com"; github = "dschrempf"; githubId = 5596239; - keys = [{fingerprint = "62BC E2BD 49DF ECC7 35C7 E153 875F 2BCF 163F 1B29";}]; + keys = [ { fingerprint = "62BC E2BD 49DF ECC7 35C7 E153 875F 2BCF 163F 1B29"; } ]; }; dseelp = { name = "dsee"; @@ -6898,7 +6898,7 @@ List of NixOS maintainers. matrix = "@dani0854:matrix.org"; github = "dani0854"; githubId = 32674935; - keys = [{fingerprint = "E033 FE26 0E62 224B B35C 75C9 DE8B 9CED 0696 C600";}]; + keys = [ { fingerprint = "E033 FE26 0E62 224B B35C 75C9 DE8B 9CED 0696 C600"; } ]; }; dsymbol = { name = "dsymbol"; @@ -6910,14 +6910,14 @@ List of NixOS maintainers. github = "dtomvan"; githubId = 51440893; name = "Tom van Dijk"; - keys = [{fingerprint = "D044 F07B 8863 B681 26BD 79FE 7A98 4C82 07AD BA51";}]; + keys = [ { fingerprint = "D044 F07B 8863 B681 26BD 79FE 7A98 4C82 07AD BA51"; } ]; }; dtzWill = { email = "w@wdtz.org"; github = "dtzWill"; githubId = 817330; name = "Will Dietz"; - keys = [{fingerprint = "389A 78CB CD88 5E0C 4701 DEB9 FD42 C7D0 D414 94C8";}]; + keys = [ { fingerprint = "389A 78CB CD88 5E0C 4701 DEB9 FD42 C7D0 D414 94C8"; } ]; }; dudymas = { email = "jeremy.white@cloudposse.com"; @@ -6937,8 +6937,8 @@ List of NixOS maintainers. githubId = 1749762; name = "Mikhail Klementev"; keys = [ - {fingerprint = "5AC8 C9A1 68C7 9451 1A91 2295 C990 5BA7 2B5E 02BB";} - {fingerprint = "5DD7 C6F6 0630 F08E DAE7 4711 1525 585D 1B43 C62A";} + { fingerprint = "5AC8 C9A1 68C7 9451 1A91 2295 C990 5BA7 2B5E 02BB"; } + { fingerprint = "5DD7 C6F6 0630 F08E DAE7 4711 1525 585D 1B43 C62A"; } ]; }; dunxen = { @@ -6947,14 +6947,14 @@ List of NixOS maintainers. github = "dunxen"; githubId = 3072149; name = "Duncan Dean"; - keys = [{fingerprint = "9484 44FC E03B 05BA 5AB0 591E C37B 1C1D 44C7 86EE";}]; + keys = [ { fingerprint = "9484 44FC E03B 05BA 5AB0 591E C37B 1C1D 44C7 86EE"; } ]; }; DutchGerman = { name = "Stefan Visser"; email = "stefan.visser@apm-ecampus.de"; github = "DutchGerman"; githubId = 60694691; - keys = [{fingerprint = "A7C9 3DC7 E891 046A 980F 2063 F222 A13B 2053 27A5";}]; + keys = [ { fingerprint = "A7C9 3DC7 E891 046A 980F 2063 F222 A13B 2053 27A5"; } ]; }; dvaerum = { email = "nixpkgs-maintainer@varum.dk"; @@ -7059,7 +7059,7 @@ List of NixOS maintainers. github = "e1mo"; githubId = 61651268; name = "Nina Fromm"; - keys = [{fingerprint = "67BE E563 43B6 420D 550E DF2A 6D61 7FD0 A85B AADA";}]; + keys = [ { fingerprint = "67BE E563 43B6 420D 550E DF2A 6D61 7FD0 A85B AADA"; } ]; }; eadwu = { email = "edmund.wu@protonmail.com"; @@ -7102,7 +7102,7 @@ List of NixOS maintainers. github = "ebbertd"; githubId = 20522234; name = "Daniel Ebbert"; - keys = [{fingerprint = "E765 FCA3 D9BF 7FDB 856E AD73 47BC 1559 27CB B9C7";}]; + keys = [ { fingerprint = "E765 FCA3 D9BF 7FDB 856E AD73 47BC 1559 27CB B9C7"; } ]; }; ebzzry = { email = "ebzzry@ebzzry.io"; @@ -7139,7 +7139,7 @@ List of NixOS maintainers. github = "eddsteel"; githubId = 206872; name = "Edd Steel"; - keys = [{fingerprint = "1BE8 48D7 6C7C 4C51 349D DDCC 3362 0159 D403 85A0";}]; + keys = [ { fingerprint = "1BE8 48D7 6C7C 4C51 349D DDCC 3362 0159 D403 85A0"; } ]; }; edef = { email = "edef@edef.eu"; @@ -7165,7 +7165,7 @@ List of NixOS maintainers. matrix = "@edgar.vincent:matrix.org"; github = "edgar-vincent"; githubId = 63352906; - keys = [{fingerprint = "922F CA48 5FDB 20B1 ED1B A61F 284D 11D3 33C4 D21B";}]; + keys = [ { fingerprint = "922F CA48 5FDB 20B1 ED1B A61F 284D 11D3 33C4 D21B"; } ]; }; edlimerkaj = { name = "Edli Merkaj"; @@ -7184,7 +7184,7 @@ List of NixOS maintainers. email = "ericdrex@gmail.com"; github = "edrex"; githubId = 14615; - keys = [{fingerprint = "AC47 2CCC 9867 4644 A9CF EB28 1C5C 1ED0 9F66 6824";}]; + keys = [ { fingerprint = "AC47 2CCC 9867 4644 A9CF EB28 1C5C 1ED0 9F66 6824"; } ]; matrix = "@edrex:matrix.org"; name = "Eric Drechsel"; }; @@ -7476,7 +7476,7 @@ List of NixOS maintainers. github = "emiliaaah"; githubId = 55017867; name = "Emilia"; - keys = [{fingerprint = "F772 3569 4B43 B599 73C2 A931 1EFB E941 B89B B810";}]; + keys = [ { fingerprint = "F772 3569 4B43 B599 73C2 A931 1EFB E941 B89B B810"; } ]; }; emilioziniades = { email = "emilioziniades@protonmail.com"; @@ -7588,7 +7588,7 @@ List of NixOS maintainers. email = "eownerdead@disroot.org"; github = "eownerdead"; githubId = 141208772; - keys = [{fingerprint = "4715 17D6 2495 A273 4DDB 5661 009E 5630 5CA5 4D63";}]; + keys = [ { fingerprint = "4715 17D6 2495 A273 4DDB 5661 009E 5630 5CA5 4D63"; } ]; }; eperuffo = { email = "info@emanueleperuffo.com"; @@ -7624,7 +7624,7 @@ List of NixOS maintainers. github = "erdnaxe"; githubId = 2663216; name = "Alexandre Iooss"; - keys = [{fingerprint = "2D37 1AD2 7E2B BC77 97E1 B759 6C79 278F 3FCD CC02";}]; + keys = [ { fingerprint = "2D37 1AD2 7E2B BC77 97E1 B759 6C79 278F 3FCD CC02"; } ]; }; ereslibre = { email = "ereslibre@ereslibre.es"; @@ -7664,7 +7664,7 @@ List of NixOS maintainers. github = "erictapen"; githubId = 11532355; name = "Kerstin Humm"; - keys = [{fingerprint = "F178 B4B4 6165 6D1B 7C15 B55D 4029 3358 C7B9 326B";}]; + keys = [ { fingerprint = "F178 B4B4 6165 6D1B 7C15 B55D 4029 3358 C7B9 326B"; } ]; }; ericthemagician = { email = "eric@ericyen.com"; @@ -7697,7 +7697,7 @@ List of NixOS maintainers. email = "erikeah@protonmail.com"; github = "erikeah"; githubId = 11900869; - keys = [{fingerprint = "4142 0380 C7F8 BCDA CC9E 7ABA 0FF3 076B 71F2 5DEF";}]; + keys = [ { fingerprint = "4142 0380 C7F8 BCDA CC9E 7ABA 0FF3 076B 71F2 5DEF"; } ]; name = "Erik Alonso"; }; erikryb = { @@ -7721,7 +7721,7 @@ List of NixOS maintainers. erooke = { email = "ethan@roo.ke"; name = "Ethan Rooke"; - keys = [{fingerprint = "B66B EB9F 6111 E44B 7588 8240 B287 4A77 049A 5923";}]; + keys = [ { fingerprint = "B66B EB9F 6111 E44B 7588 8240 B287 4A77 049A 5923"; } ]; github = "erooke"; githubId = 46689793; matrix = "@ethan:roo.ke"; @@ -7770,7 +7770,7 @@ List of NixOS maintainers. email = "esrh@esrh.me"; github = "eshrh"; githubId = 16175276; - keys = [{fingerprint = "E4CE B0F0 B2EC 09A3 9678 F294 CC7A 7E3C 6CF3 1343";}]; + keys = [ { fingerprint = "E4CE B0F0 B2EC 09A3 9678 F294 CC7A 7E3C 6CF3 1343"; } ]; }; EstebanMacanek = { name = "Esteban Macanek"; @@ -7784,8 +7784,8 @@ List of NixOS maintainers. githubId = 60861925; name = "Ethan Carter Edwards"; keys = [ - {fingerprint = "0E69 0F46 3457 D812 3387 C978 F93D DAFA 26EF 2458";} - {fingerprint = "2E51 F618 39D1 FA94 7A73 00C2 34C0 4305 D581 DBFE";} + { fingerprint = "0E69 0F46 3457 D812 3387 C978 F93D DAFA 26EF 2458"; } + { fingerprint = "2E51 F618 39D1 FA94 7A73 00C2 34C0 4305 D581 DBFE"; } ]; }; ethercrow = { @@ -7825,7 +7825,7 @@ List of NixOS maintainers. github = "etu"; githubId = 461970; name = "Elis Hirwing"; - keys = [{fingerprint = "67FE 98F2 8C44 CF22 1828 E12F D57E FA62 5C9A 925F";}]; + keys = [ { fingerprint = "67FE 98F2 8C44 CF22 1828 E12F D57E FA62 5C9A 925F"; } ]; }; eu90h = { email = "stefan@eu90h.com"; @@ -7863,7 +7863,7 @@ List of NixOS maintainers. matrix = "@evalexpr:matrix.org"; github = "evalexpr"; githubId = 23485511; - keys = [{fingerprint = "8129 5B85 9C5A F703 C2F4 1E29 2D1D 402E 1776 3DD6";}]; + keys = [ { fingerprint = "8129 5B85 9C5A F703 C2F4 1E29 2D1D 402E 1776 3DD6"; } ]; }; evan-goode = { email = "mail@evangoo.de"; @@ -7920,7 +7920,7 @@ List of NixOS maintainers. github = "evilbulgarian"; githubId = 1960413; name = "Vladi Gergov"; - keys = [{fingerprint = "50D5 67C5 D693 15A2 76F5 5634 3758 5F3C A9EC BFA4";}]; + keys = [ { fingerprint = "50D5 67C5 D693 15A2 76F5 5634 3758 5F3C A9EC BFA4"; } ]; }; evilmav = { email = "elenskiy.ilya@gmail.com"; @@ -8049,7 +8049,7 @@ List of NixOS maintainers. name = "Fabian Affolter"; github = "fabaff"; githubId = 116184; - keys = [{fingerprint = "2F6C 930F D3C4 7E38 6AFA 4EB4 E23C D2DD 36A4 397F";}]; + keys = [ { fingerprint = "2F6C 930F D3C4 7E38 6AFA 4EB4 E23C D2DD 36A4 397F"; } ]; }; fabiangd = { email = "fabian.g.droege@gmail.com"; @@ -8062,7 +8062,7 @@ List of NixOS maintainers. github = "fabianhauser"; githubId = 368799; name = "Fabian Hauser"; - keys = [{fingerprint = "50B7 11F4 3DFD 2018 DCE6 E8D0 8A52 A140 BEBF 7D2C";}]; + keys = [ { fingerprint = "50B7 11F4 3DFD 2018 DCE6 E8D0 8A52 A140 BEBF 7D2C"; } ]; }; fabianhjr = { email = "fabianhjr@protonmail.com"; @@ -8094,7 +8094,7 @@ List of NixOS maintainers. github = "fangpenlin"; githubId = 201615; name = "Fang-Pen Lin"; - keys = [{fingerprint = "7130 3454 A7CD 0F0A 941A F9A3 2A26 9964 AD29 2131";}]; + keys = [ { fingerprint = "7130 3454 A7CD 0F0A 941A F9A3 2A26 9964 AD29 2131"; } ]; }; farcaller = { name = "Vladimir Pouzanov"; @@ -8125,7 +8125,7 @@ List of NixOS maintainers. github = "fauxmight"; githubId = 53975399; name = "A Frederick Christensen"; - keys = [{fingerprint = "5A49 F4F9 3EDC 21E9 B7CC 4E94 9EEF 4142 5355 8AC4";}]; + keys = [ { fingerprint = "5A49 F4F9 3EDC 21E9 B7CC 4E94 9EEF 4142 5355 8AC4"; } ]; }; fazzi = { email = "faaris.ansari@proton.me"; @@ -8206,7 +8206,7 @@ List of NixOS maintainers. matrix = "@nicof2000:matrix.org"; github = "felbinger"; githubId = 26925347; - keys = [{fingerprint = "0797 D238 9769 CA1E 57B7 2ED9 2BA7 8116 87C9 0DE4";}]; + keys = [ { fingerprint = "0797 D238 9769 CA1E 57B7 2ED9 2BA7 8116 87C9 0DE4"; } ]; }; felipe-9 = { name = "Felipe Pinto"; @@ -8214,8 +8214,8 @@ List of NixOS maintainers. github = "Felipe-9"; githubId = 32753781; keys = [ - {fingerprint = "1533 0D57 3312 0936 AB38 3C9B 7D36 1E4B 83CD AEFB";} - {fingerprint = "2BD0 AD01 F91D A0DC 47DF 0AEE 7AA1 649F 6B71 42F2";} + { fingerprint = "1533 0D57 3312 0936 AB38 3C9B 7D36 1E4B 83CD AEFB"; } + { fingerprint = "2BD0 AD01 F91D A0DC 47DF 0AEE 7AA1 649F 6B71 42F2"; } ]; }; felipeqq2 = { @@ -8223,7 +8223,7 @@ List of NixOS maintainers. email = "nixpkgs@felipeqq2.rocks"; github = "felipeqq2"; githubId = 71830138; - keys = [{fingerprint = "7391 BF2D A2C3 B2C9 BE25 ACA9 C7A7 4616 F302 5DF4";}]; + keys = [ { fingerprint = "7391 BF2D A2C3 B2C9 BE25 ACA9 C7A7 4616 F302 5DF4"; } ]; matrix = "@felipeqq2:pub.solar"; }; felixalbrigtsen = { @@ -8268,7 +8268,7 @@ List of NixOS maintainers. # historical fingerprint = "6AB3 7A28 5420 9A41 82D9 0068 910A CB9F 6BD2 6F58"; } - {fingerprint = "7E08 6842 0934 AA1D 6821 1F2A 671E 39E6 744C 807D";} + { fingerprint = "7E08 6842 0934 AA1D 6821 1F2A 671E 39E6 744C 807D"; } ]; }; fernsehmuell = { @@ -8322,9 +8322,9 @@ List of NixOS maintainers. github = "fidgetingbits"; githubId = 13679876; keys = [ - {fingerprint = "U+vNNrQxJRj3NPu9EoD0LFZssRbk6LBg4YPN5nFvQvs";} - {fingerprint = "lX5ewVcaQLxuzqI92gujs3jFNki4d8qF+PATexMijoQ";} - {fingerprint = "elY15tXap1tddxbBVoUoAioe1u0RDWti5rc9cauSmwo";} + { fingerprint = "U+vNNrQxJRj3NPu9EoD0LFZssRbk6LBg4YPN5nFvQvs"; } + { fingerprint = "lX5ewVcaQLxuzqI92gujs3jFNki4d8qF+PATexMijoQ"; } + { fingerprint = "elY15tXap1tddxbBVoUoAioe1u0RDWti5rc9cauSmwo"; } ]; }; figboy9 = { @@ -8417,7 +8417,7 @@ List of NixOS maintainers. github = "Flakebi"; githubId = 6499211; name = "Sebastian Neubauer"; - keys = [{fingerprint = "2F93 661D AC17 EA98 A104 F780 ECC7 55EE 583C 1672";}]; + keys = [ { fingerprint = "2F93 661D AC17 EA98 A104 F780 ECC7 55EE 583C 1672"; } ]; }; Flameopathic = { email = "flameopathic@gmail.com"; @@ -8533,7 +8533,7 @@ List of NixOS maintainers. github = "fnune"; githubId = 16181067; name = "Fausto Núñez Alberro"; - keys = [{fingerprint = "668E 01D1 B129 3F42 0A0F 933A C880 6451 94A2 D562";}]; + keys = [ { fingerprint = "668E 01D1 B129 3F42 0A0F 933A C880 6451 94A2 D562"; } ]; }; foo-dogsquared = { email = "foodogsquared@foodogsquared.one"; @@ -8541,7 +8541,7 @@ List of NixOS maintainers. githubId = 34962634; matrix = "@foodogsquared:matrix.org"; name = "Gabriel Arazas"; - keys = [{fingerprint = "DDD7 D0BD 602E 564B AA04 FC35 1431 0D91 4115 2B92";}]; + keys = [ { fingerprint = "DDD7 D0BD 602E 564B AA04 FC35 1431 0D91 4115 2B92"; } ]; }; fooker = { email = "fooker@lab.sh"; @@ -8554,7 +8554,7 @@ List of NixOS maintainers. github = "foolnotion"; githubId = 844222; name = "Bogdan Burlacu"; - keys = [{fingerprint = "B722 6464 838F 8BDB 2BEA C8C8 5B0E FDDF BA81 6105";}]; + keys = [ { fingerprint = "B722 6464 838F 8BDB 2BEA C8C8 5B0E FDDF BA81 6105"; } ]; }; Forden = { email = "forden@zuku.tech"; @@ -8585,7 +8585,7 @@ List of NixOS maintainers. github = "fpletz"; githubId = 114159; name = "Franz Pletz"; - keys = [{fingerprint = "8A39 615D CE78 AF08 2E23 F303 846F DED7 7926 17B4";}]; + keys = [ { fingerprint = "8A39 615D CE78 AF08 2E23 F303 846F DED7 7926 17B4"; } ]; }; fps = { email = "mista.tapas@gmx.net"; @@ -8720,7 +8720,7 @@ List of NixOS maintainers. githubId = 10263813; name = "Dominic Shelton"; matrix = "@frogamic:beeper.com"; - keys = [{fingerprint = "779A 7CA8 D51C C53A 9C51 43F7 AAE0 70F0 67EC 00A5";}]; + keys = [ { fingerprint = "779A 7CA8 D51C C53A 9C51 43F7 AAE0 70F0 67EC 00A5"; } ]; }; frontear = { name = "Ali Rizvi"; @@ -8728,7 +8728,7 @@ List of NixOS maintainers. matrix = "@frontear:matrix.org"; github = "Frontear"; githubId = 31909298; - keys = [{fingerprint = "6A25 DEBE 41DB 0C15 3AB5 BB34 5290 E18B 8705 1A83";}]; + keys = [ { fingerprint = "6A25 DEBE 41DB 0C15 3AB5 BB34 5290 E18B 8705 1A83"; } ]; }; frontsideair = { email = "photonia@gmail.com"; @@ -8747,7 +8747,7 @@ List of NixOS maintainers. email = "luiz@lferraz.com"; github = "Fryuni"; githubId = 11063910; - keys = [{fingerprint = "2109 4B0E 560B 031E F539 62C8 2B56 8731 DB24 47EC";}]; + keys = [ { fingerprint = "2109 4B0E 560B 031E F539 62C8 2B56 8731 DB24 47EC"; } ]; }; fsagbuya = { email = "fa@m-labs.ph"; @@ -8809,7 +8809,7 @@ List of NixOS maintainers. github = "funkeleinhorn"; githubId = 103313934; name = "Funkeleinhorn"; - keys = [{fingerprint = "689D 1C81 DA0D 1EB2 F029 D24E C7BE A25A 0A33 5A72";}]; + keys = [ { fingerprint = "689D 1C81 DA0D 1EB2 F029 D24E C7BE A25A 0A33 5A72"; } ]; }; fusion809 = { email = "brentonhorne77@gmail.com"; @@ -8851,7 +8851,7 @@ List of NixOS maintainers. github = "fx-chun"; githubId = 40049608; name = "Faye Chun"; - keys = [{fingerprint = "ACB8 DB1F E88D A908 6332 BDB1 5A71 B010 2FD7 3FC0";}]; + keys = [ { fingerprint = "ACB8 DB1F E88D A908 6332 BDB1 5A71 B010 2FD7 3FC0"; } ]; }; fxfactorial = { email = "edgar.factorial@gmail.com"; @@ -8901,14 +8901,14 @@ List of NixOS maintainers. github = "gabyx"; githubId = 647437; name = "Gabriel Nützi"; - keys = [{fingerprint = "90AE CCB9 7AD3 4CE4 3AED 9402 E969 172A B075 7EB8";}]; + keys = [ { fingerprint = "90AE CCB9 7AD3 4CE4 3AED 9402 E969 172A B075 7EB8"; } ]; }; gador = { email = "florian.brandes@posteo.de"; github = "gador"; githubId = 1883533; name = "Florian Brandes"; - keys = [{fingerprint = "0200 3EF8 8D2B CF2D 8F00 FFDC BBB3 E40E 5379 7FD9";}]; + keys = [ { fingerprint = "0200 3EF8 8D2B CF2D 8F00 FFDC BBB3 E40E 5379 7FD9"; } ]; }; gaelj = { name = "Gaël James"; @@ -8922,7 +8922,7 @@ List of NixOS maintainers. name = "Gaël Reyrol"; github = "gaelreyrol"; githubId = 498465; - keys = [{fingerprint = "3492 D8FA ACFF 4C5F A56E 50B7 DFB9 B69A 2C42 7F61";}]; + keys = [ { fingerprint = "3492 D8FA ACFF 4C5F A56E 50B7 DFB9 B69A 2C42 7F61"; } ]; }; GaetanLepage = { email = "gaetan@glepage.com"; @@ -8948,14 +8948,14 @@ List of NixOS maintainers. name = "The Galaxy"; github = "ga1aksy"; githubId = 148551648; - keys = [{fingerprint = "48CA 3873 9E9F CA8E 76A0 835A E3DE CF85 4212 E1EA";}]; + keys = [ { fingerprint = "48CA 3873 9E9F CA8E 76A0 835A E3DE CF85 4212 E1EA"; } ]; }; gale-username = { name = "gale"; email = "git@galewebsite.com"; github = "gale-username"; githubId = 168143489; - keys = [{fingerprint = "1234 3726 9042 01F3 CE07 59BF A3B6 1E91 5508 F702";}]; + keys = [ { fingerprint = "1234 3726 9042 01F3 CE07 59BF A3B6 1E91 5508 F702"; } ]; }; galen = { github = "galenhuntington"; @@ -9022,7 +9022,7 @@ List of NixOS maintainers. name = "Gavin Rogers"; }; gavink97 = { - email = "78187175+gavink97@users.noreply.github.com"; + email = "gavin@gav.ink"; github = "gavink97"; githubId = 78187175; name = "Gavin Kondrath"; @@ -9093,7 +9093,7 @@ List of NixOS maintainers. email = "genericnerdyusername@proton.me"; github = "GenericNerdyUsername"; githubId = 111183546; - keys = [{fingerprint = "58CE D4BE 6B10 149E DA80 A990 2F48 6356 A4CB 30F3";}]; + keys = [ { fingerprint = "58CE D4BE 6B10 149E DA80 A990 2F48 6356 A4CB 30F3"; } ]; }; genga898 = { email = "genga898@gmail.com"; @@ -9106,7 +9106,7 @@ List of NixOS maintainers. email = "geno+dev@fireorbit.de"; github = "genofire"; githubId = 6905586; - keys = [{fingerprint = "386E D1BF 848A BB4A 6B4A 3C45 FC83 907C 125B C2BC";}]; + keys = [ { fingerprint = "386E D1BF 848A BB4A 6B4A 3C45 FC83 907C 125B C2BC"; } ]; }; geoffreyfrogeye = { name = "Geoffrey Frogeye"; @@ -9114,14 +9114,14 @@ List of NixOS maintainers. matrix = "@geoffrey:frogeye.fr"; github = "GeoffreyFrogeye"; githubId = 1685403; - keys = [{fingerprint = "4FBA 930D 314A 0321 5E2C DB0A 8312 C8CA C1BA C289";}]; + keys = [ { fingerprint = "4FBA 930D 314A 0321 5E2C DB0A 8312 C8CA C1BA C289"; } ]; }; georgesalkhouri = { name = "Georges Alkhouri"; email = "incense.stitch_0w@icloud.com"; github = "GeorgesAlkhouri"; githubId = 6077574; - keys = [{fingerprint = "1608 9E8D 7C59 54F2 6A7A 7BD0 8BD2 09DC C54F D339";}]; + keys = [ { fingerprint = "1608 9E8D 7C59 54F2 6A7A 7BD0 8BD2 09DC C54F D339"; } ]; }; georgewhewell = { email = "georgerw@gmail.com"; @@ -9134,7 +9134,7 @@ List of NixOS maintainers. github = "georgyo"; githubId = 19374; name = "George Shammas"; - keys = [{fingerprint = "D0CF 440A A703 E0F9 73CB A078 82BB 70D5 41AE 2DB4";}]; + keys = [ { fingerprint = "D0CF 440A A703 E0F9 73CB A078 82BB 70D5 41AE 2DB4"; } ]; }; gepbird = { email = "gutyina.gergo.2@gmail.com"; @@ -9142,8 +9142,8 @@ List of NixOS maintainers. githubId = 29818440; name = "Gutyina Gergő"; keys = [ - {fingerprint = "RoAfvqa6w1l8Vdm3W60TDXurYwJ6h03VEGD+wDNGEwc";} - {fingerprint = "MP2UpIRtJpbFFqyucP431H/FPCfn58UhEUTro4lXtRs";} + { fingerprint = "RoAfvqa6w1l8Vdm3W60TDXurYwJ6h03VEGD+wDNGEwc"; } + { fingerprint = "MP2UpIRtJpbFFqyucP431H/FPCfn58UhEUTro4lXtRs"; } ]; }; geraldog = { @@ -9226,7 +9226,7 @@ List of NixOS maintainers. github = "ghthor"; githubId = 160298; name = "Will Owens"; - keys = [{fingerprint = "8E98 BB01 BFF8 AEA4 E303 FC4C 8074 09C9 2CE2 3033";}]; + keys = [ { fingerprint = "8E98 BB01 BFF8 AEA4 E303 FC4C 8074 09C9 2CE2 3033"; } ]; }; ghuntley = { email = "ghuntley@ghuntley.com"; @@ -9246,14 +9246,14 @@ List of NixOS maintainers. githubId = 334958; matrix = "@giggio:matrix.org"; name = "Giovanni Bassi"; - keys = [{fingerprint = "275F 6749 AFD2 379D 1033 548C 1237 AB12 2E6F 4761";}]; + keys = [ { fingerprint = "275F 6749 AFD2 379D 1033 548C 1237 AB12 2E6F 4761"; } ]; }; gigglesquid = { email = "jack.connors@protonmail.com"; github = "GiggleSquid"; githubId = 3685154; name = "Jack connors"; - keys = [{fingerprint = "21DF 8034 B212 EDFF 9F19 9C19 F65B 7583 7ABF D019";}]; + keys = [ { fingerprint = "21DF 8034 B212 EDFF 9F19 9C19 F65B 7583 7ABF D019"; } ]; }; gila = { email = "jeffry.molanus@gmail.com"; @@ -9354,7 +9354,7 @@ List of NixOS maintainers. email = "root@gws.fyi"; github = "glittershark"; githubId = 1481027; - keys = [{fingerprint = "0F11 A989 879E 8BBB FDC1 E236 44EF 5B5E 861C 09A7";}]; + keys = [ { fingerprint = "0F11 A989 879E 8BBB FDC1 E236 44EF 5B5E 861C 09A7"; } ]; }; gloaming = { email = "ch9871@gmail.com"; @@ -9401,7 +9401,7 @@ List of NixOS maintainers. github = "Gobidev"; githubId = 50576978; name = "Adrian Groh"; - keys = [{fingerprint = "62BD BF30 83E9 7076 9665 B60B 3AA3 153E 98B0 D771";}]; + keys = [ { fingerprint = "62BD BF30 83E9 7076 9665 B60B 3AA3 153E 98B0 D771"; } ]; }; goertzenator = { email = "daniel.goertzen@gmail.com"; @@ -9414,7 +9414,7 @@ List of NixOS maintainers. github = "GoldsteinE"; githubId = 12019211; name = "Maximilian Siling"; - keys = [{fingerprint = "0BAF 2D87 CB43 746F 6237 2D78 DE60 31AB A0BB 269A";}]; + keys = [ { fingerprint = "0BAF 2D87 CB43 746F 6237 2D78 DE60 31AB A0BB 269A"; } ]; }; Golo300 = { email = "lanzingertm@gmail.com"; @@ -9457,21 +9457,21 @@ List of NixOS maintainers. email = "gauvain@govanify.com"; github = "GovanifY"; githubId = 6375438; - keys = [{fingerprint = "5214 2D39 A7CE F8FA 872B CA7F DE62 E1E2 A614 5556";}]; + keys = [ { fingerprint = "5214 2D39 A7CE F8FA 872B CA7F DE62 E1E2 A614 5556"; } ]; }; gp2112 = { email = "me@guip.dev"; github = "gp2112"; githubId = 26512375; name = "Guilherme Paixão"; - keys = [{fingerprint = "4382 7E28 86E5 C34F 38D5 7753 8C81 4D62 5FBD 99D1";}]; + keys = [ { fingerprint = "4382 7E28 86E5 C34F 38D5 7753 8C81 4D62 5FBD 99D1"; } ]; }; gpanders = { name = "Gregory Anders"; email = "greg@gpanders.com"; github = "gpanders"; githubId = 8965202; - keys = [{fingerprint = "B9D5 0EDF E95E ECD0 C135 00A9 56E9 3C2F B6B0 8BDB";}]; + keys = [ { fingerprint = "B9D5 0EDF E95E ECD0 C135 00A9 56E9 3C2F B6B0 8BDB"; } ]; }; gpl = { email = "nixos-6c64ce18-bbbc-414f-8dcb-f9b6b47fe2bc@isopleth.org"; @@ -9533,14 +9533,14 @@ List of NixOS maintainers. github = "GRBurst"; githubId = 4647221; name = "GRBurst"; - keys = [{fingerprint = "7FC7 98AB 390E 1646 ED4D 8F1F 797F 6238 68CD 00C2";}]; + keys = [ { fingerprint = "7FC7 98AB 390E 1646 ED4D 8F1F 797F 6238 68CD 00C2"; } ]; }; greaka = { email = "git@greaka.de"; github = "greaka"; githubId = 2805834; name = "Greaka"; - keys = [{fingerprint = "6275 FB5C C9AC 9D85 FF9E 44C5 EE92 A5CD C367 118C";}]; + keys = [ { fingerprint = "6275 FB5C C9AC 9D85 FF9E 44C5 EE92 A5CD C367 118C"; } ]; }; greg = { email = "greg.hellings@gmail.com"; @@ -9566,7 +9566,7 @@ List of NixOS maintainers. matrix = "@gregor:giesen.net"; github = "grgi"; githubId = 6435815; - keys = [{fingerprint = "0F92 602B 1860 4476 77F4 8A67 C303 16AA C10F 3EA7";}]; + keys = [ { fingerprint = "0F92 602B 1860 4476 77F4 8A67 C303 16AA C10F 3EA7"; } ]; }; gridaphobe = { email = "eric@seidel.io"; @@ -9635,7 +9635,7 @@ List of NixOS maintainers. github = "Guanran928"; githubId = 68757440; name = "Guanran Wang"; - keys = [{fingerprint = "7835 BC13 4560 0660 0448 5A2C 91F9 7D9E D126 39CF";}]; + keys = [ { fingerprint = "7835 BC13 4560 0660 0448 5A2C 91F9 7D9E D126 39CF"; } ]; }; guekka = { github = "Guekka"; @@ -9743,7 +9743,7 @@ List of NixOS maintainers. matrix = "@h7x4:nani.wtf"; github = "h7x4"; githubId = 14929991; - keys = [{fingerprint = "F7D3 7890 228A 9074 40E1 FD48 46B9 228E 814A 2AAC";}]; + keys = [ { fingerprint = "F7D3 7890 228A 9074 40E1 FD48 46B9 228E 814A 2AAC"; } ]; }; hacker1024 = { name = "hacker1024"; @@ -9756,7 +9756,7 @@ List of NixOS maintainers. email = "hadilq.dev@gmail.com"; github = "hadilq"; githubId = 5190539; - keys = [{fingerprint = "AD3D 53CB A68A FEC0 8065 BCBB 416A D9E8 E372 C075";}]; + keys = [ { fingerprint = "AD3D 53CB A68A FEC0 8065 BCBB 416A D9E8 E372 C075"; } ]; }; hagl = { email = "harald@glie.be"; @@ -9829,7 +9829,7 @@ List of NixOS maintainers. github = "HaoZeke"; githubId = 4336207; name = "Rohit Goswami"; - keys = [{fingerprint = "74B1 F67D 8E43 A94A 7554 0768 9CCC E364 02CB 49A6";}]; + keys = [ { fingerprint = "74B1 F67D 8E43 A94A 7554 0768 9CCC E364 02CB 49A6"; } ]; }; happy-river = { email = "happyriver93@runbox.com"; @@ -9862,7 +9862,7 @@ List of NixOS maintainers. github = "hardselius"; githubId = 1422583; name = "Martin Hardselius"; - keys = [{fingerprint = "3F35 E4CA CBF4 2DE1 2E90 53E5 03A6 E6F7 8693 6619";}]; + keys = [ { fingerprint = "3F35 E4CA CBF4 2DE1 2E90 53E5 03A6 E6F7 8693 6619"; } ]; }; HarisDotParis = { name = "Haris"; @@ -9894,7 +9894,7 @@ List of NixOS maintainers. email = "haskellisierer@proton.me"; github = "HaskellHegemonie"; githubId = 73712423; - keys = [{fingerprint = "A559 0A2A 5B06 1923 3917 5F13 5622 C205 6513 577B";}]; + keys = [ { fingerprint = "A559 0A2A 5B06 1923 3917 5F13 5622 C205 6513 577B"; } ]; }; haslersn = { email = "haslersn@fius.informatik.uni-stuttgart.de"; @@ -9914,7 +9914,7 @@ List of NixOS maintainers. email = "hauskens-git@disp.lease>"; github = "hauskens"; githubId = 79340822; - keys = [{fingerprint = "3582 5B85 66C8 4F36 45C7 EC42 809F 7938 9CB1 8650";}]; + keys = [ { fingerprint = "3582 5B85 66C8 4F36 45C7 EC42 809F 7938 9CB1 8650"; } ]; }; havvy = { email = "ryan.havvy@gmail.com"; @@ -9964,7 +9964,7 @@ List of NixOS maintainers. email = "hdhog@hdhog.ru"; github = "hdhog"; githubId = 386666; - keys = [{fingerprint = "A25F 6321 AAB4 4151 4085 9924 952E ACB7 6703 BA63";}]; + keys = [ { fingerprint = "A25F 6321 AAB4 4151 4085 9924 952E ACB7 6703 BA63"; } ]; }; hectorj = { email = "hector.jusforgues+nixos@gmail.com"; @@ -10146,7 +10146,7 @@ List of NixOS maintainers. github = "heyimnova"; githubId = 115728866; name = "Nova Witterick"; - keys = [{fingerprint = "4304 6B43 8D83 078E 3DF7 10D6 DEB0 E15C 6D2A 5A7C";}]; + keys = [ { fingerprint = "4304 6B43 8D83 078E 3DF7 10D6 DEB0 E15C 6D2A 5A7C"; } ]; }; heywoodlh = { email = "nixpkgs@heywoodlh.io"; @@ -10200,7 +10200,7 @@ List of NixOS maintainers. github = "vale981"; githubId = 4025991; name = "Valentin Boettcher"; - keys = [{fingerprint = "45A9 9917 578C D629 9F5F B5B4 C22D 4DE4 D7B3 2D19";}]; + keys = [ { fingerprint = "45A9 9917 578C D629 9F5F B5B4 C22D 4DE4 D7B3 2D19"; } ]; }; hitsmaxft = { name = "Bhe Hongtyu"; @@ -10219,7 +10219,7 @@ List of NixOS maintainers. name = "Henrik Jonsson"; github = "hkjn"; githubId = 287215; - keys = [{fingerprint = "D618 7A03 A40A 3D56 62F5 4B46 03EF BF83 9A5F DC15";}]; + keys = [ { fingerprint = "D618 7A03 A40A 3D56 62F5 4B46 03EF BF83 9A5F DC15"; } ]; }; hlad = { email = "hlad+nix@hlad.org"; @@ -10251,7 +10251,7 @@ List of NixOS maintainers. email = "hello@haseebmajid.dev"; github = "hmajid2301"; githubId = 998807; - keys = [{fingerprint = "A236 785D 59F1 9076 1E9C E8EC 7828 3DB3 D233 E1F9";}]; + keys = [ { fingerprint = "A236 785D 59F1 9076 1E9C E8EC 7828 3DB3 D233 E1F9"; } ]; }; hmenke = { name = "Henri Menke"; @@ -10259,7 +10259,7 @@ List of NixOS maintainers. matrix = "@hmenke:matrix.org"; github = "hmenke"; githubId = 1903556; - keys = [{fingerprint = "F1C5 760E 45B9 9A44 72E9 6BFB D65C 9AFB 4C22 4DA3";}]; + keys = [ { fingerprint = "F1C5 760E 45B9 9A44 72E9 6BFB D65C 9AFB 4C22 4DA3"; } ]; }; hodapp = { email = "hodapp87@gmail.com"; @@ -10309,7 +10309,7 @@ List of NixOS maintainers. matrix = "@honnip:matrix.org"; github = "honnip"; githubId = 108175486; - keys = [{fingerprint = "E4DD 51F7 FA3F DCF1 BAF6 A72C 576E 43EF 8482 E415";}]; + keys = [ { fingerprint = "E4DD 51F7 FA3F DCF1 BAF6 A72C 576E 43EF 8482 E415"; } ]; }; hoppla20 = { email = "privat@vincentcui.de"; @@ -10329,7 +10329,7 @@ List of NixOS maintainers. matrix = "@hougo:liiib.re"; github = "hrenard"; githubId = 7594435; - keys = [{fingerprint = "3AE9 67F9 2C9F 55E9 03C8 283F 3A28 5FD4 7020 9C59";}]; + keys = [ { fingerprint = "3AE9 67F9 2C9F 55E9 03C8 283F 3A28 5FD4 7020 9C59"; } ]; }; hoverbear = { email = "operator+nix@hoverbear.org"; @@ -10398,7 +10398,7 @@ List of NixOS maintainers. matrix = "@huantian:huantian.dev"; github = "huantianad"; githubId = 20760920; - keys = [{fingerprint = "731A 7A05 AD8B 3AE5 956A C227 4A03 18E0 4E55 5DE5";}]; + keys = [ { fingerprint = "731A 7A05 AD8B 3AE5 956A C227 4A03 18E0 4E55 5DE5"; } ]; }; hubble = { name = "Hubble the Wolverine"; @@ -10448,7 +10448,7 @@ List of NixOS maintainers. github = "HugoReeves"; githubId = 20039091; name = "Hugo Reeves"; - keys = [{fingerprint = "78C2 E81C 828A 420B 269A EBC1 49FA 39F8 A7F7 35F9";}]; + keys = [ { fingerprint = "78C2 E81C 828A 420B 269A EBC1 49FA 39F8 A7F7 35F9"; } ]; }; hulr = { github = "hulr"; @@ -10478,7 +10478,7 @@ List of NixOS maintainers. github = "huskyistaken"; githubId = 20684258; name = "Luna Perego"; - keys = [{fingerprint = "09E4 B981 9B93 5B0C 0B91 1274 0578 7332 9217 08FF";}]; + keys = [ { fingerprint = "09E4 B981 9B93 5B0C 0B91 1274 0578 7332 9217 08FF"; } ]; }; hustlerone = { email = "nine-ball@tutanota.com"; @@ -10492,7 +10492,7 @@ List of NixOS maintainers. github = "Huy-Ngo"; name = "Ngô Ngọc Đức Huy"; githubId = 19296926; - keys = [{fingerprint = "DF12 23B1 A9FD C5BE 3DA5 B6F7 904A F1C7 CDF6 95C3";}]; + keys = [ { fingerprint = "DF12 23B1 A9FD C5BE 3DA5 B6F7 904A F1C7 CDF6 95C3"; } ]; }; hxtmdev = { email = "daniel@hxtm.dev"; @@ -10517,7 +10517,7 @@ List of NixOS maintainers. email = "bryan@hyshka.com"; github = "hyshka"; githubId = 2090758; - keys = [{fingerprint = "24F4 1925 28C4 8797 E539 F247 DB2D 93D1 BFAA A6EA";}]; + keys = [ { fingerprint = "24F4 1925 28C4 8797 E539 F247 DB2D 93D1 BFAA A6EA"; } ]; }; hyzual = { email = "hyzual@gmail.com"; @@ -10552,7 +10552,7 @@ List of NixOS maintainers. github = "iagocq"; githubId = 18238046; name = "Iago Manoel Brito"; - keys = [{fingerprint = "DF90 9D58 BEE4 E73A 1B8C 5AF3 35D3 9F9A 9A1B C8DA";}]; + keys = [ { fingerprint = "DF90 9D58 BEE4 E73A 1B8C 5AF3 35D3 9F9A 9A1B C8DA"; } ]; }; iamanaws = { email = "nixpkgs.yjzaw@slmail.me"; @@ -10590,7 +10590,7 @@ List of NixOS maintainers. github = "ibizaman"; githubId = 1044950; name = "Pierre Penninckx"; - keys = [{fingerprint = "A01F 10C6 7176 B2AE 2A34 1A56 D4C5 C37E 6031 A3FE";}]; + keys = [ { fingerprint = "A01F 10C6 7176 B2AE 2A34 1A56 D4C5 C37E 6031 A3FE"; } ]; }; iblech = { email = "iblech@speicherleck.de"; @@ -10834,7 +10834,7 @@ List of NixOS maintainers. github = "impl"; githubId = 41129; name = "Noah Fontes"; - keys = [{fingerprint = "F5B2 BE1B 9AAD 98FE 2916 5597 3665 FFF7 9D38 7BAA";}]; + keys = [ { fingerprint = "F5B2 BE1B 9AAD 98FE 2916 5597 3665 FFF7 9D38 7BAA"; } ]; }; imrying = { email = "philiprying@gmail.com"; @@ -10847,7 +10847,7 @@ List of NixOS maintainers. github = "ImSapphire"; githubId = 48931512; name = "Sapphire"; - keys = [{fingerprint = "D303 4473 1843 D27B 5D4E 2273 6429 11AA 4025 C8CC";}]; + keys = [ { fingerprint = "D303 4473 1843 D27B 5D4E 2273 6429 11AA 4025 C8CC"; } ]; }; imsick = { email = "lent-lather-excuse@duck.com"; @@ -10916,7 +10916,7 @@ List of NixOS maintainers. github = "infinisil"; githubId = 20525370; name = "Silvan Mosberger"; - keys = [{fingerprint = "6C2B 55D4 4E04 8266 6B7D DA1A 422E 9EDA E015 7170";}]; + keys = [ { fingerprint = "6C2B 55D4 4E04 8266 6B7D DA1A 422E 9EDA E015 7170"; } ]; }; ingenieroariel = { email = "ariel@nunez.co"; @@ -10929,7 +10929,7 @@ List of NixOS maintainers. github = "Intuinewin"; githubId = 13691729; name = "Antoine Labarussias"; - keys = [{fingerprint = "5CB5 9AA0 D180 1997 2FB3 E0EC 943A 1DE9 372E BE4E";}]; + keys = [ { fingerprint = "5CB5 9AA0 D180 1997 2FB3 E0EC 943A 1DE9 372E BE4E"; } ]; }; invokes-su = { email = "nixpkgs-commits@deshaw.com"; @@ -10983,7 +10983,7 @@ List of NixOS maintainers. matrix = "@irenes:matrix.org"; github = "IreneKnapp"; githubId = 157678; - keys = [{fingerprint = "E864 BDFA AB55 36FD C905 5195 DBF2 52AF FB26 19FD";}]; + keys = [ { fingerprint = "E864 BDFA AB55 36FD C905 5195 DBF2 52AF FB26 19FD"; } ]; }; ironicbadger = { email = "alexktz@gmail.com"; @@ -11015,7 +11015,7 @@ List of NixOS maintainers. email = "isgy@teiyg.com"; github = "tgys"; githubId = 13622947; - keys = [{fingerprint = "1412 816B A9FA F62F D051 1975 D3E1 B013 B463 1293";}]; + keys = [ { fingerprint = "1412 816B A9FA F62F D051 1975 D3E1 B013 B463 1293"; } ]; }; isotoxal = { name = "Abhinav Kuruvila Joseph"; @@ -11039,14 +11039,14 @@ List of NixOS maintainers. github = "itepastra"; githubId = 27058689; email = "itepastra@gmail.com"; - keys = [{fingerprint = "E681 4CAF 06AE B076 D55D 3E32 A16C DCBF 1472 541F";}]; + keys = [ { fingerprint = "E681 4CAF 06AE B076 D55D 3E32 A16C DCBF 1472 541F"; } ]; }; itsvic-dev = { email = "contact@itsvic.dev"; name = "Victor B."; github = "itsvic-dev"; githubId = 17727163; - keys = [{fingerprint = "FBAA B86A 101B 4C5F D4F1 25D2 E93D DAC1 7E5D 6CA1";}]; + keys = [ { fingerprint = "FBAA B86A 101B 4C5F D4F1 25D2 E93D DAC1 7E5D 6CA1"; } ]; }; ius = { email = "j.de.gram@gmail.com"; @@ -11059,7 +11059,7 @@ List of NixOS maintainers. name = "iv-nn"; github = "iv-nn"; githubId = 49885246; - keys = [{fingerprint = "6358 EF87 86E0 EF2F 1628 103F BAB5 F165 1C71 C9C3";}]; + keys = [ { fingerprint = "6358 EF87 86E0 EF2F 1628 103F BAB5 F165 1C71 C9C3"; } ]; }; ivalery111 = { name = "Valery"; @@ -11102,13 +11102,13 @@ List of NixOS maintainers. github = "ivanbrennan"; githubId = 1672874; name = "Ivan Brennan"; - keys = [{fingerprint = "7311 2700 AB4F 4CDF C68C F6A5 79C3 C47D C652 EA54";}]; + keys = [ { fingerprint = "7311 2700 AB4F 4CDF C68C F6A5 79C3 C47D C652 EA54"; } ]; }; ivankovnatsky = { github = "ivankovnatsky"; githubId = 75213; name = "Ivan Kovnatsky"; - keys = [{fingerprint = "6BD3 7248 30BD 941E 9180 C1A3 3A33 FA4C 82ED 674F";}]; + keys = [ { fingerprint = "6BD3 7248 30BD 941E 9180 C1A3 3A33 FA4C 82ED 674F"; } ]; }; ivanmoreau = { email = "Iván Molina Rebolledo"; @@ -11139,7 +11139,7 @@ List of NixOS maintainers. github = "ixhbinphoenix"; githubId = 47122082; name = "Emilia Nyx"; - keys = [{fingerprint = "91DB 328E 3FAB 8A08 9AF6 5276 3E62 370C 1D77 3013";}]; + keys = [ { fingerprint = "91DB 328E 3FAB 8A08 9AF6 5276 3E62 370C 1D77 3013"; } ]; }; ixmatus = { email = "parnell@digitalmentat.com"; @@ -11236,7 +11236,7 @@ List of NixOS maintainers. email = "contact@ja1den.me"; github = "ja1den"; githubId = 49811314; - keys = [{fingerprint = "CC36 4CF4 32DD 443F 27FC 033C 3475 AA20 D72F 6A93";}]; + keys = [ { fingerprint = "CC36 4CF4 32DD 443F 27FC 033C 3475 AA20 D72F 6A93"; } ]; }; jab = { name = "Joshua Bronson"; @@ -11291,14 +11291,14 @@ List of NixOS maintainers. email = "jacobkoziej@gmail.com"; github = "jacobkoziej"; githubId = 45084216; - keys = [{fingerprint = "1BF9 8D10 E0D0 0B41 5723 5836 4C13 3A84 E646 9228";}]; + keys = [ { fingerprint = "1BF9 8D10 E0D0 0B41 5723 5836 4C13 3A84 E646 9228"; } ]; }; JacoMalan1 = { name = "Jaco Malan"; email = "jacom@codelog.co.za"; github = "JacoMalan1"; githubId = 10290409; - keys = [{fingerprint = "339C 9213 7F2D 5D6E 2B6A 6E98 240B B4C4 27BC 327A";}]; + keys = [ { fingerprint = "339C 9213 7F2D 5D6E 2B6A 6E98 240B B4C4 27BC 327A"; } ]; }; jaculabilis = { name = "Tim Van Baak"; @@ -11323,7 +11323,7 @@ List of NixOS maintainers. github = "jakecleary"; githubId = 4572429; name = "Jake Cleary"; - keys = [{fingerprint = "6192 E5CC 28B8 FA7E F5F3 775F 3726 5B1E 496C 92A2";}]; + keys = [ { fingerprint = "6192 E5CC 28B8 FA7E F5F3 775F 3726 5B1E 496C 92A2"; } ]; }; jakedevs = { email = "work@jakedevs.net"; @@ -11337,7 +11337,7 @@ List of NixOS maintainers. matrix = "@jakehamilton:matrix.org"; github = "jakehamilton"; githubId = 7005773; - keys = [{fingerprint = "B982 0250 1720 D540 6A18 2DA8 188E 4945 E85B 2D21";}]; + keys = [ { fingerprint = "B982 0250 1720 D540 6A18 2DA8 188E 4945 E85B 2D21"; } ]; }; jakeisnt = { name = "Jacob Chvatal"; @@ -11386,7 +11386,7 @@ List of NixOS maintainers. name = "jamalam"; github = "Jamalam360"; githubId = 56727311; - keys = [{fingerprint = "B1B2 2BA0 FC39 D4B4 2240 5F55 D86C D68E 8DB2 E368";}]; + keys = [ { fingerprint = "B1B2 2BA0 FC39 D4B4 2240 5F55 D86C D68E 8DB2 E368"; } ]; }; james-atkins = { name = "James Atkins"; @@ -11398,7 +11398,7 @@ List of NixOS maintainers. name = "James Ward"; github = "jamesward"; githubId = 65043; - keys = [{fingerprint = "82F9 4BBD F95C 247B BD21 396B 9A0B 94DE C0FF A7EE";}]; + keys = [ { fingerprint = "82F9 4BBD F95C 247B BD21 396B 9A0B 94DE C0FF A7EE"; } ]; }; jamiemagee = { email = "jamie.magee@gmail.com"; @@ -11582,14 +11582,14 @@ List of NixOS maintainers. githubId = 740022; matrix = "@jeff:ocjtech.us"; name = "Jeffrey C. Ollie"; - keys = [{fingerprint = "A8CF 5B72 ABC3 9A17 3FEA 620E 6F86 035A 6D97 044E";}]; + keys = [ { fingerprint = "A8CF 5B72 ABC3 9A17 3FEA 620E 6F86 035A 6D97 044E"; } ]; }; jcouyang = { email = "oyanglulu@gmail.com"; github = "jcouyang"; githubId = 1235045; name = "Jichao Ouyang"; - keys = [{fingerprint = "A506 C38D 5CC8 47D0 DF01 134A DA8B 833B 5260 4E63";}]; + keys = [ { fingerprint = "A506 C38D 5CC8 47D0 DF01 134A DA8B 833B 5260 4E63"; } ]; }; jcs090218 = { email = "jcs090218@gmail.com"; @@ -11625,7 +11625,7 @@ List of NixOS maintainers. email = "jdanek@redhat.com"; github = "jirkadanek"; githubId = 17877663; - keys = [{fingerprint = "D4A6 F051 AD58 2E7C BCED 5439 6927 5CAD F15D 872E";}]; + keys = [ { fingerprint = "D4A6 F051 AD58 2E7C BCED 5439 6927 5CAD F15D 872E"; } ]; name = "Jiri Daněk"; }; jdbaldry = { @@ -11754,7 +11754,7 @@ List of NixOS maintainers. github = "jervw"; githubId = 53620688; name = "Jere Vuola"; - keys = [{fingerprint = "56C2 5B5B 2075 6352 B4B0 E17E F188 3717 47DA 5895";}]; + keys = [ { fingerprint = "56C2 5B5B 2075 6352 B4B0 E17E F188 3717 47DA 5895"; } ]; }; jeschli = { email = "jeschli@gmail.com"; @@ -11808,14 +11808,14 @@ List of NixOS maintainers. github = "jezcope"; githubId = 457628; name = "Jez Cope"; - keys = [{fingerprint = "D9DA 3E47 E8BD 377D A317 B3D0 9E42 CE07 1C45 59D1";}]; + keys = [ { fingerprint = "D9DA 3E47 E8BD 377D A317 B3D0 9E42 CE07 1C45 59D1"; } ]; }; jfchevrette = { email = "jfchevrette@gmail.com"; github = "jfchevrette"; githubId = 3001; name = "Jean-Francois Chevrette"; - keys = [{fingerprint = "B612 96A9 498E EECD D5E9 C0F0 67A0 5858 0129 0DC6";}]; + keys = [ { fingerprint = "B612 96A9 498E EECD D5E9 C0F0 67A0 5858 0129 0DC6"; } ]; }; jflanglois = { email = "yourstruly@julienlanglois.me"; @@ -11828,7 +11828,7 @@ List of NixOS maintainers. email = "jeremyfleischman@gmail.com"; github = "jfly"; githubId = 277474; - keys = [{fingerprint = "F1F1 3395 8E8E 9CC4 D9FC 9647 1931 9CD8 416A 642B";}]; + keys = [ { fingerprint = "F1F1 3395 8E8E 9CC4 D9FC 9647 1931 9CD8 416A 642B"; } ]; }; jfroche = { name = "Jean-François Roche"; @@ -11836,7 +11836,7 @@ List of NixOS maintainers. matrix = "@jfroche:matrix.pyxel.cloud"; github = "jfroche"; githubId = 207369; - keys = [{fingerprint = "7EB1 C02A B62B B464 6D7C E4AE D1D0 9DE1 69EA 19A0";}]; + keys = [ { fingerprint = "7EB1 C02A B62B B464 6D7C E4AE D1D0 9DE1 69EA 19A0"; } ]; }; jfvillablanca = { email = "jmfv.dev@gmail.com"; @@ -11910,7 +11910,7 @@ List of NixOS maintainers. email = "joel@airwebreathe.org.uk"; github = "jhol"; githubId = 1449493; - keys = [{fingerprint = "08F7 2546 95DE EAEF 03DE B0E4 D874 562D DC99 D889";}]; + keys = [ { fingerprint = "08F7 2546 95DE EAEF 03DE B0E4 D874 562D DC99 D889"; } ]; }; jhollowe = { email = "jhollowe@johnhollowell.com"; @@ -12012,7 +12012,7 @@ List of NixOS maintainers. github = "jlamur"; githubId = 7054317; name = "Jules Lamur"; - keys = [{fingerprint = "B768 6CD7 451A 650D 9C54 4204 6710 CF0C 1CBD 7762";}]; + keys = [ { fingerprint = "B768 6CD7 451A 650D 9C54 4204 6710 CF0C 1CBD 7762"; } ]; }; jlbribeiro = { email = "nix@jlbribeiro.com"; @@ -12087,9 +12087,9 @@ List of NixOS maintainers. name = "João Figueira"; keys = [ # GitHub signing key - {fingerprint = "EC08 7AA3 DEAD A972 F015 6371 DC7A E56A E98E 02D7";} + { fingerprint = "EC08 7AA3 DEAD A972 F015 6371 DC7A E56A E98E 02D7"; } # Email encryption - {fingerprint = "816D 23F5 E672 EC58 7674 4A73 197F 9A63 2D13 9E30";} + { fingerprint = "816D 23F5 E672 EC58 7674 4A73 197F 9A63 2D13 9E30"; } ]; }; jmendyk = { @@ -12168,14 +12168,14 @@ List of NixOS maintainers. github = "joaoymoreira"; githubId = 151087767; name = "João Moreira"; - keys = [{fingerprint = "F457 0A3A 5F89 22F8 F572 E075 EF8B F2C8 C5F4 097D";}]; + keys = [ { fingerprint = "F457 0A3A 5F89 22F8 F572 E075 EF8B F2C8 C5F4 097D"; } ]; }; joaquintrinanes = { email = "hi@joaquint.io"; github = "JoaquinTrinanes"; name = "Joaquín Triñanes"; githubId = 1385934; - keys = [{fingerprint = "3A13 5C15 E1D5 850D 2F90 AB25 6E14 46DD 451C 6BAF";}]; + keys = [ { fingerprint = "3A13 5C15 E1D5 850D 2F90 AB25 6E14 46DD 451C 6BAF"; } ]; }; joblade = { email = "bladeur13@free.fr"; @@ -12326,7 +12326,7 @@ List of NixOS maintainers. github = "joinemm"; githubId = 26210439; name = "Joonas Rautiola"; - keys = [{fingerprint = "87EC DD30 6614 E510 5299 F0D4 090E B48A 4669 AA54";}]; + keys = [ { fingerprint = "87EC DD30 6614 E510 5299 F0D4 090E B48A 4669 AA54"; } ]; }; Jojo4GH = { name = "Jonas Broeckmann"; @@ -12339,7 +12339,7 @@ List of NixOS maintainers. matrix = "@jojosch:jswc.de"; github = "jojosch"; githubId = 327488; - keys = [{fingerprint = "7249 70E6 A661 D84E 8B47 678A 0590 93B1 A278 BCD0";}]; + keys = [ { fingerprint = "7249 70E6 A661 D84E 8B47 678A 0590 93B1 A278 BCD0"; } ]; }; jokatzke = { email = "jokatzke@fastmail.com"; @@ -12365,7 +12365,7 @@ List of NixOS maintainers. github = "jolars"; githubId = 13087841; name = "Johan Larsson"; - keys = [{fingerprint = "F0D6 BDE7 C7D1 6B3F 7883 73E7 2A41 C0FE DD6F F540";}]; + keys = [ { fingerprint = "F0D6 BDE7 C7D1 6B3F 7883 73E7 2A41 C0FE DD6F F540"; } ]; }; jolheiser = { email = "nixpkgs@jolheiser.com"; @@ -12379,7 +12379,7 @@ List of NixOS maintainers. matrix = "@jona:matrix.jonaenz.de"; github = "JonaEnz"; githubId = 57130301; - keys = [{fingerprint = "1CC5 B67C EB9A 13A5 EDF6 F10E 0B4A 3662 FC58 9202";}]; + keys = [ { fingerprint = "1CC5 B67C EB9A 13A5 EDF6 F10E 0B4A 3662 FC58 9202"; } ]; }; jonas-w = { email = "nixpkgs@03j.de"; @@ -12443,7 +12443,7 @@ List of NixOS maintainers. email = "jordan@bravo.cc"; github = "jordan-bravo"; githubId = 62706808; - keys = [{fingerprint = "9C7B 45CD CF53 B483 9BB8 000E C6E3 AECE B5E1 0B1E";}]; + keys = [ { fingerprint = "9C7B 45CD CF53 B483 9BB8 000E C6E3 AECE B5E1 0B1E"; } ]; }; jordanisaacs = { name = "Jordan Isaacs"; @@ -12622,7 +12622,7 @@ List of NixOS maintainers. matrix = "@6pak:matrix.org"; github = "js6pak"; githubId = 35262707; - keys = [{fingerprint = "66D1 1EA6 571D E4F9 16B3 B8EB 3E3C D91E B1AA FB06";}]; + keys = [ { fingerprint = "66D1 1EA6 571D E4F9 16B3 B8EB 3E3C D91E B1AA FB06"; } ]; }; jshcmpbll = { email = "me@joshuadcampbell.com"; @@ -12678,7 +12678,7 @@ List of NixOS maintainers. name = "Julien Coolen"; github = "jtcoolen"; githubId = 54635632; - keys = [{fingerprint = "4C68 56EE DFDA 20FB 77E8 9169 1964 2151 C218 F6F5";}]; + keys = [ { fingerprint = "4C68 56EE DFDA 20FB 77E8 9169 1964 2151 C218 F6F5"; } ]; }; jthulhu = { name = "Adrien Mathieu"; @@ -12717,7 +12717,7 @@ List of NixOS maintainers. github = "jcmuller"; matrix = "@jcmuller@beeper.com"; name = "Juan C. Müller"; - keys = [{fingerprint = "D78D 25D8 A1B8 2596 267F 35B8 F44E A51A 28F9 B4A7";}]; + keys = [ { fingerprint = "D78D 25D8 A1B8 2596 267F 35B8 F44E A51A 28F9 B4A7"; } ]; }; juaningan = { email = "juaningan@gmail.com"; @@ -12756,7 +12756,7 @@ List of NixOS maintainers. matrix = "@julian:matrix.epiccraft-mc.de"; github = "juli0604"; githubId = 62934740; - keys = [{fingerprint = "E9C6 44C7 F6AA A865 4CB9 2723 22C8 B0CE B9AC 4AFF";}]; + keys = [ { fingerprint = "E9C6 44C7 F6AA A865 4CB9 2723 22C8 B0CE B9AC 4AFF"; } ]; }; juliabru = { name = "Julia Brunenberg"; @@ -12774,7 +12774,7 @@ List of NixOS maintainers. name = "Julian Partanen"; github = "JulianFP"; githubId = 70963316; - keys = [{fingerprint = "C61D 7747 43DE EF05 4E4A 3AC1 6FE2 79EB 5C9F 3466";}]; + keys = [ { fingerprint = "C61D 7747 43DE EF05 4E4A 3AC1 6FE2 79EB 5C9F 3466"; } ]; }; juliendehos = { email = "dehos@lisic.univ-littoral.fr"; @@ -12823,7 +12823,7 @@ List of NixOS maintainers. github = "junestepp"; githubId = 26205306; name = "June Stepp"; - keys = [{fingerprint = "2561 0243 2233 CFE6 E13E 3C33 348C 6EB3 39AE C582";}]; + keys = [ { fingerprint = "2561 0243 2233 CFE6 E13E 3C33 348C 6EB3 39AE C582"; } ]; }; junjihashimoto = { email = "junji.hashimoto@gmail.com"; @@ -12883,7 +12883,7 @@ List of NixOS maintainers. github = "jvanbruegge"; githubId = 1529052; name = "Jan van Brügge"; - keys = [{fingerprint = "3513 5CE5 77AD 711F 3825 9A99 3665 72BE 7D6C 78A2";}]; + keys = [ { fingerprint = "3513 5CE5 77AD 711F 3825 9A99 3665 72BE 7D6C 78A2"; } ]; }; jwatt = { email = "jwatt@broken.watch"; @@ -12896,7 +12896,7 @@ List of NixOS maintainers. github = "jwiegley"; githubId = 8460; name = "John Wiegley"; - keys = [{fingerprint = "4710 CF98 AF9B 327B B80F 60E1 46C4 BD1A 7AC1 4BA2";}]; + keys = [ { fingerprint = "4710 CF98 AF9B 327B B80F 60E1 46C4 BD1A 7AC1 4BA2"; } ]; }; jwijenbergh = { email = "jeroenwijenbergh@protonmail.com"; @@ -12909,7 +12909,7 @@ List of NixOS maintainers. github = "jwillikers"; githubId = 19399197; name = "Jordan Williams"; - keys = [{fingerprint = "A6AB 406A F5F1 DE02 CEA3 B6F0 9FB4 2B0E 7F65 7D8C";}]; + keys = [ { fingerprint = "A6AB 406A F5F1 DE02 CEA3 B6F0 9FB4 2B0E 7F65 7D8C"; } ]; }; jwygoda = { email = "jaroslaw@wygoda.me"; @@ -12947,14 +12947,14 @@ List of NixOS maintainers. github = "kachick"; githubId = 1180335; name = "Kenichi Kamiya"; - keys = [{fingerprint = "9121 5D87 20CA B405 C63F 24D2 EF6E 574D 040A E2A5";}]; + keys = [ { fingerprint = "9121 5D87 20CA B405 C63F 24D2 EF6E 574D 040A E2A5"; } ]; }; kaction = { name = "Dmitry Bogatov"; email = "KAction@disroot.org"; github = "KAction"; githubId = 44864956; - keys = [{fingerprint = "3F87 0A7C A7B4 3731 2F13 6083 749F D4DF A2E9 4236";}]; + keys = [ { fingerprint = "3F87 0A7C A7B4 3731 2F13 6083 749F D4DF A2E9 4236"; } ]; }; kaeeraa = { name = "kaeeraa"; @@ -13004,7 +13004,7 @@ List of NixOS maintainers. email = "kamadorueda@gmail.com"; github = "kamadorueda"; githubId = 47480384; - keys = [{fingerprint = "2BE3 BAFD 793E A349 ED1F F00F 04D0 CEAF 916A 9A40";}]; + keys = [ { fingerprint = "2BE3 BAFD 793E A349 ED1F F00F 04D0 CEAF 916A 9A40"; } ]; }; kamilchm = { email = "kamil.chm@gmail.com"; @@ -13017,7 +13017,7 @@ List of NixOS maintainers. email = "me@kamillaova.dev"; github = "Kamillaova"; githubId = 54859825; - keys = [{fingerprint = "B2D0 AA53 8DBE 60B0 0811 3FC0 2D52 5F67 791E 5834";}]; + keys = [ { fingerprint = "B2D0 AA53 8DBE 60B0 0811 3FC0 2D52 5F67 791E 5834"; } ]; }; kampfschlaefer = { email = "arnold@arnoldarts.de"; @@ -13126,7 +13126,7 @@ List of NixOS maintainers. email = "git@keksgesicht.de"; github = "Keksgesicht"; githubId = 32649612; - keys = [{fingerprint = "65DF D21C 22A9 E4CD FD1A 0804 C3D7 16E7 29B3 C86A";}]; + keys = [ { fingerprint = "65DF D21C 22A9 E4CD FD1A 0804 C3D7 16E7 29B3 C86A"; } ]; }; keldu = { email = "mail@keldu.de"; @@ -13145,7 +13145,7 @@ List of NixOS maintainers. github = "kennyballou"; githubId = 2186188; name = "Kenny Ballou"; - keys = [{fingerprint = "932F 3E8E 1C0F 4A98 95D7 B8B8 B0CA A28A 0295 8308";}]; + keys = [ { fingerprint = "932F 3E8E 1C0F 4A98 95D7 B8B8 B0CA A28A 0295 8308"; } ]; }; kenran = { email = "johannes.maier@mailbox.org"; @@ -13183,7 +13183,7 @@ List of NixOS maintainers. github = "kevincox"; githubId = 494012; name = "Kevin Cox"; - keys = [{fingerprint = "B66B 891D D83B 0E67 7D84 FC30 9BB9 2CC1 552E 99AA";}]; + keys = [ { fingerprint = "B66B 891D D83B 0E67 7D84 FC30 9BB9 2CC1 552E 99AA"; } ]; }; kevingriffin = { email = "me@kevin.jp"; @@ -13221,7 +13221,7 @@ List of NixOS maintainers. github = "kgtkr"; githubId = 17868838; name = "kgtkr"; - keys = [{fingerprint = "B30D BE93 81E0 3D5D F301 88C8 1F6E B951 9F57 3241";}]; + keys = [ { fingerprint = "B30D BE93 81E0 3D5D F301 88C8 1F6E B951 9F57 3241"; } ]; }; khaneliman = { email = "khaneliman12@gmail.com"; @@ -13246,7 +13246,7 @@ List of NixOS maintainers. github = "khrj"; githubId = 44947946; name = "Khushraj Rathod"; - keys = [{fingerprint = "1988 3FD8 EA2E B4EC 0A93 1E22 B77B 2A40 E770 2F19";}]; + keys = [ { fingerprint = "1988 3FD8 EA2E B4EC 0A93 1E22 B77B 2A40 E770 2F19"; } ]; }; kiara = { name = "kiara"; @@ -13410,7 +13410,7 @@ List of NixOS maintainers. github = "kittywitch"; githubId = 67870215; name = "Kat Inskip"; - keys = [{fingerprint = "9CC6 44B5 69CD A59B C874 C4C9 E8DD E3ED 1C90 F3A0";}]; + keys = [ { fingerprint = "9CC6 44B5 69CD A59B C874 C4C9 E8DD E3ED 1C90 F3A0"; } ]; }; kivikakk = { email = "ashe@kivikakk.ee"; @@ -13465,7 +13465,7 @@ List of NixOS maintainers. name = "Fiona Behrens"; github = "kloenk"; githubId = 12898828; - keys = [{fingerprint = "B44A DFDF F869 A66A 3FDF DD8B 8609 A7B5 19E5 E342";}]; + keys = [ { fingerprint = "B44A DFDF F869 A66A 3FDF DD8B 8609 A7B5 19E5 E342"; } ]; }; kmatasfp = { email = "el-development@protonmail.com"; @@ -13808,14 +13808,14 @@ List of NixOS maintainers. github = "kugland"; githubId = 1173932; name = "André Kugland"; - keys = [{fingerprint = "6A62 5E60 E3FF FCAE B3AA 50DC 1DA9 3817 80CD D833";}]; + keys = [ { fingerprint = "6A62 5E60 E3FF FCAE B3AA 50DC 1DA9 3817 80CD D833"; } ]; }; kuglimon = { name = "Tatu Argillander"; email = "tatu.argillander@kouralabs.com"; github = "kuglimon"; githubId = 629430; - keys = [{fingerprint = "2843 750C B1AB E256 94BE 40E2 D843 D30B 42CA 0E2D";}]; + keys = [ { fingerprint = "2843 750C B1AB E256 94BE 40E2 D843 D30B 42CA 0E2D"; } ]; }; kupac = { github = "Kupac"; @@ -13870,7 +13870,7 @@ List of NixOS maintainers. matrix = "@kwaa:matrix.org"; github = "kwaa"; githubId = 50108258; - keys = [{fingerprint = "ABCB A12F 1A8E 3CCC F10B 5109 4444 7777 3333 4444";}]; + keys = [ { fingerprint = "ABCB A12F 1A8E 3CCC F10B 5109 4444 7777 3333 4444"; } ]; }; kwohlfahrt = { email = "kai.wohlfahrt@gmail.com"; @@ -13901,7 +13901,7 @@ List of NixOS maintainers. github = "KyleOndy"; githubId = 1640900; name = "Kyle Ondy"; - keys = [{fingerprint = "3C79 9D26 057B 64E6 D907 B0AC DB0E 3C33 491F 91C9";}]; + keys = [ { fingerprint = "3C79 9D26 057B 64E6 D907 B0AC DB0E 3C33 491F 91C9"; } ]; }; kylerisse = { name = "Kyle Risse"; @@ -13916,14 +13916,14 @@ List of NixOS maintainers. github = "kylesferrazza"; githubId = 6677292; - keys = [{fingerprint = "5A9A 1C9B 2369 8049 3B48 CF5B 81A1 5409 4816 2372";}]; + keys = [ { fingerprint = "5A9A 1C9B 2369 8049 3B48 CF5B 81A1 5409 4816 2372"; } ]; }; l-as = { email = "las@protonmail.ch"; matrix = "@Las:matrix.org"; github = "L-as"; githubId = 22075344; - keys = [{fingerprint = "A093 EA17 F450 D4D1 60A0 1194 AC45 8A7D 1087 D025";}]; + keys = [ { fingerprint = "A093 EA17 F450 D4D1 60A0 1194 AC45 8A7D 1087 D025"; } ]; name = "Las Safin"; }; l0b0 = { @@ -13974,7 +13974,7 @@ List of NixOS maintainers. email = "iam@lach.pw"; github = "CertainLach"; githubId = 6235312; - keys = [{fingerprint = "323C 95B5 DBF7 2D74 8570 C0B7 40B5 D694 8143 175F";}]; + keys = [ { fingerprint = "323C 95B5 DBF7 2D74 8570 C0B7 40B5 D694 8143 175F"; } ]; name = "Yaroslav Bolyukin"; }; lachrymal = { @@ -13993,7 +13993,7 @@ List of NixOS maintainers. email = "joseph@lafreniere.xyz"; github = "lafrenierejm"; githubId = 11155300; - keys = [{fingerprint = "0375 DD9A EDD1 68A3 ADA3 9EBA EE23 6AA0 141E FCA3";}]; + keys = [ { fingerprint = "0375 DD9A EDD1 68A3 ADA3 9EBA EE23 6AA0 141E FCA3"; } ]; name = "Joseph LaFreniere"; }; lagoja = { @@ -14135,7 +14135,7 @@ List of NixOS maintainers. email = "leana.jiang+git@icloud.com"; github = "leana8959"; githubId = 87855546; - keys = [{fingerprint = "3659 D5C8 7A4B C5D7 699B 37D8 4E88 7A4C A971 4ADA";}]; + keys = [ { fingerprint = "3659 D5C8 7A4B C5D7 699B 37D8 4E88 7A4C A971 4ADA"; } ]; }; lebastr = { email = "lebastr@gmail.com"; @@ -14147,14 +14147,14 @@ List of NixOS maintainers. name = "Lucius Hu"; github = "lebensterben"; githubId = 1222865; - keys = [{fingerprint = "80C6 77F2 ED0B E732 3835 A8D3 7E47 4E82 E29B 5A7A";}]; + keys = [ { fingerprint = "80C6 77F2 ED0B E732 3835 A8D3 7E47 4E82 E29B 5A7A"; } ]; }; lecoqjacob = { name = "Jacob LeCoq"; email = "lecoqjacob@gmail.com"; githubId = 9278174; github = "bayou-brogrammer"; - keys = [{fingerprint = "C505 1E8B 06AC 1776 6875 1B60 93AF DAD0 10B3 CB8D";}]; + keys = [ { fingerprint = "C505 1E8B 06AC 1776 6875 1B60 93AF DAD0 10B3 CB8D"; } ]; }; ledif = { email = "refuse@gmail.com"; @@ -14184,7 +14184,7 @@ List of NixOS maintainers. github = "leifhelm"; githubId = 31693262; name = "Jakob Leifhelm"; - keys = [{fingerprint = "4A82 F68D AC07 9FFD 8BF0 89C4 6817 AA02 3810 0822";}]; + keys = [ { fingerprint = "4A82 F68D AC07 9FFD 8BF0 89C4 6817 AA02 3810 0822"; } ]; }; leiserfg = { email = "leiserfg@gmail.com"; @@ -14198,7 +14198,7 @@ List of NixOS maintainers. github = "Leixb"; githubId = 17183803; name = "Aleix Boné"; - keys = [{fingerprint = "63D3 F436 EDE8 7E1F 1292 24AF FC03 5BB2 BB28 E15D";}]; + keys = [ { fingerprint = "63D3 F436 EDE8 7E1F 1292 24AF FC03 5BB2 BB28 E15D"; } ]; }; lejonet = { email = "daniel@kuehn.se"; @@ -14227,12 +14227,12 @@ List of NixOS maintainers. lenny = { name = "Lenny."; matrix = "@lenny:flipdot.org"; - keys = [{fingerprint = "6D63 2D4D 0CFE 8D53 F5FD C7ED 738F C800 6E9E A634";}]; + keys = [ { fingerprint = "6D63 2D4D 0CFE 8D53 F5FD C7ED 738F C800 6E9E A634"; } ]; }; leo248 = { github = "leo248"; githubId = 95365184; - keys = [{fingerprint = "81E3 418D C1A2 9687 2C4D 96DC BB1A 818F F295 26D2";}]; + keys = [ { fingerprint = "81E3 418D C1A2 9687 2C4D 96DC BB1A 818F F295 26D2"; } ]; name = "leo248"; }; leo60228 = { @@ -14241,7 +14241,7 @@ List of NixOS maintainers. github = "leo60228"; githubId = 8355305; name = "leo60228"; - keys = [{fingerprint = "5BE4 98D5 1C24 2CCD C21A 4604 AC6F 4BA0 78E6 7833";}]; + keys = [ { fingerprint = "5BE4 98D5 1C24 2CCD C21A 4604 AC6F 4BA0 78E6 7833"; } ]; }; leona = { email = "nix@leona.is"; @@ -14264,7 +14264,7 @@ List of NixOS maintainers. leonm1 = { github = "leonm1"; githubId = 32306579; - keys = [{fingerprint = "C12D F14B DC9D 64E1 44C3 4D8A 755C DA4E 5923 416A";}]; + keys = [ { fingerprint = "C12D F14B DC9D 64E1 44C3 4D8A 755C DA4E 5923 416A"; } ]; matrix = "@mattleon:matrix.org"; name = "Matt Leon"; }; @@ -14316,7 +14316,7 @@ List of NixOS maintainers. email = "lexugeyky@outlook.com"; github = "LEXUGE"; githubId = 13804737; - keys = [{fingerprint = "7FE2 113A A08B 695A C8B8 DDE6 AE53 B4C2 E58E DD45";}]; + keys = [ { fingerprint = "7FE2 113A A08B 695A C8B8 DDE6 AE53 B4C2 E58E DD45"; } ]; }; lf- = { name = "Jade Lovelace"; @@ -14377,7 +14377,7 @@ List of NixOS maintainers. github = "Liassica"; githubId = 115422798; name = "Liassica"; - keys = [{fingerprint = "83BE 3033 6164 B971 FA82 7036 0D34 0E59 4980 7BDD";}]; + keys = [ { fingerprint = "83BE 3033 6164 B971 FA82 7036 0D34 0E59 4980 7BDD"; } ]; }; liberodark = { email = "liberodark@gmail.com"; @@ -14447,7 +14447,7 @@ List of NixOS maintainers. email = "olai@olai.dev"; github = "LilleAila"; githubId = 67327023; - keys = [{fingerprint = "8185 29F9 BB4C 33F0 69BB 9782 D1AC CDCF 2B9B 9799";}]; + keys = [ { fingerprint = "8185 29F9 BB4C 33F0 69BB 9782 D1AC CDCF 2B9B 9799"; } ]; }; lillycham = { email = "lillycat332@gmail.com"; @@ -14479,7 +14479,7 @@ List of NixOS maintainers. matrix = "@me:linj.tech"; github = "jian-lin"; githubId = 75130626; - keys = [{fingerprint = "80EE AAD8 43F9 3097 24B5 3D7E 27E9 7B91 E63A 7FF8";}]; + keys = [ { fingerprint = "80EE AAD8 43F9 3097 24B5 3D7E 27E9 7B91 E63A 7FF8"; } ]; }; link00000000 = { email = "crandall.logan@gmail.com"; @@ -14543,7 +14543,7 @@ List of NixOS maintainers. github = "livnev"; githubId = 3964494; name = "Lev Livnev"; - keys = [{fingerprint = "74F5 E5CC 19D3 B5CB 608F 6124 68FF 81E6 A785 0F49";}]; + keys = [ { fingerprint = "74F5 E5CC 19D3 B5CB 608F 6124 68FF 81E6 A785 0F49"; } ]; }; liyangau = { email = "d@aufomm.com"; @@ -14586,7 +14586,7 @@ List of NixOS maintainers. github = "LoCrealloc"; githubId = 64095253; name = "LoC"; - keys = [{fingerprint = "DCCE F73B 209A 6024 CAE7 F926 5563 EB4A 8634 4F15";}]; + keys = [ { fingerprint = "DCCE F73B 209A 6024 CAE7 F926 5563 EB4A 8634 4F15"; } ]; }; locallycompact = { email = "dan.firth@homotopic.tech"; @@ -14600,7 +14600,7 @@ List of NixOS maintainers. github = "lockejan"; githubId = 25434434; name = "Jan Schmitt"; - keys = [{fingerprint = "1763 9903 2D7C 5B82 5D5A 0EAD A2BC 3C6F 1435 1991";}]; + keys = [ { fingerprint = "1763 9903 2D7C 5B82 5D5A 0EAD A2BC 3C6F 1435 1991"; } ]; }; locochoco = { email = "contact@locochoco.dev"; @@ -14633,7 +14633,7 @@ List of NixOS maintainers. github = "legendofmiracles"; githubId = 30902201; name = "legendofmiracles"; - keys = [{fingerprint = "CC50 F82C 985D 2679 0703 AF15 19B0 82B3 DEFE 5451";}]; + keys = [ { fingerprint = "CC50 F82C 985D 2679 0703 AF15 19B0 82B3 DEFE 5451"; } ]; }; lonerOrz = { email = "2788892716@qq.com"; @@ -14671,7 +14671,7 @@ List of NixOS maintainers. matrix = "@lordmzte:mzte.de"; github = "LordMZTE"; githubId = 28735087; - keys = [{fingerprint = "AB47 3D70 53D2 74CA DC2C 230C B648 02DC 33A6 4FF6";}]; + keys = [ { fingerprint = "AB47 3D70 53D2 74CA DC2C 230C B648 02DC 33A6 4FF6"; } ]; }; lorenz = { name = "Lorenz Brun"; @@ -14727,7 +14727,7 @@ List of NixOS maintainers. github = "lovesegfault"; githubId = 7243783; name = "Bernardo Meurer"; - keys = [{fingerprint = "F193 7596 57D5 6DA4 CCD4 786B F4C0 D53B 8D14 C246";}]; + keys = [ { fingerprint = "F193 7596 57D5 6DA4 CCD4 786B F4C0 D53B 8D14 C246"; } ]; }; lowfatcomputing = { email = "andreas.wagner@lowfatcomputing.org"; @@ -14747,7 +14747,7 @@ List of NixOS maintainers. github = "loispostula"; githubId = 1423612; name = "Loïs Postula"; - keys = [{fingerprint = "0B4A E7C7 D3B7 53F5 3B3D 774C 3819 3C6A 09C3 9ED1";}]; + keys = [ { fingerprint = "0B4A E7C7 D3B7 53F5 3B3D 774C 3819 3C6A 09C3 9ED1"; } ]; }; lrewega = { email = "lrewega@c32.ca"; @@ -14797,7 +14797,7 @@ List of NixOS maintainers. githubId = 153414530; matrix = "@ltstf1re:converser.eu"; name = "Little Starfire"; - keys = [{fingerprint = "FE6C C3C9 2ACF 4367 2B56 5B22 8603 2ACC 051A 873D";}]; + keys = [ { fingerprint = "FE6C C3C9 2ACF 4367 2B56 5B22 8603 2ACC 051A 873D"; } ]; }; lu15w1r7h = { email = "lwirth2000@gmail.com"; @@ -14822,7 +14822,7 @@ List of NixOS maintainers. github = "lucas-deangelis"; githubId = 55180995; name = "Lucas De Angelis"; - keys = [{fingerprint = "3C8B D3AD 93BB 1F36 B8FF 30BD 8627 E5ED F74B 5BF4";}]; + keys = [ { fingerprint = "3C8B D3AD 93BB 1F36 B8FF 30BD 8627 E5ED F74B 5BF4"; } ]; }; lucasbergman = { email = "lucas@bergmans.us"; @@ -14877,7 +14877,7 @@ List of NixOS maintainers. github = "ludovicopiero"; githubId = 44255157; name = "Ludovico Piero"; - keys = [{fingerprint = "72CA 4F61 46C6 0DAB 6193 4D35 3911 DD27 6CFE 779C";}]; + keys = [ { fingerprint = "72CA 4F61 46C6 0DAB 6193 4D35 3911 DD27 6CFE 779C"; } ]; }; lufia = { email = "lufia@lufia.org"; @@ -14890,7 +14890,7 @@ List of NixOS maintainers. email = "luflosi@luflosi.de"; github = "Luflosi"; githubId = 15217907; - keys = [{fingerprint = "66D1 3048 2B5F 2069 81A6 6B83 6F98 7CCF 224D 20B9";}]; + keys = [ { fingerprint = "66D1 3048 2B5F 2069 81A6 6B83 6F98 7CCF 224D 20B9"; } ]; }; luftmensch-luftmensch = { email = "valentinobocchetti59@gmail.com"; @@ -14909,7 +14909,7 @@ List of NixOS maintainers. github = "propet"; githubId = 8515861; name = "Luis D. Aranda Sánchez"; - keys = [{fingerprint = "AB7C 81F4 9E07 CC64 F3E7 BC25 DCAC C6F4 AAFC C04E";}]; + keys = [ { fingerprint = "AB7C 81F4 9E07 CC64 F3E7 BC25 DCAC C6F4 AAFC C04E"; } ]; }; luisnquin = { email = "lpaandres2020@gmail.com"; @@ -14936,7 +14936,7 @@ List of NixOS maintainers. name = "Luiz Ribeiro"; github = "luizribeiro"; githubId = 112069; - keys = [{fingerprint = "97A0 AE5E 03F3 499B 7D7A 65C6 76A4 1432 37EF 5817";}]; + keys = [ { fingerprint = "97A0 AE5E 03F3 499B 7D7A 65C6 76A4 1432 37EF 5817"; } ]; }; lukas-heiligenbrunner = { email = "lukas.heiligenbrunner@gmail.com"; @@ -15114,7 +15114,7 @@ List of NixOS maintainers. email = "umutinanerdogan@proton.me"; github = "lzcunt"; githubId = 40492846; - keys = [{fingerprint = "B766 7717 1644 5ABC DE82 94AA 4679 BF7D CC04 4783";}]; + keys = [ { fingerprint = "B766 7717 1644 5ABC DE82 94AA 4679 BF7D CC04 4783"; } ]; matrix = "@sananatheskenana:matrix.org"; name = "sanana the skenana"; }; @@ -15166,7 +15166,7 @@ List of NixOS maintainers. email = "max@haland.org"; github = "mabster314"; githubId = 5741741; - keys = [{fingerprint = "71EF 8F1F 0C24 8B4D 5CDC 1B47 74B3 D790 77EE 37A8";}]; + keys = [ { fingerprint = "71EF 8F1F 0C24 8B4D 5CDC 1B47 74B3 D790 77EE 37A8"; } ]; }; mac-chaffee = { name = "Mac Chaffee"; @@ -15178,7 +15178,7 @@ List of NixOS maintainers. name = "Ian Macalinao"; github = "macalinao"; githubId = 401263; - keys = [{fingerprint = "1147 43F1 E707 6F3E 6F4B 2C96 B9A8 B592 F126 F8E8";}]; + keys = [ { fingerprint = "1147 43F1 E707 6F3E 6F4B 2C96 B9A8 B592 F126 F8E8"; } ]; }; macronova = { name = "Sicheng Pan"; @@ -15186,7 +15186,7 @@ List of NixOS maintainers. matrix = "@macronova:invariantspace.com"; github = "Sicheng-Pan"; githubId = 60079945; - keys = [{fingerprint = "7590 C9DD E19D 4497 9EE9 0B14 CE96 9670 FB4B 4A56";}]; + keys = [ { fingerprint = "7590 C9DD E19D 4497 9EE9 0B14 CE96 9670 FB4B 4A56"; } ]; }; madeddie = { email = "edwin@madtech.cx"; @@ -15219,7 +15219,7 @@ List of NixOS maintainers. github = "m-rey"; githubId = 42996147; name = "Mæve"; - keys = [{fingerprint = "96C9 D086 CC9D 7BD7 EF24 80E2 9168 796A 1CC3 AEA2";}]; + keys = [ { fingerprint = "96C9 D086 CC9D 7BD7 EF24 80E2 9168 796A 1CC3 AEA2"; } ]; }; maeve-oake = { email = "maeve@oa.ke"; @@ -15252,8 +15252,8 @@ List of NixOS maintainers. github = "magistau"; githubId = 43097806; keys = [ - {fingerprint = "C7EA B182 2AB1 246C 0FB8 DD72 0514 0B67 902C D3AF";} - {fingerprint = "DA77 EDDB 4AF5 244C 665E 9176 A05E A86A 5834 1AA8";} + { fingerprint = "C7EA B182 2AB1 246C 0FB8 DD72 0514 0B67 902C D3AF"; } + { fingerprint = "DA77 EDDB 4AF5 244C 665E 9176 A05E A86A 5834 1AA8"; } ]; }; magneticflux- = { @@ -15261,7 +15261,7 @@ List of NixOS maintainers. github = "magneticflux-"; githubId = 9124288; name = "Mitchell Skaggs"; - keys = [{fingerprint = "CA2A 3324 43A7 BD99 8FCE DFC4 4EB0 FECB 84AE 8967";}]; + keys = [ { fingerprint = "CA2A 3324 43A7 BD99 8FCE DFC4 4EB0 FECB 84AE 8967"; } ]; }; magnetophon = { email = "bart@magnetophon.nl"; @@ -15310,7 +15310,7 @@ List of NixOS maintainers. githubId = 19927330; name = "Maiko Tan"; keys = [ - {fingerprint = "9C68 989F ECF9 8993 3225 96DD 970A 6794 990C 52AE";} + { fingerprint = "9C68 989F ECF9 8993 3225 96DD 970A 6794 990C 52AE"; } ]; }; majesticmullet = { @@ -15347,7 +15347,7 @@ List of NixOS maintainers. github = "makuru-org"; githubId = 58048293; name = "Makuru"; - keys = [{fingerprint = "5B22 7123 362F DEF1 8F79 BF2B 4792 3A0F EEB5 51C7";}]; + keys = [ { fingerprint = "5B22 7123 362F DEF1 8F79 BF2B 4792 3A0F EEB5 51C7"; } ]; }; malbarbo = { email = "malbarbo@gmail.com"; @@ -15360,7 +15360,7 @@ List of NixOS maintainers. email = "abdelmalik.najhi@stud.hs-kempten.de"; github = "malikwirin"; githubId = 117918464; - keys = [{fingerprint = "B5ED 595C 8C7E 133C 6B68 63C8 CFEF 1E35 0351 F72D";}]; + keys = [ { fingerprint = "B5ED 595C 8C7E 133C 6B68 63C8 CFEF 1E35 0351 F72D"; } ]; }; malo = { email = "mbourgon@gmail.com"; @@ -15407,7 +15407,7 @@ List of NixOS maintainers. email = "me@mange.dev"; github = "Mange"; githubId = 1599; - keys = [{fingerprint = "2EA6 F4AA 110A 1BF2 2275 19A9 0443 C69F 6F02 2CDE";}]; + keys = [ { fingerprint = "2EA6 F4AA 110A 1BF2 2275 19A9 0443 C69F 6F02 2CDE"; } ]; }; mangoiv = { email = "contact@mangoiv.com"; @@ -15476,7 +15476,7 @@ List of NixOS maintainers. github = "marcin-serwin"; githubId = 12128106; email = "marcin@serwin.dev"; - keys = [{fingerprint = "F311 FA15 1A66 1875 0C4D A88D 82F5 C70C DC49 FD1D";}]; + keys = [ { fingerprint = "F311 FA15 1A66 1875 0C4D A88D 82F5 C70C DC49 FD1D"; } ]; }; marcovergueira = { email = "vergueira.marco@gmail.com"; @@ -15621,7 +15621,7 @@ List of NixOS maintainers. github = "marzipankaiser"; githubId = 2551444; name = "Marcial Gaißert"; - keys = [{fingerprint = "B573 5118 0375 A872 FBBF 7770 B629 036B E399 EEE9";}]; + keys = [ { fingerprint = "B573 5118 0375 A872 FBBF 7770 B629 036B E399 EEE9"; } ]; }; masaeedu = { email = "masaeedu@gmail.com"; @@ -15824,7 +15824,7 @@ List of NixOS maintainers. name = "Matthieu Barthel"; github = "MatthieuBarthel"; githubId = 435534; - keys = [{fingerprint = "80EB 0F2B 484A BB80 7BEF 4145 BA23 F10E AADC 2E26";}]; + keys = [ { fingerprint = "80EB 0F2B 484A BB80 7BEF 4145 BA23 F10E AADC 2E26"; } ]; }; matthuszagh = { email = "huszaghmatt@gmail.com"; @@ -15856,7 +15856,7 @@ List of NixOS maintainers. githubId = 5046562; matrix = "@mattsturg:matrix.org"; name = "Matt Sturgeon"; - keys = [{fingerprint = "7082 22EA 1808 E39A 83AC 8B18 4F91 844C ED1A 8299";}]; + keys = [ { fingerprint = "7082 22EA 1808 E39A 83AC 8B18 4F91 844C ED1A 8299"; } ]; }; matusf = { email = "matus.ferech@gmail.com"; @@ -15881,7 +15881,7 @@ List of NixOS maintainers. github = "mawis"; githubId = 2042030; name = "Matthias Wimmer"; - keys = [{fingerprint = "CAEC A12D CE23 37A6 6DFD 17B0 7AC7 631D 70D6 C898";}]; + keys = [ { fingerprint = "CAEC A12D CE23 37A6 6DFD 17B0 7AC7 631D 70D6 C898"; } ]; }; max = { email = "max+nixpkgs@privatevoid.net"; @@ -15901,7 +15901,7 @@ List of NixOS maintainers. github = "max-niederman"; githubId = 19580458; name = "Max Niederman"; - keys = [{fingerprint = "1DE4 424D BF77 1192 5DC4 CF5E 9AED 8814 81D8 444E";}]; + keys = [ { fingerprint = "1DE4 424D BF77 1192 5DC4 CF5E 9AED 8814 81D8 444E"; } ]; }; max06 = { email = "max06.net@outlook.com"; @@ -15914,7 +15914,7 @@ List of NixOS maintainers. github = "maxbrunet"; githubId = 32458727; name = "Maxime Brunet"; - keys = [{fingerprint = "E9A2 EE26 EAC6 B3ED 6C10 61F3 4379 62FF 87EC FE2B";}]; + keys = [ { fingerprint = "E9A2 EE26 EAC6 B3ED 6C10 61F3 4379 62FF 87EC FE2B"; } ]; }; maxdamantus = { email = "maxdamantus@gmail.com"; @@ -16052,7 +16052,7 @@ List of NixOS maintainers. github = "mccurdyc"; githubId = 5546264; name = "Colton J. McCurdy"; - keys = [{fingerprint = "D709 03C8 0BE9 ACDC 14F0 3BFB 77BF E531 397E DE94";}]; + keys = [ { fingerprint = "D709 03C8 0BE9 ACDC 14F0 3BFB 77BF E531 397E DE94"; } ]; }; mcmtroffaes = { email = "matthias.troffaes@gmail.com"; @@ -16065,7 +16065,7 @@ List of NixOS maintainers. github = "mcpar-land"; githubId = 55669980; name = "John McParland"; - keys = [{fingerprint = "39D2 171D D733 C718 DD21 285E B326 E14B 05D8 7A4E";}]; + keys = [ { fingerprint = "39D2 171D D733 C718 DD21 285E B326 E14B 05D8 7A4E"; } ]; }; MCSeekeri = { email = "mcseekeri@outlook.com"; @@ -16073,8 +16073,8 @@ List of NixOS maintainers. githubId = 20928094; name = "MCSeekeri"; keys = [ - {fingerprint = "5922 79AB D9D6 85EB 9D16 754C ECDC AD89 5A38 4A12";} - {fingerprint = "0762 A387 F160 76F1 116C BF13 3276 6666 6666 6666";} + { fingerprint = "5922 79AB D9D6 85EB 9D16 754C ECDC AD89 5A38 4A12"; } + { fingerprint = "0762 A387 F160 76F1 116C BF13 3276 6666 6666 6666"; } ]; }; McSinyx = { @@ -16084,8 +16084,8 @@ List of NixOS maintainers. matrix = "@cnx:loang.net"; name = "Nguyễn Gia Phong"; keys = [ - {fingerprint = "E90E 11B8 0493 343B 6132 E394 2714 8B2C 06A2 224B";} - {fingerprint = "838A FE0D 55DC 074E 360F 943A 84B6 9CE6 F3F6 B767";} + { fingerprint = "E90E 11B8 0493 343B 6132 E394 2714 8B2C 06A2 224B"; } + { fingerprint = "838A FE0D 55DC 074E 360F 943A 84B6 9CE6 F3F6 B767"; } ]; }; mcwitt = { @@ -16123,7 +16123,7 @@ List of NixOS maintainers. github = "mdlayher"; githubId = 1926905; name = "Matt Layher"; - keys = [{fingerprint = "D709 03C8 0BE9 ACDC 14F0 3BFB 77BF E531 397E DE94";}]; + keys = [ { fingerprint = "D709 03C8 0BE9 ACDC 14F0 3BFB 77BF E531 397E DE94"; } ]; }; mdorman = { email = "mdorman@jaunder.io"; @@ -16161,7 +16161,7 @@ List of NixOS maintainers. github = "meator"; githubId = 67633081; name = "meator"; - keys = [{fingerprint = "7B0F 58A5 E0F1 A2EA 1157 8A73 1A14 CB34 64CB E5BF";}]; + keys = [ { fingerprint = "7B0F 58A5 E0F1 A2EA 1157 8A73 1A14 CB34 64CB E5BF"; } ]; }; meditans = { email = "meditans@gmail.com"; @@ -16206,7 +16206,7 @@ List of NixOS maintainers. githubId = 10659529; matrix = "@mel:rnrd.eu"; name = "Mel G."; - keys = [{fingerprint = "D75A C286 ACA7 00B4 D8EC 377D 2082 F8EC 11CC 009B";}]; + keys = [ { fingerprint = "D75A C286 ACA7 00B4 D8EC 377D 2082 F8EC 11CC 009B"; } ]; }; melchips = { email = "truphemus.francois@gmail.com"; @@ -16249,7 +16249,7 @@ List of NixOS maintainers. github = "melvyn2"; githubId = 9157412; name = "melvyn"; - keys = [{fingerprint = "232B 9F00 2153 CA86 849C 9224 25A2 B728 0CE3 AFF6";}]; + keys = [ { fingerprint = "232B 9F00 2153 CA86 849C 9224 25A2 B728 0CE3 AFF6"; } ]; }; mephistophiles = { email = "mussitantesmortem@gmail.com"; @@ -16345,14 +16345,14 @@ List of NixOS maintainers. github = "mhemeryck"; githubId = 5445250; name = "Martijn Hemeryck"; - keys = [{fingerprint = "1B47 7ADA 04B4 7A5C E61A EDE0 1AA3 6833 BC86 F0F1";}]; + keys = [ { fingerprint = "1B47 7ADA 04B4 7A5C E61A EDE0 1AA3 6833 BC86 F0F1"; } ]; }; mhutter = { email = "manuel@hutter.io"; github = "mhutter"; githubId = 346819; name = "Manuel Hutter"; - keys = [{fingerprint = "BE27 20A9 0C16 C351 31E0 B2FB FC31 B4E5 4C4C F892";}]; + keys = [ { fingerprint = "BE27 20A9 0C16 C351 31E0 B2FB FC31 B4E5 4C4C F892"; } ]; }; mi-ael = { email = "miael.oss.1970@gmail.com"; @@ -16365,13 +16365,13 @@ List of NixOS maintainers. github = "miampf"; githubId = 111570799; name = "Mia Motte Mallon"; - keys = [{fingerprint = "7008 92AA 6F32 8CAC 8740 0070 EF03 9364 B5B6 886C";}]; + keys = [ { fingerprint = "7008 92AA 6F32 8CAC 8740 0070 EF03 9364 B5B6 886C"; } ]; }; miangraham = { github = "miangraham"; githubId = 704580; name = "M. Ian Graham"; - keys = [{fingerprint = "8CE3 2906 516F C4D8 D373 308A E189 648A 55F5 9A9F";}]; + keys = [ { fingerprint = "8CE3 2906 516F C4D8 D373 308A E189 648A 55F5 9A9F"; } ]; }; mib = { name = "mib"; @@ -16379,7 +16379,7 @@ List of NixOS maintainers. matrix = "@mib:kanp.ai"; github = "mibmo"; githubId = 87388017; - keys = [{fingerprint = "AB0D C647 B2F7 86EB 045C 7EFE CF6E 67DE D6DC 1E3F";}]; + keys = [ { fingerprint = "AB0D C647 B2F7 86EB 045C 7EFE CF6E 67DE D6DC 1E3F"; } ]; }; mic92 = { email = "joerg@thalheim.io"; @@ -16429,7 +16429,7 @@ List of NixOS maintainers. name = "Michael Glass"; github = "michaelglass"; githubId = 60136; - keys = [{fingerprint = "46AF 8625 D92A 219B 8E6D B7F8 9CDD 3769 1649 1385";}]; + keys = [ { fingerprint = "46AF 8625 D92A 219B 8E6D B7F8 9CDD 3769 1649 1385"; } ]; }; michaelgrahamevans = { email = "michaelgrahamevans@gmail.com"; @@ -16442,7 +16442,7 @@ List of NixOS maintainers. name = "Michael Pacheco"; github = "MichaelPachec0"; githubId = 48970112; - keys = [{fingerprint = "8D12 991F 5558 C501 70B2 779C 7811 46B0 B5F9 5F64";}]; + keys = [ { fingerprint = "8D12 991F 5558 C501 70B2 779C 7811 46B0 B5F9 5F64"; } ]; }; michaelpj = { email = "me@michaelpj.com"; @@ -16498,7 +16498,7 @@ List of NixOS maintainers. github = "midchildan"; githubId = 7343721; name = "midchildan"; - keys = [{fingerprint = "FEF0 AE2D 5449 3482 5F06 40AA 186A 1EDA C5C6 3F83";}]; + keys = [ { fingerprint = "FEF0 AE2D 5449 3482 5F06 40AA 186A 1EDA C5C6 3F83"; } ]; }; midischwarz12 = { email = "midischwarz@proton.me"; @@ -16571,14 +16571,14 @@ List of NixOS maintainers. github = "mikroskeem"; githubId = 3490861; name = "Mark Vainomaa"; - keys = [{fingerprint = "DB43 2895 CF68 F0CE D4B7 EF60 DA01 5B05 B5A1 1B22";}]; + keys = [ { fingerprint = "DB43 2895 CF68 F0CE D4B7 EF60 DA01 5B05 B5A1 1B22"; } ]; }; mikut = { email = "mikut@mikut.dev"; github = "Mikutut"; githubId = 65046942; name = "Marcin Mikuła"; - keys = [{fingerprint = "5547 2A56 AC30 69C9 15C8 B98D 997F 71FA 1D74 6E37";}]; + keys = [ { fingerprint = "5547 2A56 AC30 69C9 15C8 B98D 997F 71FA 1D74 6E37"; } ]; }; milesbreslin = { email = "milesbreslin@gmail.com"; @@ -16645,7 +16645,7 @@ List of NixOS maintainers. github = "minijackson"; githubId = 1200507; name = "Rémi Nicole"; - keys = [{fingerprint = "3196 83D3 9A1B 4DE1 3DC2 51FD FEA8 88C9 F5D6 4F62";}]; + keys = [ { fingerprint = "3196 83D3 9A1B 4DE1 3DC2 51FD FEA8 88C9 F5D6 4F62"; } ]; }; minion3665 = { name = "Skyler Grey"; @@ -16653,7 +16653,7 @@ List of NixOS maintainers. matrix = "@minion3665:matrix.org"; github = "Minion3665"; githubId = 34243578; - keys = [{fingerprint = "D520 AC8D 7C96 9212 5B2B BD3A 1AFD 1025 6B3C 714D";}]; + keys = [ { fingerprint = "D520 AC8D 7C96 9212 5B2B BD3A 1AFD 1025 6B3C 714D"; } ]; }; minizilla = { email = "m.billyzaelani@gmail.com"; @@ -16697,7 +16697,7 @@ List of NixOS maintainers. github = "mirrorwitch"; githubId = 146672255; name = "mirrorwitch"; - keys = [{fingerprint = "C3E7 F8C4 9CBC 9320 D360 B117 8516 D0FA 7D8F 58FC";}]; + keys = [ { fingerprint = "C3E7 F8C4 9CBC 9320 D360 B117 8516 D0FA 7D8F 58FC"; } ]; }; Misaka13514 = { name = "Misaka13514"; @@ -16705,7 +16705,7 @@ List of NixOS maintainers. matrix = "@misaka13514:matrix.org"; github = "Misaka13514"; githubId = 54669781; - keys = [{fingerprint = "293B 93D8 A471 059F 85D7 16A6 5BA9 2099 D9BE 2DAA";}]; + keys = [ { fingerprint = "293B 93D8 A471 059F 85D7 16A6 5BA9 2099 D9BE 2DAA"; } ]; }; misilelab = { name = "misilelab"; @@ -16725,7 +16725,7 @@ List of NixOS maintainers. githubId = 5727578; matrix = "@misterio:matrix.org"; name = "Gabriel Fontes"; - keys = [{fingerprint = "7088 C742 1873 E0DB 97FF 17C2 245C AB70 B4C2 25E9";}]; + keys = [ { fingerprint = "7088 C742 1873 E0DB 97FF 17C2 245C AB70 B4C2 25E9"; } ]; }; mistydemeo = { email = "misty@axo.dev"; @@ -16787,7 +16787,7 @@ List of NixOS maintainers. github = "mkf"; githubId = 7753506; name = "Michał Krzysztof Feiler"; - keys = [{fingerprint = "1E36 9940 CC7E 01C4 CFE8 F20A E35C 2D7C 2C6A C724";}]; + keys = [ { fingerprint = "1E36 9940 CC7E 01C4 CFE8 F20A E35C 2D7C 2C6A C724"; } ]; }; mkg = { email = "mkg@vt.edu"; @@ -16801,7 +16801,7 @@ List of NixOS maintainers. github = "mkg20001"; githubId = 7735145; name = "Maciej Krüger"; - keys = [{fingerprint = "E90C BA34 55B3 6236 740C 038F 0D94 8CE1 9CF4 9C5F";}]; + keys = [ { fingerprint = "E90C BA34 55B3 6236 740C 038F 0D94 8CE1 9CF4 9C5F"; } ]; }; mksafavi = { name = "MK Safavi"; @@ -16814,7 +16814,7 @@ List of NixOS maintainers. github = "mktip"; githubId = 45905717; name = "Mohammad Issa"; - keys = [{fingerprint = "64BE BF11 96C3 DD7A 443E 8314 1DC0 82FA DE5B A863";}]; + keys = [ { fingerprint = "64BE BF11 96C3 DD7A 443E 8314 1DC0 82FA DE5B A863"; } ]; }; mlaradji = { name = "Mohamed Laradji"; @@ -16921,7 +16921,7 @@ List of NixOS maintainers. email = "me@momee.mt"; github = "momeemt"; githubId = 43488453; - keys = [{fingerprint = "D94F EA9F 5B08 F6A1 7B8F EB8B ACB5 4F0C BC6A A7C6";}]; + keys = [ { fingerprint = "D94F EA9F 5B08 F6A1 7B8F EB8B ACB5 4F0C BC6A A7C6"; } ]; }; monaaraj = { name = "Mon Aaraj"; @@ -16959,7 +16959,7 @@ List of NixOS maintainers. email = "chris@cdom.io"; github = "montchr"; githubId = 1757914; - keys = [{fingerprint = "6460 4147 C434 F65E C306 A21F 135E EDD0 F719 34F3";}]; + keys = [ { fingerprint = "6460 4147 C434 F65E C306 A21F 135E EDD0 F719 34F3"; } ]; }; moody = { email = "moody@posixcafe.org"; @@ -16979,14 +16979,14 @@ List of NixOS maintainers. matrix = "@moraxyc:qaq.li"; github = "Moraxyc"; githubId = 69713071; - keys = [{fingerprint = "7DD1 A4DF 7DD6 AEEB F07B 1108 8296 4F3A B1D9 DE79";}]; + keys = [ { fingerprint = "7DD1 A4DF 7DD6 AEEB F07B 1108 8296 4F3A B1D9 DE79"; } ]; }; moredread = { email = "code@apb.name"; github = "Moredread"; githubId = 100848; name = "André-Patrick Bubel"; - keys = [{fingerprint = "4412 38AD CAD3 228D 876C 5455 118C E7C4 24B4 5728";}]; + keys = [ { fingerprint = "4412 38AD CAD3 228D 876C 5455 118C E7C4 24B4 5728"; } ]; }; moretea = { email = "maarten@moretea.nl"; @@ -17034,7 +17034,7 @@ List of NixOS maintainers. email = "motiejus@jakstys.lt"; github = "motiejus"; githubId = 107720; - keys = [{fingerprint = "5F6B 7A8A 92A2 60A4 3704 9BEB 6F13 3A0C 1C28 48D7";}]; + keys = [ { fingerprint = "5F6B 7A8A 92A2 60A4 3704 9BEB 6F13 3A0C 1C28 48D7"; } ]; matrix = "@motiejus:jakstys.lt"; name = "Motiejus Jakštys"; }; @@ -17087,7 +17087,7 @@ List of NixOS maintainers. matrix = "@mrdev023:matrix.org"; github = "mrdev023"; githubId = 11292703; - keys = [{fingerprint = "B19E 3F4A 2D80 6AB4 793F DF2F C73D 37CB ED7B FC77";}]; + keys = [ { fingerprint = "B19E 3F4A 2D80 6AB4 793F DF2F C73D 37CB ED7B FC77"; } ]; }; mredaelli = { email = "massimo@typish.io"; @@ -17148,7 +17148,7 @@ List of NixOS maintainers. name = "Egor Martynov"; github = "mrtnvgr"; githubId = 48406064; - keys = [{fingerprint = "6FAD DB43 D5A5 FE52 6835 0943 5B33 79E9 81EF 48B1";}]; + keys = [ { fingerprint = "6FAD DB43 D5A5 FE52 6835 0943 5B33 79E9 81EF 48B1"; } ]; }; mrVanDalo = { email = "contact@ingolf-wagner.de"; @@ -17162,7 +17162,7 @@ List of NixOS maintainers. name = "Moritz Sanft"; github = "msanft"; githubId = 58110325; - keys = [{fingerprint = "3CAC 1D21 3D97 88FF 149A E116 BB8B 30F5 A024 C31C";}]; + keys = [ { fingerprint = "3CAC 1D21 3D97 88FF 149A E116 BB8B 30F5 A024 C31C"; } ]; }; mschristiansen = { email = "mikkel@rheosystems.com"; @@ -17193,7 +17193,7 @@ List of NixOS maintainers. github = "msgilligan"; githubId = 61612; name = "Sean Gilligan"; - keys = [{fingerprint = "3B66 ACFA D10F 02AA B1D5  2CB1 8DD0 D81D 7D1F C61A";}]; + keys = [ { fingerprint = "3B66 ACFA D10F 02AA B1D5  2CB1 8DD0 D81D 7D1F C61A"; } ]; }; msiedlarek = { email = "mikolaj@siedlarek.pl"; @@ -17272,7 +17272,7 @@ List of NixOS maintainers. email = "mtpham.nixos@protonmail.com"; github = "mtpham99"; githubId = 72663763; - keys = [{fingerprint = "DB3E A12D B291 594A 79C5 F6B3 10AB 6868 37F6 FA3F";}]; + keys = [ { fingerprint = "DB3E A12D B291 594A 79C5 F6B3 10AB 6868 37F6 FA3F"; } ]; }; mtreskin = { email = "zerthurd@gmail.com"; @@ -17328,7 +17328,7 @@ List of NixOS maintainers. github = "muni-corn"; githubId = 33523827; matrix = "@municorn:matrix.org"; - keys = [{fingerprint = "2686 7D83 CD74 CCEF 192F 052E 4B21 310A 52B1 5162";}]; + keys = [ { fingerprint = "2686 7D83 CD74 CCEF 192F 052E 4B21 310A 52B1 5162"; } ]; }; munksgaard = { name = "Philip Munksgaard"; @@ -17336,7 +17336,7 @@ List of NixOS maintainers. github = "Munksgaard"; githubId = 230613; matrix = "@philip:matrix.munksgaard.me"; - keys = [{fingerprint = "5658 4D09 71AF E45F CC29 6BD7 4CE6 2A90 EFC0 B9B2";}]; + keys = [ { fingerprint = "5658 4D09 71AF E45F CC29 6BD7 4CE6 2A90 EFC0 B9B2"; } ]; }; mupdt = { email = "nix@pdtpartners.com"; @@ -17361,7 +17361,7 @@ List of NixOS maintainers. matrix = "@maxime:visonneau.fr"; github = "mvisonneau"; githubId = 1761583; - keys = [{fingerprint = "EC63 0CEA E8BC 5EE5 5C58 F2E3 150D 6F0A E919 8D24";}]; + keys = [ { fingerprint = "EC63 0CEA E8BC 5EE5 5C58 F2E3 150D 6F0A E919 8D24"; } ]; }; mvnetbiz = { email = "mvnetbiz@gmail.com"; @@ -17416,7 +17416,7 @@ List of NixOS maintainers. email = "mymindstorm@evermiss.net"; github = "mymindstorm"; githubId = 27789806; - keys = [{fingerprint = "52B9 A09F 788F 4D1F 0C94 9EBE EE39 A9F3 0C9D 72B5";}]; + keys = [ { fingerprint = "52B9 A09F 788F 4D1F 0C94 9EBE EE39 A9F3 0C9D 72B5"; } ]; }; mynacol = { github = "Mynacol"; @@ -17459,7 +17459,7 @@ List of NixOS maintainers. github = "n-hass"; githubId = 72363381; name = "n-hass"; - keys = [{fingerprint = "FDEE 6116 DBA7 8840 7323 4466 A371 5973 2728 A6A6";}]; + keys = [ { fingerprint = "FDEE 6116 DBA7 8840 7323 4466 A371 5973 2728 A6A6"; } ]; }; n00b0ss = { email = "nixpkgs@n00b0ss.de"; @@ -17479,14 +17479,14 @@ List of NixOS maintainers. github = "n3oney"; githubId = 30625554; matrix = "@neoney:matrix.org"; - keys = [{fingerprint = "9E6A 25F2 C1F2 9D76 ED00 1932 1261 173A 01E1 0298";}]; + keys = [ { fingerprint = "9E6A 25F2 C1F2 9D76 ED00 1932 1261 173A 01E1 0298"; } ]; }; n8henrie = { name = "Nathan Henrie"; email = "nate@n8henrie.com"; github = "n8henrie"; githubId = 1234956; - "keys" = [{"fingerprint" = "F21A 6194 C9DB 9899 CD09 E24E 434B 2C14 B8C3 3422";}]; + "keys" = [ { "fingerprint" = "F21A 6194 C9DB 9899 CD09 E24E 434B 2C14 B8C3 3422"; } ]; }; nadiaholmquist = { name = "Nadia Holmquist Pedersen"; @@ -17529,7 +17529,7 @@ List of NixOS maintainers. github = "nagy"; githubId = 692274; name = "Daniel Nagy"; - keys = [{fingerprint = "F6AE 2C60 9196 A1BC ECD8 7108 1B8E 8DCB 576F B671";}]; + keys = [ { fingerprint = "F6AE 2C60 9196 A1BC ECD8 7108 1B8E 8DCB 576F B671"; } ]; }; nagymathev = { name = "Viktor Nagymathe"; @@ -17541,7 +17541,7 @@ List of NixOS maintainers. github = "trueNAHO"; githubId = 90870942; name = "Noah Pierre Biewesch"; - keys = [{fingerprint = "5FC6 088A FB1A 609D 4532 F919 0C1C 177B 3B64 68E0";}]; + keys = [ { fingerprint = "5FC6 088A FB1A 609D 4532 F919 0C1C 177B 3B64 68E0"; } ]; }; nalbyuites = { email = "ashijit007@gmail.com"; @@ -17577,7 +17577,7 @@ List of NixOS maintainers. email = "hanakretzer@gmail.com"; github = "nanoyaki"; githubId = 144328493; - keys = [{fingerprint = "D89F 440C 6CD7 4753 090F EC7A 4682 C5CB 4D9D EA3C";}]; + keys = [ { fingerprint = "D89F 440C 6CD7 4753 090F EC7A 4682 C5CB 4D9D EA3C"; } ]; }; naora = { name = "Joris Gundermann"; @@ -17606,7 +17606,7 @@ List of NixOS maintainers. github = "nasirhm"; githubId = 35005234; name = "Nasir Hussain"; - keys = [{fingerprint = "7A10 AB8E 0BEC 566B 090C 9BE3 D812 6E55 9CE7 C35D";}]; + keys = [ { fingerprint = "7A10 AB8E 0BEC 566B 090C 9BE3 D812 6E55 9CE7 C35D"; } ]; }; nat-418 = { github = "nat-418"; @@ -17654,14 +17654,14 @@ List of NixOS maintainers. matrix = "@nki:m.nkagami.me"; github = "natsukagami"; githubId = 9061737; - keys = [{fingerprint = "5581 26DC 886F E14D 501D B0F2 D6AD 7B57 A992 460C";}]; + keys = [ { fingerprint = "5581 26DC 886F E14D 501D B0F2 D6AD 7B57 A992 460C"; } ]; }; natsukium = { email = "nixpkgs@natsukium.com"; github = "natsukium"; githubId = 25083790; name = "Tomoya Otabi"; - keys = [{fingerprint = "3D14 6004 004C F882 D519 6CD4 9EA4 5A31 DB99 4C53";}]; + keys = [ { fingerprint = "3D14 6004 004C F882 D519 6CD4 9EA4 5A31 DB99 4C53"; } ]; }; natto1784 = { email = "natto@weirdnatto.in"; @@ -17674,7 +17674,7 @@ List of NixOS maintainers. github = "naufik"; githubId = 8577904; name = "Naufal Fikri"; - keys = [{fingerprint = "1575 D651 E31EC 6117A CF0AA C1A3B 8BBC A515 8835";}]; + keys = [ { fingerprint = "1575 D651 E31EC 6117A CF0AA C1A3B 8BBC A515 8835"; } ]; }; naxdy = { name = "Naxdy"; @@ -17682,7 +17682,7 @@ List of NixOS maintainers. matrix = "@naxdy:naxdy.org"; github = "Naxdy"; githubId = 4532582; - keys = [{fingerprint = "BDEA AB07 909D B96F 4106 85F1 CC15 0758 46BC E91B";}]; + keys = [ { fingerprint = "BDEA AB07 909D B96F 4106 85F1 CC15 0758 46BC E91B"; } ]; }; nazarewk = { name = "Krzysztof Nazarewski"; @@ -17690,7 +17690,7 @@ List of NixOS maintainers. matrix = "@nazarewk:matrix.org"; github = "nazarewk"; githubId = 3494992; - keys = [{fingerprint = "4BFF 0614 03A2 47F0 AA0B 4BC4 916D 8B67 2418 92AE";}]; + keys = [ { fingerprint = "4BFF 0614 03A2 47F0 AA0B 4BC4 916D 8B67 2418 92AE"; } ]; }; nbr = { github = "nbr"; @@ -17716,7 +17716,7 @@ List of NixOS maintainers. github = "ncfavier"; githubId = 4323933; name = "Naïm Favier"; - keys = [{fingerprint = "F3EB 4BBB 4E71 99BC 299C D4E9 95AF CE82 1190 8325";}]; + keys = [ { fingerprint = "F3EB 4BBB 4E71 99BC 299C D4E9 95AF CE82 1190 8325"; } ]; }; nckx = { email = "github@tobias.gr"; @@ -17851,7 +17851,7 @@ List of NixOS maintainers. email = "me@netali.de"; github = "NetaliDev"; githubId = 15304894; - keys = [{fingerprint = "F729 2594 6F58 0B05 8FB3 F271 9C55 E636 426B 40A9";}]; + keys = [ { fingerprint = "F729 2594 6F58 0B05 8FB3 F271 9C55 E636 426B 40A9"; } ]; }; netcrns = { email = "jason.wing@gmx.de"; @@ -17865,7 +17865,7 @@ List of NixOS maintainers. matrix = "@netfox:catgirl.cloud"; github = "0xnetfox"; githubId = 97521402; - keys = [{fingerprint = "E8E9 43D7 EB83 DB77 E41C D87F 9C77 CB70 F2E6 3EF7";}]; + keys = [ { fingerprint = "E8E9 43D7 EB83 DB77 E41C D87F 9C77 CB70 F2E6 3EF7"; } ]; }; netixx = { email = "dev.espinetfrancois@gmail.com"; @@ -17885,7 +17885,7 @@ List of NixOS maintainers. matrix = "@networkexception:nwex.de"; github = "networkException"; githubId = 42888162; - keys = [{fingerprint = "A0B9 48C5 A263 55C2 035F 8567 FBB7 2A94 52D9 1A72";}]; + keys = [ { fingerprint = "A0B9 48C5 A263 55C2 035F 8567 FBB7 2A94 52D9 1A72"; } ]; }; neverbehave = { email = "i@never.pet"; @@ -17953,7 +17953,7 @@ List of NixOS maintainers. github = "nicbk"; githubId = 77309427; name = "Nicolás Kennedy"; - keys = [{fingerprint = "7BC1 77D9 C222 B1DC FB2F 0484 C061 089E FEBF 7A35";}]; + keys = [ { fingerprint = "7BC1 77D9 C222 B1DC FB2F 0484 C061 089E FEBF 7A35"; } ]; }; nicegamer7 = { name = "Kermina Awad"; @@ -18001,7 +18001,7 @@ List of NixOS maintainers. github = "nicolas-goudry"; githubId = 8753998; name = "Nicolas Goudry"; - keys = [{fingerprint = "21B6 A59A 4E89 0B1B 83E3 0CDB 01C8 8C03 5450 9AA9";}]; + keys = [ { fingerprint = "21B6 A59A 4E89 0B1B 83E3 0CDB 01C8 8C03 5450 9AA9"; } ]; }; nicomem = { email = "nix@nicomem.com"; @@ -18014,7 +18014,7 @@ List of NixOS maintainers. github = "nicoonoclaste"; githubId = 1155801; name = "nicoo"; - keys = [{fingerprint = "E44E 9EA5 4B8E 256A FB73 49D3 EC9D 3708 72BC 7A8C";}]; + keys = [ { fingerprint = "E44E 9EA5 4B8E 256A FB73 49D3 EC9D 3708 72BC 7A8C"; } ]; }; nidabdella = { name = "Mohamed Nidabdella"; @@ -18027,7 +18027,7 @@ List of NixOS maintainers. github = "meithecatte"; githubId = 23580910; name = "Jakub Kądziołka"; - keys = [{fingerprint = "E576 BFB2 CF6E B13D F571 33B9 E315 A758 4613 1564";}]; + keys = [ { fingerprint = "E576 BFB2 CF6E B13D F571 33B9 E315 A758 4613 1564"; } ]; }; nielsegberts = { email = "nix@nielsegberts.nl"; @@ -18051,7 +18051,7 @@ List of NixOS maintainers. email = "niklas.2.halonen@aalto.fi"; github = "xhalo32"; githubId = 15152190; - keys = [{fingerprint = "AF3B 80CD A027 245B 51FC 6D9B E83A 373D A5AF 5068";}]; + keys = [ { fingerprint = "AF3B 80CD A027 245B 51FC 6D9B E83A 373D A5AF 5068"; } ]; name = "Niklas Halonen"; }; niklaskorz = { @@ -18072,7 +18072,7 @@ List of NixOS maintainers. email = "mail@nikolaiser.com"; githubId = 5569482; github = "nikolaiser"; - keys = [{fingerprint = "FF23 8141 F4E9 1896 6162 F0CD 980B 9E9C 5686 F13A";}]; + keys = [ { fingerprint = "FF23 8141 F4E9 1896 6162 F0CD 980B 9E9C 5686 F13A"; } ]; }; nikolaizombie1 = { name = "Fabio J. Matos Nieves"; @@ -18122,7 +18122,7 @@ List of NixOS maintainers. github = "nim65s"; githubId = 131929; name = "Guilhem Saurel"; - keys = [{fingerprint = "9B1A 7906 5D2F 2B80 6C8A 5A1C 7D2A CDAF 4653 CF28";}]; + keys = [ { fingerprint = "9B1A 7906 5D2F 2B80 6C8A 5A1C 7D2A CDAF 4653 CF28"; } ]; }; nindouja = { email = "nindouja@proton.me"; @@ -18192,7 +18192,7 @@ List of NixOS maintainers. github = "nixbitcoin"; githubId = 45737139; name = "nixbitcoindev"; - keys = [{fingerprint = "577A 3452 7F3E 2A85 E80F E164 DD11 F9AD 5308 B3BA";}]; + keys = [ { fingerprint = "577A 3452 7F3E 2A85 E80F E164 DD11 F9AD 5308 B3BA"; } ]; }; nixinator = { email = "33lockdown33@protonmail.com"; @@ -18218,7 +18218,7 @@ List of NixOS maintainers. email = "n@nk.je"; github = "NKJe"; githubId = 1102306; - keys = [{fingerprint = "B956 C6A4 22AF 86A0 8F77 A8CA DE3B ADFE CD31 A89D";}]; + keys = [ { fingerprint = "B956 C6A4 22AF 86A0 8F77 A8CA DE3B ADFE CD31 A89D"; } ]; }; nkpvk = { email = "niko.pavlinek@gmail.com"; @@ -18277,7 +18277,7 @@ List of NixOS maintainers. github = "noiioiu"; githubId = 151288161; name = "noiioiu"; - keys = [{fingerprint = "99CC 06D6 1456 3689 CE75 58F3 BF51 F00D 0748 2A89";}]; + keys = [ { fingerprint = "99CC 06D6 1456 3689 CE75 58F3 BF51 F00D 0748 2A89"; } ]; }; noisersup = { email = "patryk@kwiatek.xyz"; @@ -18378,14 +18378,14 @@ List of NixOS maintainers. email = "bandali@gnu.org"; github = "bandali0"; githubId = 1254858; - keys = [{fingerprint = "BE62 7373 8E61 6D6D 1B3A 08E8 A21A 0202 4881 6103";}]; + keys = [ { fingerprint = "BE62 7373 8E61 6D6D 1B3A 08E8 A21A 0202 4881 6103"; } ]; }; notohh = { email = "contact@notohh.dev"; github = "notohh"; githubId = 31116143; name = "notohh"; - keys = [{fingerprint = "C3CB 3B31 AF3F 986C 39E0 BE5B BD47 506D 475E E86D";}]; + keys = [ { fingerprint = "C3CB 3B31 AF3F 986C 39E0 BE5B BD47 506D 475E E86D"; } ]; }; notthebee = { email = "moe@notthebe.ee"; @@ -18509,7 +18509,7 @@ List of NixOS maintainers. githubId = 25458915; name = "Viktor Titov"; keys = [ - {fingerprint = "7CE2 4C42 942D 58EA 99F6 F00A A47E 7374 3EF6 FCC4";} + { fingerprint = "7CE2 4C42 942D 58EA 99F6 F00A A47E 7374 3EF6 FCC4"; } ]; }; nullcube = { @@ -18532,11 +18532,11 @@ List of NixOS maintainers. githubId = 369111; keys = [ # >=2025, stays in one place - {fingerprint = "FD28 F9C9 81C5 D78E 56E8 8311 5C3E B94D 198F 1491";} + { fingerprint = "FD28 F9C9 81C5 D78E 56E8 8311 5C3E B94D 198F 1491"; } # >=2025, travels with me - {fingerprint = "C48F 475F 30A9 B192 3213 D5D5 C6E2 4809 77B2 F2F4";} + { fingerprint = "C48F 475F 30A9 B192 3213 D5D5 C6E2 4809 77B2 F2F4"; } # <=2024 - {fingerprint = "190B DA97 F616 DE35 6899 ED17 F819 F1AF 2FC1 C1FF";} + { fingerprint = "190B DA97 F616 DE35 6899 ED17 F819 F1AF 2FC1 C1FF"; } ]; }; numkem = { @@ -18576,7 +18576,7 @@ List of NixOS maintainers. github = "nyadiia"; githubId = 43252360; name = "Nadia"; - keys = [{fingerprint = "6B51 E324 238A F455 2381 313A 9254 1B0C D2A9 3AD8";}]; + keys = [ { fingerprint = "6B51 E324 238A F455 2381 313A 9254 1B0C D2A9 3AD8"; } ]; }; nyanloutre = { email = "paul@nyanlout.re"; @@ -18607,7 +18607,7 @@ List of NixOS maintainers. github = "nydragon"; email = "nix@ccnlc.eu"; githubId = 56591727; - keys = [{fingerprint = "25FF 8464 F062 7EC0 0129 6A43 14AA 30A8 65EA 1209";}]; + keys = [ { fingerprint = "25FF 8464 F062 7EC0 0129 6A43 14AA 30A8 65EA 1209"; } ]; }; nyukuru = { name = "nyukuru"; @@ -18621,7 +18621,7 @@ List of NixOS maintainers. githubId = 7851175; name = "nzbr"; matrix = "@nzbr:nzbr.de"; - keys = [{fingerprint = "BF3A 3EE6 3144 2C5F C9FB 39A7 6C78 B50B 97A4 2F8A";}]; + keys = [ { fingerprint = "BF3A 3EE6 3144 2C5F C9FB 39A7 6C78 B50B 97A4 2F8A"; } ]; }; nzhang-zh = { email = "n.zhang.hp.au@gmail.com"; @@ -18652,7 +18652,7 @@ List of NixOS maintainers. email = "dev@ob7.us"; github = "ob7"; githubId = 6877929; - keys = [{fingerprint = "5C1C 0251 FA85 8C62 0E96 7AC5 2766 5625 0571 34E4";}]; + keys = [ { fingerprint = "5C1C 0251 FA85 8C62 0E96 7AC5 2766 5625 0571 34E4"; } ]; }; obadz = { email = "obadz-nixos@obadz.com"; @@ -18678,7 +18678,7 @@ List of NixOS maintainers. github = "obfusk"; githubId = 1260687; name = "FC Stegerman"; - keys = [{fingerprint = "D5E4 A51D F8D2 55B9 FAC6 A9BB 2F96 07F0 9B36 0F2D";}]; + keys = [ { fingerprint = "D5E4 A51D F8D2 55B9 FAC6 A9BB 2F96 07F0 9B36 0F2D"; } ]; }; obreitwi = { email = "oliver@breitwieser.eu"; @@ -18703,7 +18703,7 @@ List of NixOS maintainers. github = "ocfox"; githubId = 47410251; name = "ocfox"; - keys = [{fingerprint = "939E F8A5 CED8 7F50 5BB5 B2D0 24BC 2738 5F70 234F";}]; + keys = [ { fingerprint = "939E F8A5 CED8 7F50 5BB5 B2D0 24BC 2738 5F70 234F"; } ]; }; octodi = { name = "octodi"; @@ -18724,7 +18724,7 @@ List of NixOS maintainers. github = "oddlama"; githubId = 31919558; name = "oddlama"; - keys = [{fingerprint = "680A A614 E988 DE3E 84E0 DEFA 503F 6C06 8410 4B0A";}]; + keys = [ { fingerprint = "680A A614 E988 DE3E 84E0 DEFA 503F 6C06 8410 4B0A"; } ]; }; odi = { email = "oliver.dunkl@gmail.com"; @@ -18766,7 +18766,7 @@ List of NixOS maintainers. github = "ohheyrj"; name = "ohheyrj"; githubId = 5339261; - keys = [{fingerprint = "4258 3FE7 12E9 6071 E84D 53C7 6E1D A270 0B72 746D";}]; + keys = [ { fingerprint = "4258 3FE7 12E9 6071 E84D 53C7 6E1D A270 0B72 746D"; } ]; }; oida = { email = "oida@posteo.de"; @@ -18902,7 +18902,7 @@ List of NixOS maintainers. email = "dev@onemoresuza.com"; github = "onemoresuza"; githubId = 106456302; - keys = [{fingerprint = "6FD3 7E64 11C5 C659 2F34 EDBC 4352 D15F B177 F2A8";}]; + keys = [ { fingerprint = "6FD3 7E64 11C5 C659 2F34 EDBC 4352 D15F B177 F2A8"; } ]; }; onixie = { email = "onixie@gmail.com"; @@ -18934,7 +18934,7 @@ List of NixOS maintainers. github = "make-42"; githubId = 17462236; matrix = "@ontake:matrix.ontake.dev"; - keys = [{fingerprint = "36BC 916D DD4E B1EE EE82 4BBF DC95 900F 6DA7 9992";}]; + keys = [ { fingerprint = "36BC 916D DD4E B1EE EE82 4BBF DC95 900F 6DA7 9992"; } ]; }; onthestairs = { email = "austinplatt@gmail.com"; @@ -18959,7 +18959,7 @@ List of NixOS maintainers. email = "oliverwilkes2006@icloud.com"; github = "ooliver1"; githubId = 34910574; - keys = [{fingerprint = "D055 8A23 3947 B7A0 F966 B07F 0B41 0348 9833 7273";}]; + keys = [ { fingerprint = "D055 8A23 3947 B7A0 F966 B07F 0B41 0348 9833 7273"; } ]; }; Oops418 = { email = "oooopsxxx@gmail.com"; @@ -19002,7 +19002,7 @@ List of NixOS maintainers. github = "orhun"; githubId = 24392180; name = "Orhun Parmaksız"; - keys = [{fingerprint = "165E 0FF7 C48C 226E 1EC3 63A7 F834 2482 4B3E 4B90";}]; + keys = [ { fingerprint = "165E 0FF7 C48C 226E 1EC3 63A7 F834 2482 4B3E 4B90"; } ]; }; orichter = { email = "richter-oliver@gmx.net"; @@ -19038,7 +19038,7 @@ List of NixOS maintainers. github = "orzklv"; githubId = 54666588; name = "Sokhibjon Orzikulov"; - keys = [{fingerprint = "00D2 7BC6 8707 0683 FBB9 137C 3C35 D3AF 0DA1 D6A8";}]; + keys = [ { fingerprint = "00D2 7BC6 8707 0683 FBB9 137C 3C35 D3AF 0DA1 D6A8"; } ]; }; osbm = { email = "osmanfbayram@gmail.com"; @@ -19069,7 +19069,7 @@ List of NixOS maintainers. github = "ostrolucky"; githubId = 496233; name = "Gabriel Ostrolucký"; - keys = [{fingerprint = "6611 22A7 B778 6E4A E99A 9D6E C79A D015 19EF B134";}]; + keys = [ { fingerprint = "6611 22A7 B778 6E4A E99A 9D6E C79A D015 19EF B134"; } ]; }; otavio = { email = "otavio.salvador@ossystems.com.br"; @@ -19113,7 +19113,7 @@ List of NixOS maintainers. matrix = "@outfoxxed:outfoxxed.me"; github = "outfoxxed"; githubId = 83010835; - keys = [{fingerprint = "0181 FF89 4F34 7FCC EB06 5710 4C88 A185 FB89 301E";}]; + keys = [ { fingerprint = "0181 FF89 4F34 7FCC EB06 5710 4C88 A185 FB89 301E"; } ]; }; ovlach = { email = "ondrej@vlach.xyz"; @@ -19132,28 +19132,28 @@ List of NixOS maintainers. github = "oxalica"; githubId = 14816024; name = "oxalica"; - keys = [{fingerprint = "F90F FD6D 585C 2BA1 F13D E8A9 7571 654C F88E 31C2";}]; + keys = [ { fingerprint = "F90F FD6D 585C 2BA1 F13D E8A9 7571 654C F88E 31C2"; } ]; }; oxapentane = { email = "blame@oxapentane.com"; github = "gshipunov"; githubId = 1297357; name = "Grigory Shipunov"; - keys = [{fingerprint = "DD09 98E6 CDF2 9453 7FC6 04F9 91FA 5E5B F9AA 901C";}]; + keys = [ { fingerprint = "DD09 98E6 CDF2 9453 7FC6 04F9 91FA 5E5B F9AA 901C"; } ]; }; oxij = { email = "oxij@oxij.org"; github = "oxij"; githubId = 391919; name = "Jan Malakhovski"; - keys = [{fingerprint = "514B B966 B46E 3565 0508 86E8 0E6C A66E 5C55 7AA8";}]; + keys = [ { fingerprint = "514B B966 B46E 3565 0508 86E8 0E6C A66E 5C55 7AA8"; } ]; }; oxzi = { email = "post@0x21.biz"; github = "oxzi"; githubId = 8402811; name = "Alvar Penning"; - keys = [{fingerprint = "EB14 4E67 E57D 27E2 B5A4 CD8C F32A 4563 7FA2 5E31";}]; + keys = [ { fingerprint = "EB14 4E67 E57D 27E2 B5A4 CD8C F32A 4563 7FA2 5E31"; } ]; }; oynqr = { email = "pd-nixpkgs@3b.pm"; @@ -19234,7 +19234,7 @@ List of NixOS maintainers. github = "pagedMov"; githubId = 19557376; name = "Kyler Clay"; - keys = [{fingerprint = "784B 3623 94E7 8F11 0B9D AE0F 56FD CFA6 2A93 B51E";}]; + keys = [ { fingerprint = "784B 3623 94E7 8F11 0B9D AE0F 56FD CFA6 2A93 B51E"; } ]; }; paholg = { email = "paho@paholg.com"; @@ -19284,7 +19284,7 @@ List of NixOS maintainers. matrix = "@panchoh:matrix.org"; github = "panchoh"; githubId = 471059; - keys = [{fingerprint = "4430 F502 8B19 FAF4 A40E C4E8 11E0 447D 4ABB A7D0";}]; + keys = [ { fingerprint = "4430 F502 8B19 FAF4 A40E C4E8 11E0 447D 4ABB A7D0"; } ]; }; panda2134 = { email = "me+nixpkgs@panda2134.site"; @@ -19415,7 +19415,7 @@ List of NixOS maintainers. github = "PatrickDaG"; githubId = 58092422; name = "Patrick"; - keys = [{fingerprint = "5E4C 3D74 80C2 35FE 2F0B D23F 7DD6 A72E C899 617D";}]; + keys = [ { fingerprint = "5E4C 3D74 80C2 35FE 2F0B D23F 7DD6 A72E C899 617D"; } ]; }; patricksjackson = { email = "patrick@jackson.dev"; @@ -19428,7 +19428,7 @@ List of NixOS maintainers. github = "Patryk27"; githubId = 3395477; name = "Patryk Wychowaniec"; - keys = [{fingerprint = "196A BFEC 6A1D D1EC 7594 F8D1 F625 47D0 75E0 9767";}]; + keys = [ { fingerprint = "196A BFEC 6A1D D1EC 7594 F8D1 F625 47D0 75E0 9767"; } ]; }; patryk4815 = { email = "patryk.sondej@gmail.com"; @@ -19495,7 +19495,7 @@ List of NixOS maintainers. github = "pbek"; githubId = 1798101; name = "Patrizio Bekerle"; - keys = [{fingerprint = "E005 48D5 D6AC 812C AAD2 AFFA 9C42 B05E 5913 60DC";}]; + keys = [ { fingerprint = "E005 48D5 D6AC 812C AAD2 AFFA 9C42 B05E 5913 60DC"; } ]; }; pbeucher = { email = "pierre@crafteo.io"; @@ -19610,7 +19610,7 @@ List of NixOS maintainers. github = "cyclic-pentane"; githubId = 74795488; name = "pentane"; - keys = [{fingerprint = "4231 75F6 8360 68C8 2ACB AEDA 63F4 EC2F FE55 0874";}]; + keys = [ { fingerprint = "4231 75F6 8360 68C8 2ACB AEDA 63F4 EC2F FE55 0874"; } ]; }; perchun = { name = "Perchun Pak"; @@ -19676,7 +19676,7 @@ List of NixOS maintainers. github = "peterwilli"; githubId = 1212814; name = "Peter Willemsen"; - keys = [{fingerprint = "A37F D403 88E2 D026 B9F6 9617 5C9D D4BF B96A 28F0";}]; + keys = [ { fingerprint = "A37F D403 88E2 D026 B9F6 9617 5C9D D4BF B96A 28F0"; } ]; }; peti = { email = "simons@cryp.to"; @@ -19695,7 +19695,7 @@ List of NixOS maintainers. github = "petrkozorezov"; githubId = 645017; name = "Petr Kozorezov"; - keys = [{fingerprint = "7F1A 353D 3D6D 9CEF 63A9 B5C6 699F 32D5 9999 7C90";}]; + keys = [ { fingerprint = "7F1A 353D 3D6D 9CEF 63A9 B5C6 699F 32D5 9999 7C90"; } ]; }; petrosagg = { email = "petrosagg@gmail.com"; @@ -19721,7 +19721,7 @@ List of NixOS maintainers. matrix = "@phaer:matrix.org"; github = "phaer"; githubId = 101753; - keys = [{fingerprint = "5D69 CF04 B7BC 2BC1 A567 9267 00BC F29B 3208 0700";}]; + keys = [ { fingerprint = "5D69 CF04 B7BC 2BC1 A567 9267 00BC F29B 3208 0700"; } ]; }; phanirithvij = { name = "Phani Rithvij"; @@ -19736,7 +19736,7 @@ List of NixOS maintainers. github = "leolavaur"; githubId = 82591009; - keys = [{fingerprint = "7756 E88F 3C6A 47A5 C5F0 CDFB AB54 6777 F93E 20BF";}]; + keys = [ { fingerprint = "7756 E88F 3C6A 47A5 C5F0 CDFB AB54 6777 F93E 20BF"; } ]; }; phdyellow = { name = "Phil Dyer"; @@ -19750,7 +19750,7 @@ List of NixOS maintainers. github = "phfroidmont"; githubId = 8150907; - keys = [{fingerprint = "3AC6 F170 F011 33CE 393B CD94 BE94 8AFD 7E78 73BE";}]; + keys = [ { fingerprint = "3AC6 F170 F011 33CE 393B CD94 BE94 8AFD 7E78 73BE"; } ]; }; phijor = { name = "Philipp Joram"; @@ -19769,7 +19769,7 @@ List of NixOS maintainers. matrix = "@phil8o:matrix.org"; github = "philclifford"; githubId = 8797027; - keys = [{fingerprint = "FC15 E59F 0CFA 9329 101B 71D9 92F7 A790 E9BA F1F7";}]; + keys = [ { fingerprint = "FC15 E59F 0CFA 9329 101B 71D9 92F7 A790 E9BA F1F7"; } ]; name = "Phil Clifford"; }; phile314 = { @@ -19783,7 +19783,7 @@ List of NixOS maintainers. name = "Philip de Bruin"; github = "PhiliPdB"; githubId = 7051056; - keys = [{fingerprint = "01AE 5EC2 39D9 CE4B DDB0 166A 4EC5 5FB7 07DC 24C4";}]; + keys = [ { fingerprint = "01AE 5EC2 39D9 CE4B DDB0 166A 4EC5 5FB7 07DC 24C4"; } ]; }; Philipp-M = { email = "philipp@mildenberger.me"; @@ -19941,14 +19941,14 @@ List of NixOS maintainers. github = "pingiun"; githubId = 1576660; name = "Jelle Besseling"; - keys = [{fingerprint = "A3A3 65AE 16ED A7A0 C29C 88F1 9712 452E 8BE3 372E";}]; + keys = [ { fingerprint = "A3A3 65AE 16ED A7A0 C29C 88F1 9712 452E 8BE3 372E"; } ]; }; pinpox = { email = "mail@pablo.tools"; github = "pinpox"; githubId = 1719781; name = "Pablo Ovelleiro Corral"; - keys = [{fingerprint = "D03B 218C AE77 1F77 D7F9 20D9 823A 6154 4264 08D3";}]; + keys = [ { fingerprint = "D03B 218C AE77 1F77 D7F9 20D9 823A 6154 4264 08D3"; } ]; }; piotrkwiecinski = { email = "piokwiecinski+nixpkgs@gmail.com"; @@ -20051,7 +20051,7 @@ List of NixOS maintainers. email = "labadens.pierre+nixpkgs@gmail.com"; github = "plabadens"; githubId = 4303706; - keys = [{fingerprint = "B00F E582 FD3F 0732 EA48 3937 F558 14E4 D687 4375";}]; + keys = [ { fingerprint = "B00F E582 FD3F 0732 EA48 3937 F558 14E4 D687 4375"; } ]; }; pladypus = { name = "Peter Loftus"; @@ -20125,7 +20125,7 @@ List of NixOS maintainers. github = "pmenke-de"; githubId = 898922; name = "Philipp Menke"; - keys = [{fingerprint = "ED54 5EFD 64B6 B5AA EC61 8C16 EB7F 2D4C CBE2 3B69";}]; + keys = [ { fingerprint = "ED54 5EFD 64B6 B5AA EC61 8C16 EB7F 2D4C CBE2 3B69"; } ]; }; pmeunier = { email = "pierre-etienne.meunier@inria.fr"; @@ -20145,7 +20145,7 @@ List of NixOS maintainers. name = "Philip White"; github = "philipmw"; githubId = 1379645; - keys = [{fingerprint = "9AB0 6C94 C3D1 F9D0 B9D9 A832 BC54 6FB3 B16C 8B0B";}]; + keys = [ { fingerprint = "9AB0 6C94 C3D1 F9D0 B9D9 A832 BC54 6FB3 B16C 8B0B"; } ]; }; pmy = { email = "pmy@xqzp.net"; @@ -20182,7 +20182,7 @@ List of NixOS maintainers. github = "pnotequalnp"; githubId = 46154511; name = "Kevin Mullins"; - keys = [{fingerprint = "2CD2 B030 BD22 32EF DF5A 008A 3618 20A4 5DB4 1E9A";}]; + keys = [ { fingerprint = "2CD2 B030 BD22 32EF DF5A 008A 3618 20A4 5DB4 1E9A"; } ]; }; podocarp = { email = "xdjiaxd@gmail.com"; @@ -20284,7 +20284,7 @@ List of NixOS maintainers. github = "poscat0x04"; githubId = 53291983; name = "Poscat Tarski"; - keys = [{fingerprint = "48AD DE10 F27B AFB4 7BB0 CCAF 2D25 95A0 0D08 ACE0";}]; + keys = [ { fingerprint = "48AD DE10 F27B AFB4 7BB0 CCAF 2D25 95A0 0D08 ACE0"; } ]; }; posch = { email = "tp@fonz.de"; @@ -20302,7 +20302,7 @@ List of NixOS maintainers. github = "pouya-abbassi"; githubId = 8519318; name = "Pouya Abbasi"; - keys = [{fingerprint = "8CC7 EB15 3563 4205 E9C2 AAD9 AF5A 5A4A D4FD 8797";}]; + keys = [ { fingerprint = "8CC7 EB15 3563 4205 E9C2 AAD9 AF5A 5A4A D4FD 8797"; } ]; }; poweredbypie = { name = "poweredbypie"; @@ -20351,7 +20351,7 @@ List of NixOS maintainers. github = "pradyuman"; githubId = 9904569; name = "Pradyuman Vig"; - keys = [{fingerprint = "240B 57DE 4271 2480 7CE3 EAC8 4F74 D536 1C4C A31E";}]; + keys = [ { fingerprint = "240B 57DE 4271 2480 7CE3 EAC8 4F74 D536 1C4C A31E"; } ]; }; preisschild = { email = "florian@florianstroeger.com"; @@ -20365,7 +20365,7 @@ List of NixOS maintainers. matrix = "@presto8:matrix.org"; github = "presto8"; githubId = 246631; - keys = [{fingerprint = "3E46 7EF1 54AA A1D0 C7DF A694 E45C B17F 1940 CA52";}]; + keys = [ { fingerprint = "3E46 7EF1 54AA A1D0 C7DF A694 E45C B17F 1940 CA52"; } ]; }; priegger = { email = "philipp@riegger.name"; @@ -20397,7 +20397,7 @@ List of NixOS maintainers. matrix = "@princemachiavelli:matrix.org"; github = "Princemachiavelli"; githubId = 2730968; - keys = [{fingerprint = "DD54 130B ABEC B65C 1F6B 2A38 8312 4F97 A318 EA18";}]; + keys = [ { fingerprint = "DD54 130B ABEC B65C 1F6B 2A38 8312 4F97 A318 EA18"; } ]; }; prit342 = { email = "prithak342@gmail.com"; @@ -20446,8 +20446,8 @@ List of NixOS maintainers. githubId = 7693005; name = "Petr Portnov"; keys = [ - {fingerprint = "884B 08D2 8DFF 6209 1857 C1C7 7E8F C8F7 D1BB 84A3";} - {fingerprint = "AA96 35AA F392 52BF 0E60 825E 1192 2217 F828 8484";} + { fingerprint = "884B 08D2 8DFF 6209 1857 C1C7 7E8F C8F7 D1BB 84A3"; } + { fingerprint = "AA96 35AA F392 52BF 0E60 825E 1192 2217 F828 8484"; } ]; }; progval = { @@ -20460,7 +20460,7 @@ List of NixOS maintainers. name = "ProjectInitiative"; github = "ProjectInitiative"; githubId = 6314611; - keys = [{fingerprint = "EEC7 53FC EAAA FD9E 4DC0 9BB5 CAEB 4185 C226 D76B";}]; + keys = [ { fingerprint = "EEC7 53FC EAAA FD9E 4DC0 9BB5 CAEB 4185 C226 D76B"; } ]; }; prominentretail = { email = "me@jakepark.me"; @@ -20508,7 +20508,7 @@ List of NixOS maintainers. github = "prrlvr"; githubId = 33699501; name = "Pierre-Olivier Rey"; - keys = [{fingerprint = "40A0 78FD 297B 0AC1 E6D8 A119 4D38 49D9 9555 1307";}]; + keys = [ { fingerprint = "40A0 78FD 297B 0AC1 E6D8 A119 4D38 49D9 9555 1307"; } ]; }; prtzl = { email = "matej.blagsic@protonmail.com"; @@ -20521,7 +20521,7 @@ List of NixOS maintainers. github = "prusnak"; githubId = 42201; name = "Pavol Rusnak"; - keys = [{fingerprint = "86E6 792F C27B FD47 8860 C110 91F3 B339 B9A0 2A3D";}]; + keys = [ { fingerprint = "86E6 792F C27B FD47 8860 C110 91F3 B339 B9A0 2A3D"; } ]; }; psanford = { email = "psanford@sanford.io"; @@ -20535,7 +20535,7 @@ List of NixOS maintainers. githubId = 37886; name = "Philipp Schmitt"; matrix = "@pschmitt:one.ems.host"; - keys = [{fingerprint = "9FBF 2ABF FB37 F7F3 F502 44E5 DC43 9C47 EACB 17F9";}]; + keys = [ { fingerprint = "9FBF 2ABF FB37 F7F3 F502 44E5 DC43 9C47 EACB 17F9"; } ]; }; pshirshov = { email = "pshirshov@eml.cc"; @@ -20655,7 +20655,7 @@ List of NixOS maintainers. pwnwriter = { name = "Nabeen Tiwaree"; email = "hi@pwnwriter.me"; - keys = [{fingerprint = "C153 DE7C 0A0D 432E F033 2B0B A524 11EC 5582 DE3A";}]; + keys = [ { fingerprint = "C153 DE7C 0A0D 432E F033 2B0B A524 11EC 5582 DE3A"; } ]; github = "pwnwriter"; githubId = 90331517; }; @@ -20676,7 +20676,7 @@ List of NixOS maintainers. email = "carter@isons.org"; github = "pyrotelekinetic"; githubId = 29682759; - keys = [{fingerprint = "5963 78DB 25AA 608D 2743 D466 5D6A D9AE 71B3 F983";}]; + keys = [ { fingerprint = "5963 78DB 25AA 608D 2743 D466 5D6A D9AE 71B3 F983"; } ]; }; pyrox0 = { name = "Pyrox"; @@ -20684,7 +20684,7 @@ List of NixOS maintainers. matrix = "@pyrox:pyrox.dev"; github = "pyrox0"; githubId = 35778371; - keys = [{fingerprint = "4CA9 72FB ADC8 1416 0F10 3138 FE1D 8A7D 620C 611F";}]; + keys = [ { fingerprint = "4CA9 72FB ADC8 1416 0F10 3138 FE1D 8A7D 620C 611F"; } ]; }; pyxels = { email = "pyxels.dev@gmail.com"; @@ -20716,7 +20716,7 @@ List of NixOS maintainers. github = "qbit"; githubId = 68368; matrix = "@qbit:tapenet.org"; - keys = [{fingerprint = "3586 3350 BFEA C101 DB1A 4AF0 1F81 112D 62A9 ADCE";}]; + keys = [ { fingerprint = "3586 3350 BFEA C101 DB1A 4AF0 1F81 112D 62A9 ADCE"; } ]; }; qdlmcfresh = { name = "Philipp Urlbauer"; @@ -20729,7 +20729,7 @@ List of NixOS maintainers. email = "development@qf0xb.de"; github = "QF0xB"; githubId = 37348361; - keys = [{fingerprint = "9036 0B7D B6B7 8B75 E901 3D11 3FF8 C23C 46F2 CC90";}]; + keys = [ { fingerprint = "9036 0B7D B6B7 8B75 E901 3D11 3FF8 C23C 46F2 CC90"; } ]; }; qjoly = { email = "github@une-pause-cafe.fr"; @@ -20797,7 +20797,7 @@ List of NixOS maintainers. github = "quentinmit"; githubId = 115761; name = "Quentin Smith"; - keys = [{fingerprint = "1C71 A066 5400 AACD 142E B1A0 04EE 05A8 FCEF B697";}]; + keys = [ { fingerprint = "1C71 A066 5400 AACD 142E B1A0 04EE 05A8 FCEF B697"; } ]; }; quentin-m = { email = "me+nix@quentin-machu.fr"; @@ -20858,7 +20858,7 @@ List of NixOS maintainers. githubId = 2768870; name = "Alyssa Ross"; matrix = "@qyliss:fairydust.space"; - keys = [{fingerprint = "7573 56D7 79BB B888 773E 415E 736C CDF9 EF51 BD97";}]; + keys = [ { fingerprint = "7573 56D7 79BB B888 773E 415E 736C CDF9 EF51 BD97"; } ]; }; qyriad = { email = "qyriad@qyriad.me"; @@ -20884,7 +20884,7 @@ List of NixOS maintainers. github = "r17x"; githubId = 16365952; name = "Rin"; - keys = [{fingerprint = "476A F55D 6378 F878 0709 848A 18F9 F516 1CC0 576C";}]; + keys = [ { fingerprint = "476A F55D 6378 F878 0709 848A 18F9 F516 1CC0 576C"; } ]; }; r3dl3g = { email = "redleg@rothfuss-web.de"; @@ -20902,7 +20902,7 @@ List of NixOS maintainers. email = "raven6107@gmail.com"; github = "r4v3n6101"; githubId = 30029970; - keys = [{fingerprint = "FA05 8A29 B45E 06C0 8FE9 4907 05D2 BE42 F3EC D7CC";}]; + keys = [ { fingerprint = "FA05 8A29 B45E 06C0 8FE9 4907 05D2 BE42 F3EC D7CC"; } ]; }; raboof = { email = "arnout@bzzt.net"; @@ -20935,7 +20935,7 @@ List of NixOS maintainers. email = "pr9@tuta.io"; github = "rafa-dot-el"; githubId = 104688305; - keys = [{fingerprint = "5F0B 3EAC F1F9 8155 0946 CDF5 469E 3255 A40D 2AD6";}]; + keys = [ { fingerprint = "5F0B 3EAC F1F9 8155 0946 CDF5 469E 3255 A40D 2AD6"; } ]; }; rafaelgg = { email = "rafael.garcia.gallego@gmail.com"; @@ -20985,7 +20985,7 @@ List of NixOS maintainers. github = "rake5k"; githubId = 13007345; name = "Christian Harke"; - keys = [{fingerprint = "4EBB 30F1 E89A 541A A7F2 52BE 830A 9728 6309 66F4";}]; + keys = [ { fingerprint = "4EBB 30F1 E89A 541A A7F2 52BE 830A 9728 6309 66F4"; } ]; }; rakesh4g = { email = "rakeshgupta4u@gmail.com"; @@ -21016,7 +21016,7 @@ List of NixOS maintainers. email = "nix@caseylink.com"; github = "Ramblurr"; githubId = 14830; - keys = [{fingerprint = "978C 4D08 058B A26E B97C B518 2078 2DBC ACFA ACDA";}]; + keys = [ { fingerprint = "978C 4D08 058B A26E B97C B518 2078 2DBC ACFA ACDA"; } ]; }; ramkromberg = { email = "ramkromberg@mail.com"; @@ -21037,7 +21037,7 @@ List of NixOS maintainers. matrix = "@rane:junkyard.systems"; github = "digitalrane"; githubId = 1829286; - keys = [{fingerprint = "EBB6 0EE1 488F D04C D922 C039 AE96 1AF5 9D40 10B5";}]; + keys = [ { fingerprint = "EBB6 0EE1 488F D04C D922 C039 AE96 1AF5 9D40 10B5"; } ]; }; ranfdev = { email = "ranfdev@gmail.com"; @@ -21101,7 +21101,7 @@ List of NixOS maintainers. githubId = 98173832; name = "Balthazar Patiachvili"; matrix = "@ratcornu:skaven.org"; - keys = [{fingerprint = "1B91 F087 3D06 1319 D3D0 7F91 FA47 BDA2 6048 9ADA";}]; + keys = [ { fingerprint = "1B91 F087 3D06 1319 D3D0 7F91 FA47 BDA2 6048 9ADA"; } ]; }; ratsclub = { email = "victor@freire.dev.br"; @@ -21167,7 +21167,7 @@ List of NixOS maintainers. name = "Rocky Breslow"; github = "rbreslow"; githubId = 1774125; - keys = [{fingerprint = "B5B7 BCA0 EE6F F31E 263A 69E3 A0D3 2ACC A38B 88ED";}]; + keys = [ { fingerprint = "B5B7 BCA0 EE6F F31E 263A 69E3 A0D3 2ACC A38B 88ED"; } ]; }; rbrewer = { email = "rwb123@gmail.com"; @@ -21198,7 +21198,7 @@ List of NixOS maintainers. github = "rconybea"; githubId = 8570969; name = "Roland Conybeare"; - keys = [{fingerprint = "bw5Cr/4ul1C2UvxopphbZbFI1i5PCSnOmPID7mJ/Ogo";}]; + keys = [ { fingerprint = "bw5Cr/4ul1C2UvxopphbZbFI1i5PCSnOmPID7mJ/Ogo"; } ]; }; rdnetto = { email = "rdnetto@gmail.com"; @@ -21220,7 +21220,7 @@ List of NixOS maintainers. githubId = 7413633; keys = [ # compare with https://keybase.io/reckenrode - {fingerprint = "01D7 5486 3A6D 64EA AC77 0D26 FBF1 9A98 2CCE 0048";} + { fingerprint = "01D7 5486 3A6D 64EA AC77 0D26 FBF1 9A98 2CCE 0048"; } ]; }; redbaron = { @@ -21336,7 +21336,7 @@ List of NixOS maintainers. email = "remy@remysplace.de"; github = "remyvv"; githubId = 2862815; - keys = [{fingerprint = "1A76 F3A3 F843 2D5F D7E5 D07B 6FD8 F273 5BEB D1FC";}]; + keys = [ { fingerprint = "1A76 F3A3 F843 2D5F D7E5 D07B 6FD8 F273 5BEB D1FC"; } ]; }; renatoGarcia = { email = "fgarcia.renato@gmail.com"; @@ -21355,7 +21355,7 @@ List of NixOS maintainers. email = "bj.ren.coding@outlook.com"; github = "rennsax"; githubId = 93167100; - keys = [{fingerprint = "9075 CEF8 9850 D261 6599 641A A2C9 36D5 B88C 139C";}]; + keys = [ { fingerprint = "9075 CEF8 9850 D261 6599 641A A2C9 36D5 B88C 139C"; } ]; }; renpenguin = { email = "redpenguin777@yahoo.com"; @@ -21403,7 +21403,7 @@ List of NixOS maintainers. name = "Tassilo Tanneberger"; github = "tanneberger"; githubId = 32239737; - keys = [{fingerprint = "91EB E870 1639 1323 642A 6803 B966 009D 57E6 9CC6";}]; + keys = [ { fingerprint = "91EB E870 1639 1323 642A 6803 B966 009D 57E6 9CC6"; } ]; }; rewine = { email = "lhongxu@outlook.com"; @@ -21592,8 +21592,8 @@ List of NixOS maintainers. github = "rissson"; githubId = 18313093; keys = [ - {fingerprint = "8A0E 6A7C 08AB B9DE 67DE 2A13 F6FD 87B1 5C26 3EC9";} - {fingerprint = "C0A7 A9BB 115B C857 4D75 EA99 BBB7 A680 1DF1 E03F";} + { fingerprint = "8A0E 6A7C 08AB B9DE 67DE 2A13 F6FD 87B1 5C26 3EC9"; } + { fingerprint = "C0A7 A9BB 115B C857 4D75 EA99 BBB7 A680 1DF1 E03F"; } ]; }; ritiek = { @@ -21603,7 +21603,7 @@ List of NixOS maintainers. github = "ritiek"; githubId = 20314742; keys = [ - {fingerprint = "66FF 6099 7B04 845F F4C0 CB4F EB6F C9F9 FC96 4257";} + { fingerprint = "66FF 6099 7B04 845F F4C0 CB4F EB6F C9F9 FC96 4257"; } ]; }; rixed = { @@ -21685,7 +21685,7 @@ List of NixOS maintainers. github = "rnhmjoj"; githubId = 2817565; name = "Michele Guerini Rocco"; - keys = [{fingerprint = "92B2 904F D293 C94D C4C9 3E6B BFBA F4C9 75F7 6450";}]; + keys = [ { fingerprint = "92B2 904F D293 C94D C4C9 3E6B BFBA F4C9 75F7 6450"; } ]; }; roastiek = { email = "r.dee.b.b@gmail.com"; @@ -21770,7 +21770,7 @@ List of NixOS maintainers. email = "nix@ireas.org"; github = "robinkrahl"; githubId = 165115; - keys = [{fingerprint = "EC7E F0F9 B681 4C24 6236 3842 B755 6972 702A FD45";}]; + keys = [ { fingerprint = "EC7E F0F9 B681 4C24 6236 3842 B755 6972 702A FD45"; } ]; name = "Robin Krahl"; }; roblabla = { @@ -21783,7 +21783,7 @@ List of NixOS maintainers. email = "r@sliwi.org"; github = "robsliwi"; githubId = 14806293; - keys = [{fingerprint = "37F4 9AB8 340B AAE2 4DB8 4322 08BD 6076 8CCE 08F1";}]; + keys = [ { fingerprint = "37F4 9AB8 340B AAE2 4DB8 4322 08BD 6076 8CCE 08F1"; } ]; name = "Robert Sliwinski"; }; robwalt = { @@ -21881,7 +21881,7 @@ List of NixOS maintainers. github = "Rookeur"; githubId = 57438432; name = "Adrien Langou"; - keys = [{fingerprint = "3B8F FC41 0094 2CB4 5A2A 7DF2 5A44 DA8F 9071 91B0";}]; + keys = [ { fingerprint = "3B8F FC41 0094 2CB4 5A2A 7DF2 5A44 DA8F 9071 91B0"; } ]; }; roosemberth = { email = "roosembert.palacios+nixpkgs@posteo.ch"; @@ -21889,13 +21889,13 @@ List of NixOS maintainers. github = "roosemberth"; githubId = 3621083; name = "Roosembert (Roosemberth) Palacios"; - keys = [{fingerprint = "78D9 1871 D059 663B 6117 7532 CAAA ECE5 C224 2BB7";}]; + keys = [ { fingerprint = "78D9 1871 D059 663B 6117 7532 CAAA ECE5 C224 2BB7"; } ]; }; rople380 = { name = "rople380"; github = "rople380"; githubId = 55679162; - keys = [{fingerprint = "1401 1B63 393D 16C1 AA9C C521 8526 B757 4A53 6236";}]; + keys = [ { fingerprint = "1401 1B63 393D 16C1 AA9C C521 8526 B757 4A53 6236"; } ]; }; rorosen = { email = "robert.rose@mailbox.org"; @@ -21921,7 +21921,7 @@ List of NixOS maintainers. matrix = "@rosscomputerguy:matrix.org"; github = "RossComputerGuy"; githubId = 19699320; - keys = [{fingerprint = "FD5D F7A8 85BB 378A 0157 5356 B09C 4220 3566 9AF8";}]; + keys = [ { fingerprint = "FD5D F7A8 85BB 378A 0157 5356 B09C 4220 3566 9AF8"; } ]; }; RossSmyth = { name = "Ross Smyth"; @@ -21993,14 +21993,14 @@ List of NixOS maintainers. github = "rrbutani"; githubId = 7833358; matrix = "@rbutani:matrix.org"; - keys = [{fingerprint = "7DCA 5615 8AB2 621F 2F32 9FF4 1C7C E491 479F A273";}]; + keys = [ { fingerprint = "7DCA 5615 8AB2 621F 2F32 9FF4 1C7C E491 479F A273"; } ]; name = "Rahul Butani"; }; rseichter = { email = "nixos.org@seichter.de"; github = "rseichter"; githubId = 30873939; - keys = [{fingerprint = "6AE2 A847 23D5 6D98 5B34 0BC0 8E5F A470 9F69 E911";}]; + keys = [ { fingerprint = "6AE2 A847 23D5 6D98 5B34 0BC0 8E5F A470 9F69 E911"; } ]; name = "Ralph Seichter"; }; rskew = { @@ -22130,7 +22130,7 @@ List of NixOS maintainers. email = "hi@grass.show"; github = "running-grass"; githubId = 17241154; - keys = [{fingerprint = "5156 0FAB FF32 83EC BC8C EA13 9344 3660 9397 0138";}]; + keys = [ { fingerprint = "5156 0FAB FF32 83EC BC8C EA13 9344 3660 9397 0138"; } ]; }; rushmorem = { email = "rushmore@webenchanter.com"; @@ -22233,7 +22233,7 @@ List of NixOS maintainers. github = "ryane"; githubId = 7346; name = "Ryan Eschinger"; - keys = [{fingerprint = "E4F4 1EAB BF0F C785 06D8 62EF EF68 CF41 D42A 593D";}]; + keys = [ { fingerprint = "E4F4 1EAB BF0F C785 06D8 62EF EF68 CF41 D42A 593D"; } ]; }; ryangibb = { email = "ryan@freumh.org"; @@ -22276,7 +22276,7 @@ List of NixOS maintainers. github = "rycee"; githubId = 798147; name = "Robert Helgesson"; - keys = [{fingerprint = "36CA CF52 D098 CC0E 78FB 0CB1 3573 356C 25C4 24D4";}]; + keys = [ { fingerprint = "36CA CF52 D098 CC0E 78FB 0CB1 3573 356C 25C4 24D4"; } ]; }; ryneeverett = { email = "ryneeverett@gmail.com"; @@ -22301,27 +22301,27 @@ List of NixOS maintainers. github = "rypervenche"; githubId = 1411504; name = "rypervenche"; - keys = [{fingerprint = "1198 7A9F 03AE 47F0 4919 E334 6A41 2C4A ECE1 66EF";}]; + keys = [ { fingerprint = "1198 7A9F 03AE 47F0 4919 E334 6A41 2C4A ECE1 66EF"; } ]; }; rytone = { email = "max@ryt.one"; github = "rastertail"; githubId = 8082305; name = "Maxwell Beck"; - keys = [{fingerprint = "D260 79E3 C2BC 2E43 905B D057 BB3E FA30 3760 A0DB";}]; + keys = [ { fingerprint = "D260 79E3 C2BC 2E43 905B D057 BB3E FA30 3760 A0DB"; } ]; }; rytswd = { email = "rytswd@gmail.com"; github = "rytswd"; githubId = 23435099; name = "Ryota"; - keys = [{fingerprint = "2FAC 1A25 5175 125E F60B BC04 B89E C8B6 EE43 39C4";}]; + keys = [ { fingerprint = "2FAC 1A25 5175 125E F60B BC04 B89E C8B6 EE43 39C4"; } ]; }; ryze = { name = "Ryze"; github = "ryze312"; githubId = 50497128; - keys = [{fingerprint = "73D5 BFF5 0AD7 F3C1 AF1A AC24 9B29 6C5C EAEA AAC1";}]; + keys = [ { fingerprint = "73D5 BFF5 0AD7 F3C1 AF1A AC24 9B29 6C5C EAEA AAC1"; } ]; }; rzetterberg = { email = "richard.zetterberg@gmail.com"; @@ -22349,7 +22349,7 @@ List of NixOS maintainers. matrix = "@mark.sagikazar:matrix.org"; github = "sagikazarmark"; githubId = 1226384; - keys = [{fingerprint = "E628 C811 6FB8 1657 F706 4EA4 F251 ADDC 9D04 1C7E";}]; + keys = [ { fingerprint = "E628 C811 6FB8 1657 F706 4EA4 F251 ADDC 9D04 1C7E"; } ]; }; sailord = { name = "Sailord"; @@ -22363,7 +22363,7 @@ List of NixOS maintainers. matrix = "@sako:imagisphe.re"; github = "Sakooooo"; githubId = 78461130; - keys = [{fingerprint = "CA52 EE7B E681 720E 32B6 6792 FE52 FD65 B76E 4751";}]; + keys = [ { fingerprint = "CA52 EE7B E681 720E 32B6 6792 FE52 FD65 B76E 4751"; } ]; }; samalws = { email = "sam@samalws.com"; @@ -22429,7 +22429,7 @@ List of NixOS maintainers. github = "samlich"; githubId = 1349989; name = "samlich"; - keys = [{fingerprint = "AE8C 0836 FDF6 3FFC 9580 C588 B156 8953 B193 9F1C";}]; + keys = [ { fingerprint = "AE8C 0836 FDF6 3FFC 9580 C588 B156 8953 B193 9F1C"; } ]; }; samlukeyes123 = { email = "samlukeyes123@gmail.com"; @@ -22448,7 +22448,7 @@ List of NixOS maintainers. email = "samuel@smartineau.me"; github = "Samuel-Martineau"; githubId = 44237969; - keys = [{fingerprint = "79A1 CC17 67C7 32B6 A8A2 BF4F 71E0 8761 642D ACD2";}]; + keys = [ { fingerprint = "79A1 CC17 67C7 32B6 A8A2 BF4F 71E0 8761 642D ACD2"; } ]; }; samuela = { email = "skainsworth@gmail.com"; @@ -22461,7 +22461,7 @@ List of NixOS maintainers. email = "samuele.facenda@gmail.com"; github = "SamueleFacenda"; githubId = 92163673; - keys = [{fingerprint = "3BA5 A3DB 3239 E2AC 1F3B 68A0 0DB8 3F58 B259 6271";}]; + keys = [ { fingerprint = "3BA5 A3DB 3239 E2AC 1F3B 68A0 0DB8 3F58 B259 6271"; } ]; }; samuelrivas = { email = "samuelrivas@gmail.com"; @@ -22486,7 +22486,7 @@ List of NixOS maintainers. email = "samyak201@gmail.com"; github = "Samyak2"; githubId = 34161949; - keys = [{fingerprint = "155C F413 0129 C058 9A5F 5524 3658 73F2 F0C6 153B";}]; + keys = [ { fingerprint = "155C F413 0129 C058 9A5F 5524 3658 73F2 F0C6 153B"; } ]; }; sander = { email = "s.vanderburg@tudelft.nl"; @@ -22529,7 +22529,7 @@ List of NixOS maintainers. github = "sascha8a"; githubId = 6937965; name = "Alexander Lampalzer"; - keys = [{fingerprint = "0350 3136 E22C C561 30E3 A4AE 2087 9CCA CD5C D670";}]; + keys = [ { fingerprint = "0350 3136 E22C C561 30E3 A4AE 2087 9CCA CD5C D670"; } ]; }; saschagrunert = { email = "mail@saschagrunert.de"; @@ -22690,7 +22690,7 @@ List of NixOS maintainers. name = "Jamie Quigley"; github = "Sciencentistguy"; githubId = 4983935; - keys = [{fingerprint = "30BB FF3F AB0B BB3E 0435 F83C 8E8F F66E 2AE8 D970";}]; + keys = [ { fingerprint = "30BB FF3F AB0B BB3E 0435 F83C 8E8F F66E 2AE8 D970"; } ]; }; scientiac = { email = "iac@scientiac.space"; @@ -22747,7 +22747,7 @@ List of NixOS maintainers. matrix = "@Scrumplex:duckhub.io"; github = "Scrumplex"; githubId = 11587657; - keys = [{fingerprint = "E173 237A C782 296D 98F5 ADAC E13D FD4B 4712 7951";}]; + keys = [ { fingerprint = "E173 237A C782 296D 98F5 ADAC E13D FD4B 4712 7951"; } ]; }; scvalex = { name = "Alexandru Scvorțov"; @@ -22826,14 +22826,14 @@ List of NixOS maintainers. github = "seberm"; githubId = 212597; name = "Otto Sabart"; - keys = [{fingerprint = "0AF6 4C3B 1F12 14B3 8C8C 5786 1FA2 DBE6 7438 7CC3";}]; + keys = [ { fingerprint = "0AF6 4C3B 1F12 14B3 8C8C 5786 1FA2 DBE6 7438 7CC3"; } ]; }; sebrut = { email = "kontakt@sebastian-rutofski.de"; github = "sebrut"; githubId = 3962409; name = "Sebastian Rutofski"; - keys = [{fingerprint = "F1D4 8061 2830 3AF6 42DC 3867 C37F 3374 2A95 C547";}]; + keys = [ { fingerprint = "F1D4 8061 2830 3AF6 42DC 3867 C37F 3374 2A95 C547"; } ]; }; sebtm = { email = "mail@sebastian-sellmeier.de"; @@ -22853,7 +22853,7 @@ List of NixOS maintainers. matrix = "@sef:exotic.sh"; github = "sefidel"; githubId = 71049646; - keys = [{fingerprint = "8BDF DFB5 6842 2393 82A0 441B 9238 BC70 9E05 516A";}]; + keys = [ { fingerprint = "8BDF DFB5 6842 2393 82A0 441B 9238 BC70 9E05 516A"; } ]; }; sehqlr = { name = "Sam Hatfield"; @@ -22933,7 +22933,7 @@ List of NixOS maintainers. email = "sephi@fhtagn.top"; github = "sephii"; githubId = 754333; - keys = [{fingerprint = "2A9D 8E76 5EE2 237D 7B6B A2A5 4228 AB9E C061 2ADA";}]; + keys = [ { fingerprint = "2A9D 8E76 5EE2 237D 7B6B A2A5 4228 AB9E C061 2ADA"; } ]; }; sepi = { email = "raffael@mancini.lu"; @@ -22959,7 +22959,7 @@ List of NixOS maintainers. matrix = "@septem9er:fairydust.space"; github = "septem9er"; githubId = 33379902; - keys = [{fingerprint = "C408 07F9 8677 3D98 EFF3 0980 355A 9AFB FD8E AD33";}]; + keys = [ { fingerprint = "C408 07F9 8677 3D98 EFF3 0980 355A 9AFB FD8E AD33"; } ]; }; seqizz = { email = "seqizz@gmail.com"; @@ -22995,7 +22995,7 @@ List of NixOS maintainers. github = "servalcatty"; githubId = 51969817; name = "Serval"; - keys = [{fingerprint = "A317 37B3 693C 921B 480C C629 4A2A AAA3 82F8 294C";}]; + keys = [ { fingerprint = "A317 37B3 693C 921B 480C C629 4A2A AAA3 82F8 294C"; } ]; }; sestrella = { email = "sestrella.me@gmail.com"; @@ -23008,7 +23008,7 @@ List of NixOS maintainers. email = "sable@seyleri.us"; github = "seylerius"; githubId = 1145981; - keys = [{fingerprint = "7246 B6E1 ABB9 9A48 4395 FD11 DC26 B921 A9E9 DBDE";}]; + keys = [ { fingerprint = "7246 B6E1 ABB9 9A48 4395 FD11 DC26 B921 A9E9 DBDE"; } ]; }; sfrijters = { email = "sfrijters@gmail.com"; @@ -23071,8 +23071,8 @@ List of NixOS maintainers. githubId = 23130178; name = "夜坂雅"; keys = [ - {fingerprint = "3237 D49E 8F81 5A45 2133 64EA 4FF3 5790 F405 53A9";} - {fingerprint = "AC59 7AD3 89D1 CC56 18AD 1ED9 B712 3A2B 6B0A E434";} + { fingerprint = "3237 D49E 8F81 5A45 2133 64EA 4FF3 5790 F405 53A9"; } + { fingerprint = "AC59 7AD3 89D1 CC56 18AD 1ED9 B712 3A2B 6B0A E434"; } ]; }; shadows_withal = { @@ -23153,7 +23153,7 @@ List of NixOS maintainers. github = "shayne"; githubId = 79330; name = "Shayne Sweeney"; - keys = [{fingerprint = "AFCB 29A0 F12E F367 9575 DABE 69DA 13E8 6BF4 03B0";}]; + keys = [ { fingerprint = "AFCB 29A0 F12E F367 9575 DABE 69DA 13E8 6BF4 03B0"; } ]; }; shazow = { email = "andrey.petrov@shazow.net"; @@ -23233,7 +23233,7 @@ List of NixOS maintainers. name = "Shiryel"; github = "shiryel"; githubId = 35617139; - keys = [{fingerprint = "AB63 4CD9 3322 BD42 6231 F764 C404 1EA6 B326 33DE";}]; + keys = [ { fingerprint = "AB63 4CD9 3322 BD42 6231 F764 C404 1EA6 B326 33DE"; } ]; }; shivaraj-bh = { email = "sbh69840@gmail.com"; @@ -23294,7 +23294,7 @@ List of NixOS maintainers. email = "shreerammodi10@gmail.com"; github = "shrimpram"; githubId = 67710369; - keys = [{fingerprint = "EA88 EA07 26E9 6CBF 6365 3966 163B 16EE 76ED 24CE";}]; + keys = [ { fingerprint = "EA88 EA07 26E9 6CBF 6365 3966 163B 16EE 76ED 24CE"; } ]; }; shved = { name = "Yury Shvedov"; @@ -23380,7 +23380,7 @@ List of NixOS maintainers. matrix = "@sigmasquadron:matrix.org"; github = "SigmaSquadron"; githubId = 174749595; - keys = [{fingerprint = "E3CD E225 47C6 2DB6 6CCD BC06 CC3A E2EA 0000 0000";}]; + keys = [ { fingerprint = "E3CD E225 47C6 2DB6 6CCD BC06 CC3A E2EA 0000 0000"; } ]; }; sigmike = { email = "mike+nixpkgs@lepton.fr"; @@ -23394,7 +23394,7 @@ List of NixOS maintainers. github = "sikmir"; githubId = 688044; name = "Nikolay Korotkiy"; - keys = [{fingerprint = "ADF4 C13D 0E36 1240 BD01 9B51 D1DE 6D7F 6936 63A5";}]; + keys = [ { fingerprint = "ADF4 C13D 0E36 1240 BD01 9B51 D1DE 6D7F 6936 63A5"; } ]; }; silky = { name = "Noon van der Silk"; @@ -23408,7 +23408,7 @@ List of NixOS maintainers. matrix = "@sils:vhack.eu"; github = "s1ls"; githubId = 91412114; - keys = [{fingerprint = "C1DA A551 B422 7A6F 3FD9 6B3A 467B 7D12 9EA7 3AC9";}]; + keys = [ { fingerprint = "C1DA A551 B422 7A6F 3FD9 6B3A 467B 7D12 9EA7 3AC9"; } ]; }; silvanshade = { github = "silvanshade"; @@ -23509,7 +23509,7 @@ List of NixOS maintainers. github = "siriobalmelli"; githubId = 23038812; name = "Sirio Balmelli"; - keys = [{fingerprint = "B234 EFD4 2B42 FE81 EE4D 7627 F72C 4A88 7F9A 24CA";}]; + keys = [ { fingerprint = "B234 EFD4 2B42 FE81 EE4D 7627 F72C 4A88 7F9A 24CA"; } ]; }; sironheart = { email = "git@beisenherz.dev"; @@ -23576,7 +23576,7 @@ List of NixOS maintainers. email = "steven.keuchel@gmail.com"; github = "skeuchel"; githubId = 617130; - keys = [{fingerprint = "C4F7 46C7 B560 38D8 210F 0288 5877 DEE9 7428 557F";}]; + keys = [ { fingerprint = "C4F7 46C7 B560 38D8 210F 0288 5877 DEE9 7428 557F"; } ]; }; skovati = { github = "skovati"; @@ -23641,21 +23641,21 @@ List of NixOS maintainers. github = "slotThe"; matrix = "@slot-:matrix.org"; githubId = 50166980; - keys = [{fingerprint = "4896 FB6C 9528 46C3 414C 2475 C927 DE8C 7DFD 57B8";}]; + keys = [ { fingerprint = "4896 FB6C 9528 46C3 414C 2475 C927 DE8C 7DFD 57B8"; } ]; }; slwst = { email = "email@slw.st"; github = "slwst"; githubId = 11047377; name = "slwst"; - keys = [{fingerprint = "6CEB 4A2F E6DC C345 1B2B 4733 AD52 C5FB 3EFE CC7A";}]; + keys = [ { fingerprint = "6CEB 4A2F E6DC C345 1B2B 4733 AD52 C5FB 3EFE CC7A"; } ]; }; smakarov = { email = "setser200018@gmail.com"; github = "SeTSeR"; githubId = 12733495; name = "Sergey Makarov"; - keys = [{fingerprint = "6F8A 18AE 4101 103F 3C54 24B9 6AA2 3A11 93B7 064B";}]; + keys = [ { fingerprint = "6F8A 18AE 4101 103F 3C54 24B9 6AA2 3A11 93B7 064B"; } ]; }; smancill = { email = "smancill@smancill.dev"; @@ -23668,7 +23668,7 @@ List of NixOS maintainers. github = "smaret"; githubId = 95471; name = "Sébastien Maret"; - keys = [{fingerprint = "4242 834C D401 86EF 8281 4093 86E3 0E5A 0F5F C59C";}]; + keys = [ { fingerprint = "4242 834C D401 86EF 8281 4093 86E3 0E5A 0F5F C59C"; } ]; }; smasher164 = { email = "aindurti@gmail.com"; @@ -23700,7 +23700,7 @@ List of NixOS maintainers. email = "mason.bourgeois@gmail.com"; github = "Smona"; githubId = 7091399; - keys = [{fingerprint = "897E 6BE3 0345 B43D CADD 05B7 290F CF08 1AED B3EC";}]; + keys = [ { fingerprint = "897E 6BE3 0345 B43D CADD 05B7 290F CF08 1AED B3EC"; } ]; }; smonson = { name = "Samuel Monson"; @@ -23803,7 +23803,7 @@ List of NixOS maintainers. name = "Soham S Gumaste"; github = "SohamG"; githubId = 7116239; - keys = [{fingerprint = "E067 520F 5EF2 C175 3F60 50C0 BA46 725F 6A26 7442";}]; + keys = [ { fingerprint = "E067 520F 5EF2 C175 3F60 50C0 BA46 725F 6A26 7442"; } ]; }; solson = { email = "scott@solson.me"; @@ -23874,7 +23874,7 @@ List of NixOS maintainers. matrix = "@soywod:matrix.org"; github = "soywod"; githubId = 10437171; - keys = [{fingerprint = "75F0 AB7C FE01 D077 AEE6 CAFD 353E 4A18 EE0F AB72";}]; + keys = [ { fingerprint = "75F0 AB7C FE01 D077 AEE6 CAFD 353E 4A18 EE0F AB72"; } ]; }; spacedentist = { email = "sp@cedenti.st"; @@ -23936,7 +23936,7 @@ List of NixOS maintainers. email = "bintangadiputrapratama@gmail.com"; github = "spitulax"; githubId = 96517350; - keys = [{fingerprint = "652F FAAD 5CB8 AF1D 3F96 9521 929E D6C4 0414 D3F5";}]; + keys = [ { fingerprint = "652F FAAD 5CB8 AF1D 3F96 9521 929E D6C4 0414 D3F5"; } ]; }; spk = { email = "laurent@spkdev.net"; @@ -23954,7 +23954,7 @@ List of NixOS maintainers. github = "sportshead"; githubId = 32637656; name = "sportshead"; - keys = [{fingerprint = "A6B6 D031 782E BDF7 631A 8E7E A874 DB2C BFD3 CFD0";}]; + keys = [ { fingerprint = "A6B6 D031 782E BDF7 631A 8E7E A874 DB2C BFD3 CFD0"; } ]; }; sprock = { email = "rmason@mun.ca"; @@ -23985,7 +23985,7 @@ List of NixOS maintainers. name = "squat"; github = "squat"; githubId = 20484159; - keys = [{fingerprint = "F246 425A 7650 6F37 0552 BA8D DEA9 C405 09D9 65F5";}]; + keys = [ { fingerprint = "F246 425A 7650 6F37 0552 BA8D DEA9 C405 09D9 65F5"; } ]; }; srghma = { email = "srghma@gmail.com"; @@ -24030,7 +24030,7 @@ List of NixOS maintainers. matrix = "@ruby:isincredibly.gay"; github = "Sorixelle"; githubId = 38685302; - keys = [{fingerprint = "2D76 76C7 A28E 16FC 75C7 268D 1B55 6ED8 4B0E 303A";}]; + keys = [ { fingerprint = "2D76 76C7 A28E 16FC 75C7 268D 1B55 6ED8 4B0E 303A"; } ]; }; Srylax = { name = "Srylax"; @@ -24079,7 +24079,7 @@ List of NixOS maintainers. email = "starcraft66@gmail.com"; github = "starcraft66"; githubId = 1858154; - keys = [{fingerprint = "8597 4506 EC69 5392 0443 0805 9D98 CDAC FF04 FD78";}]; + keys = [ { fingerprint = "8597 4506 EC69 5392 0443 0805 9D98 CDAC FF04 FD78"; } ]; }; stargate01 = { email = "christoph.honal@web.de"; @@ -24159,7 +24159,7 @@ List of NixOS maintainers. matrix = "@steinybot:matrix.org"; github = "steinybot"; githubId = 4659562; - keys = [{fingerprint = "2709 1DEC CC42 4635 4299 569C 21DE 1CAE 5976 2A0F";}]; + keys = [ { fingerprint = "2709 1DEC CC42 4635 4299 569C 21DE 1CAE 5976 2A0F"; } ]; }; stelcodes = { email = "stel@stel.codes"; @@ -24172,7 +24172,7 @@ List of NixOS maintainers. email = "homicide@disroot.org"; github = "stellessia"; githubId = 81514356; - keys = [{fingerprint = "38E8 7F79 AE86 CA98 F8BC 45F8 1060 00A0 5E5B DB90";}]; + keys = [ { fingerprint = "38E8 7F79 AE86 CA98 F8BC 45F8 1060 00A0 5E5B DB90"; } ]; }; stepbrobd = { name = "Yifei Sun"; @@ -24193,7 +24193,7 @@ List of NixOS maintainers. email = "stephen.huan@cgdct.moe"; github = "stephen-huan"; githubId = 20411956; - keys = [{fingerprint = "EA6E 2794 8C7D BF5D 0DF0 85A1 0FBC 2E3B A99D D60E";}]; + keys = [ { fingerprint = "EA6E 2794 8C7D BF5D 0DF0 85A1 0FBC 2E3B A99D D60E"; } ]; }; stephenmw = { email = "stephen@q5comm.com"; @@ -24223,7 +24223,7 @@ List of NixOS maintainers. email = "steven@steshaw.org"; github = "steshaw"; githubId = 45735; - keys = [{fingerprint = "0AFE 77F7 474D 1596 EE55 7A29 1D9A 17DF D23D CB91";}]; + keys = [ { fingerprint = "0AFE 77F7 474D 1596 EE55 7A29 1D9A 17DF D23D CB91"; } ]; }; stesie = { email = "stesie@brokenpipe.de"; @@ -24260,7 +24260,7 @@ List of NixOS maintainers. github = "stevestreza"; githubId = 28552; name = "Steve Streza"; - keys = [{fingerprint = "DFED 4E42 34E7 348C 57D4 6568 C4DC 30F8 5ABC 6FA1";}]; + keys = [ { fingerprint = "DFED 4E42 34E7 348C 57D4 6568 C4DC 30F8 5ABC 6FA1"; } ]; }; stianlagstad = { email = "stianlagstad@gmail.com"; @@ -24279,7 +24279,7 @@ List of NixOS maintainers. github = "StillerHarpo"; githubId = 25526706; name = "Florian Engel"; - keys = [{fingerprint = "4E2D9B26940E0DABF376B7AF76762421D45837DE";}]; + keys = [ { fingerprint = "4E2D9B26940E0DABF376B7AF76762421D45837DE"; } ]; matrix = "@qe7ftcyrpg:matrix.org"; }; stites = { @@ -24342,7 +24342,7 @@ List of NixOS maintainers. matrix = "@stv0ge:matrix.org"; github = "stv0g"; githubId = 285829; - keys = [{fingerprint = "09BE 3BAE 8D55 D4CD 8579 285A 9675 EAC3 4897 E6E2";}]; + keys = [ { fingerprint = "09BE 3BAE 8D55 D4CD 8579 285A 9675 EAC3 4897 E6E2"; } ]; }; SubhrajyotiSen = { email = "subhrajyoti12@gmail.com"; @@ -24354,7 +24354,7 @@ List of NixOS maintainers. github = "sudoforge"; githubId = 3893293; name = "sudoforge"; - keys = [{fingerprint = "7EBCE51F278D30AE1C34036341BF61468C327D5A";}]; + keys = [ { fingerprint = "7EBCE51F278D30AE1C34036341BF61468C327D5A"; } ]; }; sudosubin = { email = "sudosubin@gmail.com"; @@ -24612,7 +24612,7 @@ List of NixOS maintainers. github = "t4ccer"; githubId = 64430288; name = "Tomasz Maciosowski"; - keys = [{fingerprint = "6866 981C 4992 4D64 D154 E1AC 19E5 A2D8 B1E4 3F19";}]; + keys = [ { fingerprint = "6866 981C 4992 4D64 D154 E1AC 19E5 A2D8 B1E4 3F19"; } ]; }; t4sm5n = { email = "t4sm5n@gmail.com"; @@ -24661,7 +24661,7 @@ List of NixOS maintainers. github = "taikx4"; githubId = 94917129; name = "taikx4"; - keys = [{fingerprint = "6B02 8103 C4E5 F68C D77C 9E54 CCD5 2C7B 37BB 837E";}]; + keys = [ { fingerprint = "6B02 8103 C4E5 F68C D77C 9E54 CCD5 2C7B 37BB 837E"; } ]; }; tailhook = { email = "paul@colomiets.name"; @@ -24808,7 +24808,7 @@ List of NixOS maintainers. github = "tbaldwin-dev"; githubId = 220447215; name = "Trent Baldwin"; - keys = [{fingerprint = "930C 3A61 F911 1296 7DA5 56D1 665A 9E2A FCDD 68AA";}]; + keys = [ { fingerprint = "930C 3A61 F911 1296 7DA5 56D1 665A 9E2A FCDD 68AA"; } ]; }; tbenst = { email = "nix@tylerbenster.com"; @@ -24855,7 +24855,7 @@ List of NixOS maintainers. email = "contact@tchekda.fr"; github = "Tchekda"; githubId = 23559888; - keys = [{fingerprint = "44CE A8DD 3B31 49CD 6246 9D8F D0A0 07ED A4EA DA0F";}]; + keys = [ { fingerprint = "44CE A8DD 3B31 49CD 6246 9D8F D0A0 07ED A4EA DA0F"; } ]; name = "David Tchekachev"; }; tcheronneau = { @@ -24934,7 +24934,7 @@ List of NixOS maintainers. matrix = "@tejing:matrix.org"; github = "tejing1"; githubId = 5663576; - keys = [{fingerprint = "6F0F D43B 80E5 583E 60FC 51DC 4936 D067 EB12 AB32";}]; + keys = [ { fingerprint = "6F0F D43B 80E5 583E 60FC 51DC 4936 D067 EB12 AB32"; } ]; }; telotortium = { email = "rirelan@gmail.com"; @@ -24996,14 +24996,14 @@ List of NixOS maintainers. email = "terry@terryg.org"; github = "TerryGarcia"; githubId = 159372832; - keys = [{fingerprint = "6F54 C08C 37C8 EC78 15FA 0D01 A721 8CBA 2D80 15C3";}]; + keys = [ { fingerprint = "6F54 C08C 37C8 EC78 15FA 0D01 A721 8CBA 2D80 15C3"; } ]; }; Tert0 = { name = "Tert0"; github = "Tert0"; githubId = 62036464; email = "tert0byte@gmail.com"; - keys = [{fingerprint = "F899 D3B5 00BF 98AE 9097 F616 7069 D89F 9E5C 97ED";}]; + keys = [ { fingerprint = "F899 D3B5 00BF 98AE 9097 F616 7069 D89F 9E5C 97ED"; } ]; }; tesq0 = { email = "mikolaj.galkowski@gmail.com"; @@ -25027,7 +25027,7 @@ List of NixOS maintainers. email = "anton@tetov.se"; github = "tetov"; githubId = 14882117; - keys = [{fingerprint = "2B4D 0035 AFF0 F7DA CE5B 29D7 337D DB57 4A88 34DB";}]; + keys = [ { fingerprint = "2B4D 0035 AFF0 F7DA CE5B 29D7 337D DB57 4A88 34DB"; } ]; name = "Anton Tetov"; }; teutat3s = { @@ -25036,7 +25036,7 @@ List of NixOS maintainers. github = "teutat3s"; githubId = 10206665; name = "teutat3s"; - keys = [{fingerprint = "81A1 1C61 F413 8C84 9139 A4FA 18DA E600 A6BB E705";}]; + keys = [ { fingerprint = "81A1 1C61 F413 8C84 9139 A4FA 18DA E600 A6BB E705"; } ]; }; tex = { email = "milan.svoboda@centrum.cz"; @@ -25122,7 +25122,7 @@ List of NixOS maintainers. matrix = "@thbltp:matrix.org"; github = "thblt"; githubId = 2453136; - keys = [{fingerprint = "D2A2 F0A1 E7A8 5E6F B711 DEE5 63A4 4817 A52E AB7B";}]; + keys = [ { fingerprint = "D2A2 F0A1 E7A8 5E6F B711 DEE5 63A4 4817 A52E AB7B"; } ]; }; the-argus = { email = "i.mcfarlane2002@gmail.com"; @@ -25136,7 +25136,7 @@ List of NixOS maintainers. email = "dev@theaninova.de"; github = "Theaninova"; githubId = 19289296; - keys = [{fingerprint = "6C9E EFC5 1AE0 0131 78DE B9C8 68FF FB1E C187 88CA";}]; + keys = [ { fingerprint = "6C9E EFC5 1AE0 0131 78DE B9C8 68FF FB1E C187 88CA"; } ]; }; TheBrainScrambler = { email = "esthromeris@riseup.net"; @@ -25150,14 +25150,14 @@ List of NixOS maintainers. matrix = "@capypara:matrix.org"; github = "theCapypara"; githubId = 3512122; - keys = [{fingerprint = "5F29 132D EFA8 5DA0 B598 5BF2 5941 754C 1CDE 33BB";}]; + keys = [ { fingerprint = "5F29 132D EFA8 5DA0 B598 5BF2 5941 754C 1CDE 33BB"; } ]; }; TheColorman = { name = "colorman"; email = "nixpkgs@colorman.me"; github = "TheColorman"; githubId = 18369995; - keys = [{fingerprint = "3D8C A43C FBA2 5D28 0196 19F0 AB11 0475 B417 291D";}]; + keys = [ { fingerprint = "3D8C A43C FBA2 5D28 0196 19F0 AB11 0475 B417 291D"; } ]; }; thedavidmeister = { email = "thedavidmeister@gmail.com"; @@ -25195,7 +25195,7 @@ List of NixOS maintainers. email = "anisimovkosta19@gmail.com"; github = "TheKostins"; githubId = 39405421; - keys = [{fingerprint = "B216 7B33 E248 097F D82A 991D C94D 589A 4D0D CDD2";}]; + keys = [ { fingerprint = "B216 7B33 E248 097F D82A 991D C94D 589A 4D0D CDD2"; } ]; }; thelegy = { email = "mail+nixos@0jb.de"; @@ -25232,7 +25232,7 @@ List of NixOS maintainers. email = "theo1.bori@epitech.eu"; github = "theobori"; githubId = 71843723; - keys = [{fingerprint = "EEFB CC3A C529 CFD1 943D A75C BDD5 7BE9 9D55 5965";}]; + keys = [ { fingerprint = "EEFB CC3A C529 CFD1 943D A75C BDD5 7BE9 9D55 5965"; } ]; }; theonlymrcat = { name = "Max Guppy"; @@ -25251,7 +25251,7 @@ List of NixOS maintainers. email = "tpzker@thepuzzlemaker.info"; github = "ThePuzzlemaker"; githubId = 12666617; - keys = [{fingerprint = "7095 C20A 9224 3DB6 5177 07B0 968C D9D7 1C9F BB6C";}]; + keys = [ { fingerprint = "7095 C20A 9224 3DB6 5177 07B0 968C D9D7 1C9F BB6C"; } ]; }; therealansh = { email = "tyagiansh23@gmail.com"; @@ -25270,7 +25270,7 @@ List of NixOS maintainers. github = "rouven0"; githubId = 72568063; name = "Rouven Seifert"; - keys = [{fingerprint = "1169 87A8 DD3F 78FF 8601 BF4D B95E 8FE6 B11C 4D09";}]; + keys = [ { fingerprint = "1169 87A8 DD3F 78FF 8601 BF4D B95E 8FE6 B11C 4D09"; } ]; }; theredstonedev = { email = "theredstonedev@devellight.space"; @@ -25295,7 +25295,7 @@ List of NixOS maintainers. email = "me@thesola.io"; github = "Thesola10"; githubId = 7287268; - keys = [{fingerprint = "1D05 13A6 1AC4 0D8D C6D6 5F2C 8924 5619 BEBB 95BA";}]; + keys = [ { fingerprint = "1D05 13A6 1AC4 0D8D C6D6 5F2C 8924 5619 BEBB 95BA"; } ]; name = "Karim Vergnes"; }; thetallestjj = { @@ -25322,7 +25322,7 @@ List of NixOS maintainers. githubId = 875885; name = "Konstantin Bogdanov"; keys = [ - {fingerprint = "3221 7A73 EB95 0E9E E550 36A3 DB39 9448 D9FE 52F1";} + { fingerprint = "3221 7A73 EB95 0E9E E550 36A3 DB39 9448 D9FE 52F1"; } ]; }; theverygaming = { @@ -25469,7 +25469,7 @@ List of NixOS maintainers. github = "Thunderbottom"; githubId = 11243138; name = "Chinmay D. Pai"; - keys = [{fingerprint = "7F3E EEAA EE66 93CC 8782 042A 7550 7BE2 56F4 0CED";}]; + keys = [ { fingerprint = "7F3E EEAA EE66 93CC 8782 042A 7550 7BE2 56F4 0CED"; } ]; }; thyol = { name = "thyol"; @@ -25600,7 +25600,7 @@ List of NixOS maintainers. github = "titaniumtown"; githubId = 11786225; matrix = "@titaniumtown:envs.net"; - keys = [{fingerprint = "D15E 4754 FE1A EDA1 5A6D 4702 9AB2 8AC1 0ECE 533D";}]; + keys = [ { fingerprint = "D15E 4754 FE1A EDA1 5A6D 4702 9AB2 8AC1 0ECE 533D"; } ]; }; tjkeller = { email = "tjk@tjkeller.xyz"; @@ -25614,14 +25614,14 @@ List of NixOS maintainers. name = "Theodore Ni"; github = "tjni"; githubId = 3806110; - keys = [{fingerprint = "4384 B8E1 299F C028 1641 7B8F EC30 EFBE FA7E 84A4";}]; + keys = [ { fingerprint = "4384 B8E1 299F C028 1641 7B8F EC30 EFBE FA7E 84A4"; } ]; }; tkerber = { email = "tk@drwx.org"; github = "tkerber"; githubId = 5722198; name = "Thomas Kerber"; - keys = [{fingerprint = "556A 403F B0A2 D423 F656 3424 8489 B911 F9ED 617B";}]; + keys = [ { fingerprint = "556A 403F B0A2 D423 F656 3424 8489 B911 F9ED 617B"; } ]; }; tljuniper = { email = "tljuniper1@gmail.com"; @@ -25690,7 +25690,7 @@ List of NixOS maintainers. github = "toastal"; githubId = 561087; name = "toastal"; - keys = [{fingerprint = "7944 74B7 D236 DAB9 C9EF E7F9 5CCE 6F14 66D4 7C9E";}]; + keys = [ { fingerprint = "7944 74B7 D236 DAB9 C9EF E7F9 5CCE 6F14 66D4 7C9E"; } ]; }; toasteruwu = { email = "Aki@ToasterUwU.com"; @@ -25739,7 +25739,7 @@ List of NixOS maintainers. githubId = 62384384; matrix = "@tomasajt:matrix.org"; name = "TomaSajt"; - keys = [{fingerprint = "8CA9 8016 F44D B717 5B44 6032 F011 163C 0501 22A1";}]; + keys = [ { fingerprint = "8CA9 8016 F44D B717 5B44 6032 F011 163C 0501 22A1"; } ]; }; tomaskala = { email = "public+nixpkgs@tomaskala.com"; @@ -25794,7 +25794,7 @@ List of NixOS maintainers. github = "tomodachi94"; githubId = 68489118; name = "Tomodachi94"; - keys = [{fingerprint = "B208 D6E5 B8ED F47D 5687 627B 2E27 5F21 C4D5 54A3";}]; + keys = [ { fingerprint = "B208 D6E5 B8ED F47D 5687 627B 2E27 5F21 C4D5 54A3"; } ]; }; tomsiewert = { email = "tom@siewert.io"; @@ -26091,7 +26091,7 @@ List of NixOS maintainers. github = "tuxinaut"; githubId = 722482; name = "Denny Schäfer"; - keys = [{fingerprint = "C752 0E49 4D92 1740 D263 C467 B057 455D 1E56 7270";}]; + keys = [ { fingerprint = "C752 0E49 4D92 1740 D263 C467 B057 455D 1E56 7270"; } ]; }; tuxy = { email = "lastpass7565@gmail.com"; @@ -26151,7 +26151,7 @@ List of NixOS maintainers. email = "twhitehead@gmail.com"; github = "twhitehead"; githubId = 787843; - keys = [{fingerprint = "E631 8869 586F 99B4 F6E6 D785 5942 58F0 389D 2802";}]; + keys = [ { fingerprint = "E631 8869 586F 99B4 F6E6 D785 5942 58F0 389D 2802"; } ]; }; twitchy0 = { email = "code@nitinpassa.com"; @@ -26164,7 +26164,7 @@ List of NixOS maintainers. email = "tom@bibbu.net"; github = "twz123"; githubId = 1215104; - keys = [{fingerprint = "B1FD 4E2A 84B2 2379 F4BF 2EF5 FE33 A228 2371 E831";}]; + keys = [ { fingerprint = "B1FD 4E2A 84B2 2379 F4BF 2EF5 FE33 A228 2371 E831"; } ]; }; tyberius-prime = { name = "Tyberius Prime"; @@ -26181,7 +26181,7 @@ List of NixOS maintainers. name = "Tygo van den Hurk"; github = "Tygo-van-den-Hurk"; githubId = 91738110; - keys = [{fingerprint = "1AAE 628A 2D49 0597 17AE A7F8 7CA2 CBB2 7505 8A44";}]; + keys = [ { fingerprint = "1AAE 628A 2D49 0597 17AE A7F8 7CA2 CBB2 7505 8A44"; } ]; }; tylerjl = { email = "tyler+nixpkgs@langlois.to"; @@ -26256,7 +26256,7 @@ List of NixOS maintainers. github = "ulinja"; githubId = 56582668; name = "Julian Lobbes"; - keys = [{fingerprint = "24D9 B20A 65C2 DFB9 8E6A 754C 8EC4 6A5E 6743 3524";}]; + keys = [ { fingerprint = "24D9 B20A 65C2 DFB9 8E6A 754C 8EC4 6A5E 6743 3524"; } ]; }; ulrikstrid = { email = "ulrik.strid@outlook.com"; @@ -26288,14 +26288,14 @@ List of NixOS maintainers. matrix = "@unhidden0174:matrix.org"; github = "unclamped"; githubId = 104658278; - keys = [{fingerprint = "57A2 CC43 3068 CB62 89C1 F1DA 9137 BB2E 77AD DE7E";}]; + keys = [ { fingerprint = "57A2 CC43 3068 CB62 89C1 F1DA 9137 BB2E 77AD DE7E"; } ]; }; unclechu = { name = "Viacheslav Lotsmanov"; email = "lotsmanov89@gmail.com"; github = "unclechu"; githubId = 799353; - keys = [{fingerprint = "EE59 5E29 BB5B F2B3 5ED2 3F1C D276 FF74 6700 7335";}]; + keys = [ { fingerprint = "EE59 5E29 BB5B F2B3 5ED2 3F1C D276 FF74 6700 7335"; } ]; }; undefined-landmark = { name = "bas"; @@ -26308,7 +26308,7 @@ List of NixOS maintainers. email = "i@undefined.moe"; github = "undefined-moe"; githubId = 29992205; - keys = [{fingerprint = "6684 4E7D D213 C75D 8828 6215 C714 A58B 6C1E 0F52";}]; + keys = [ { fingerprint = "6684 4E7D D213 C75D 8828 6215 C714 A58B 6C1E 0F52"; } ]; }; ungeskriptet = { name = "David Wronek"; @@ -26321,7 +26321,7 @@ List of NixOS maintainers. github = "unhammer"; githubId = 56868; name = "Kevin Brubeck Unhammer"; - keys = [{fingerprint = "50D4 8796 0B86 3F05 4B6A 12F9 7426 06DE 766A C60C";}]; + keys = [ { fingerprint = "50D4 8796 0B86 3F05 4B6A 12F9 7426 06DE 766A C60C"; } ]; }; uniquepointer = { email = "uniquepointer@mailbox.org"; @@ -26359,7 +26359,7 @@ List of NixOS maintainers. matrix = "@urandom0:matrix.org"; github = "urandom2"; githubId = 2526260; - keys = [{fingerprint = "04A3 A2C6 0042 784A AEA7 D051 0447 A663 F7F3 E236";}]; + keys = [ { fingerprint = "04A3 A2C6 0042 784A AEA7 D051 0447 A663 F7F3 E236"; } ]; name = "Colin Arnott"; }; urbas = { @@ -26391,7 +26391,7 @@ List of NixOS maintainers. email = "code@usertam.dev"; github = "usertam"; githubId = 22500027; - keys = [{fingerprint = "EC4E E490 3C82 3698 2CAB D206 2D87 60B0 229E 2560";}]; + keys = [ { fingerprint = "EC4E E490 3C82 3698 2CAB D206 2D87 60B0 229E 2560"; } ]; }; uskudnik = { email = "urban.skudnik@gmail.com"; @@ -26513,7 +26513,7 @@ List of NixOS maintainers. github = "VergeDX"; githubId = 25173827; name = "Vanilla"; - keys = [{fingerprint = "2649 340C C909 F821 D251 6714 3750 028E D04F A42E";}]; + keys = [ { fingerprint = "2649 340C C909 F821 D251 6714 3750 028E D04F A42E"; } ]; }; vanschelven = { email = "klaas@vanschelven.com"; @@ -26576,7 +26576,7 @@ List of NixOS maintainers. matrix = "@vcunat:matrix.org"; github = "vcunat"; githubId = 1785925; - keys = [{fingerprint = "B600 6460 B60A 80E7 8206 2449 E747 DF1F 9575 A3AA";}]; + keys = [ { fingerprint = "B600 6460 B60A 80E7 8206 2449 E747 DF1F 9575 A3AA"; } ]; }; vdemeester = { email = "vincent@sbr.pm"; @@ -26601,7 +26601,7 @@ List of NixOS maintainers. email = "mail@vincent-haupert.de"; github = "veehaitch"; githubId = 15069839; - keys = [{fingerprint = "4D23 ECDF 880D CADF 5ECA 4458 874B D6F9 16FA A742";}]; + keys = [ { fingerprint = "4D23 ECDF 880D CADF 5ECA 4458 874B D6F9 16FA A742"; } ]; }; vel = { email = "llathasa@outlook.com"; @@ -26644,7 +26644,7 @@ List of NixOS maintainers. email = "me@skye.vg"; github = "vgskye"; githubId = 116078858; - keys = [{fingerprint = "CDEA 7E04 69E3 0885 A754 4B05 0104 BC05 F41B 77B8";}]; + keys = [ { fingerprint = "CDEA 7E04 69E3 0885 A754 4B05 0104 BC05 F41B 77B8"; } ]; }; victormeriqui = { name = "Victor Meriqui"; @@ -26681,7 +26681,7 @@ List of NixOS maintainers. github = "vikanezrimaya"; githubId = 7953163; name = "Vika Shleina"; - keys = [{fingerprint = "5814 50EB 6E17 E715 7C63 E7F1 9879 8C3C 4D68 8D6D";}]; + keys = [ { fingerprint = "5814 50EB 6E17 E715 7C63 E7F1 9879 8C3C 4D68 8D6D"; } ]; }; viktornordling = { email = "antique_paler_0i@icloud.com"; @@ -26706,7 +26706,7 @@ List of NixOS maintainers. github = "vincentbernat"; githubId = 631446; name = "Vincent Bernat"; - keys = [{fingerprint = "AEF2 3487 66F3 71C6 89A7 3600 95A4 2FE8 3535 25F9";}]; + keys = [ { fingerprint = "AEF2 3487 66F3 71C6 89A7 3600 95A4 2FE8 3535 25F9"; } ]; }; vinetos = { name = "vinetos"; @@ -26773,7 +26773,7 @@ List of NixOS maintainers. github = "ViZiD"; githubId = 7444430; name = "Radik Islamov"; - keys = [{fingerprint = "5779 01B8 C620 E064 4212 C6FC F396 46E8 0C71 08E7";}]; + keys = [ { fingerprint = "5779 01B8 C620 E064 4212 C6FC F396 46E8 0C71 08E7"; } ]; }; vji = { email = "mail@viktor.im"; @@ -26822,7 +26822,7 @@ List of NixOS maintainers. github = "vncsb"; githubId = 19562240; name = "Vinicius Bernardino"; - keys = [{fingerprint = "F0D3 920C 722A 541F 0CCD 66E3 A7BA BA05 3D78 E7CA";}]; + keys = [ { fingerprint = "F0D3 920C 722A 541F 0CCD 66E3 A7BA BA05 3D78 E7CA"; } ]; }; vnpower = { email = "vnpower@loang.net"; @@ -26835,7 +26835,7 @@ List of NixOS maintainers. github = "vog"; githubId = 412749; name = "Volker Diels-Grabsch"; - keys = [{fingerprint = "A7E6 9C4F 69DC 5D6C FC84 EE34 A29F BD51 5F89 90AF";}]; + keys = [ { fingerprint = "A7E6 9C4F 69DC 5D6C FC84 EE34 A29F BD51 5F89 90AF"; } ]; }; voidless = { email = "julius.schmitt@yahoo.de"; @@ -26884,7 +26884,7 @@ List of NixOS maintainers. name = "Dmitry Voronin"; github = "voronind-com"; githubId = 22127600; - keys = [{fingerprint = "3241 FDAD 82A7 E22D 4279 F405 913F 3267 9278 2E1C";}]; + keys = [ { fingerprint = "3241 FDAD 82A7 E22D 4279 F405 913F 3267 9278 2E1C"; } ]; }; votava = { email = "votava@gmail.com"; @@ -26987,7 +26987,7 @@ List of NixOS maintainers. email = "wackbyte@pm.me"; github = "wackbyte"; githubId = 29505620; - keys = [{fingerprint = "E595 7FE4 FEF6 714B 1AD3 1483 937F 2AE5 CCEF BF59";}]; + keys = [ { fingerprint = "E595 7FE4 FEF6 714B 1AD3 1483 937F 2AE5 CCEF BF59"; } ]; }; waelwindows = { email = "waelwindows9922@gmail.com"; @@ -27000,7 +27000,7 @@ List of NixOS maintainers. email = "williamvphan@yahoo.fr"; github = "wahtique"; githubId = 55251330; - keys = [{fingerprint = "9262 E3A7 D129 C4DD A7C1 26CE 370D D9BE 9121 F0B3";}]; + keys = [ { fingerprint = "9262 E3A7 D129 C4DD A7C1 26CE 370D D9BE 9121 F0B3"; } ]; }; waiting-for-dev = { email = "marc@lamarciana.com"; @@ -27013,7 +27013,7 @@ List of NixOS maintainers. email = "sheng@a64.work"; github = "wakira"; githubId = 2338339; - keys = [{fingerprint = "47F7 009E 3AE3 1DA7 988E 12E1 8C9B 0A8F C0C0 D862";}]; + keys = [ { fingerprint = "47F7 009E 3AE3 1DA7 988E 12E1 8C9B 0A8F C0C0 D862"; } ]; }; wamirez = { email = "wamirez@protonmail.com"; @@ -27076,7 +27076,7 @@ List of NixOS maintainers. matrix = "@weathercold:matrix.org"; github = "Weathercold"; githubId = 49368953; - keys = [{fingerprint = "D20F C904 A145 8B28 53D8 FBA0 0422 0096 01E4 87FC";}]; + keys = [ { fingerprint = "D20F C904 A145 8B28 53D8 FBA0 0422 0096 01E4 87FC"; } ]; }; WeetHet = { name = "WeetHet"; @@ -27107,7 +27107,7 @@ List of NixOS maintainers. github = "welteki"; githubId = 16267532; name = "Han Verstraete"; - keys = [{fingerprint = "2145 955E 3F5E 0C95 3458 41B5 11F7 BAEA 8567 43FF";}]; + keys = [ { fingerprint = "2145 955E 3F5E 0C95 3458 41B5 11F7 BAEA 8567 43FF"; } ]; }; wenjinnn = { name = "wenjin"; @@ -27144,7 +27144,7 @@ List of NixOS maintainers. email = "wgn@wesnel.dev"; github = "wesnel"; githubId = 43357387; - keys = [{fingerprint = "F844 80B2 0CA9 D6CC C7F5 2479 A776 D2AD 099E 8BC0";}]; + keys = [ { fingerprint = "F844 80B2 0CA9 D6CC C7F5 2479 A776 D2AD 099E 8BC0"; } ]; }; wexder = { email = "wexder19@gmail.com"; @@ -27181,7 +27181,7 @@ List of NixOS maintainers. github = "WhiteBlackGoose"; githubId = 31178401; name = "WhiteBlackGoose"; - keys = [{fingerprint = "640B EDDE 9734 310A BFA3 B257 52ED AE6A 3995 AFAB";}]; + keys = [ { fingerprint = "640B EDDE 9734 310A BFA3 B257 52ED AE6A 3995 AFAB"; } ]; }; whiteley = { email = "mattwhiteley@gmail.com"; @@ -27230,7 +27230,7 @@ List of NixOS maintainers. email = "sebastian@wild-siena.com"; github = "wildsebastian"; githubId = 1215623; - keys = [{fingerprint = "DA03 D6C6 3F58 E796 AD26 E99B 366A 2940 479A 06FC";}]; + keys = [ { fingerprint = "DA03 D6C6 3F58 E796 AD26 E99B 366A 2940 479A 06FC"; } ]; }; wilhelmines = { email = "mail@aesz.org"; @@ -27268,7 +27268,7 @@ List of NixOS maintainers. github = "spaghetus"; githubId = 28763739; name = "Willow Carlson-Huber"; - keys = [{fingerprint = "FE21E0981CDFD50ADD086423C21A693BA4693A60";}]; + keys = [ { fingerprint = "FE21E0981CDFD50ADD086423C21A693BA4693A60"; } ]; }; willswats = { email = "williamstuwatson@gmail.com"; @@ -27316,7 +27316,7 @@ List of NixOS maintainers. email = "jade@witchof.space"; github = "witchof0x20"; githubId = 36118348; - keys = [{fingerprint = "69C9 876B 5797 1B2E 11C5 7C39 80A1 F76F C9F9 54AE";}]; + keys = [ { fingerprint = "69C9 876B 5797 1B2E 11C5 7C39 80A1 F76F C9F9 54AE"; } ]; }; wizardlink = { name = "wizardlink"; @@ -27388,7 +27388,7 @@ List of NixOS maintainers. email = "walther@technowledgy.de"; github = "wolfgangwalther"; githubId = 9132420; - keys = [{fingerprint = "F943 A0BC 720C 5BEF 73CD E02D B398 93FA 5F65 CAE1";}]; + keys = [ { fingerprint = "F943 A0BC 720C 5BEF 73CD E02D B398 93FA 5F65 CAE1"; } ]; }; womeier = { name = "Wolfgang Meier"; @@ -27407,7 +27407,7 @@ List of NixOS maintainers. github = "workflow"; githubId = 1276854; name = "Florian Peter"; - keys = [{fingerprint = "C349 3C74 E232 A1EE E005 1678 2457 5DB9 3F6C EC16";}]; + keys = [ { fingerprint = "C349 3C74 E232 A1EE E005 1678 2457 5DB9 3F6C EC16"; } ]; }; worldofpeace = { email = "worldofpeace@protonmail.ch"; @@ -27451,9 +27451,9 @@ List of NixOS maintainers. github = "wrbbz"; githubId = 14261606; keys = [ - {fingerprint = "3724 B33B 0B85 F067 814C DA30 FC77 0786 0149 E41E";} - {fingerprint = "A18D 996A D48C 10E8 B985 A219 B43D 995D 2501 1DFA";} - {fingerprint = "34DB 8D31 F782 2B61 FF06 9503 8B5C 43DC 9105 2999";} + { fingerprint = "3724 B33B 0B85 F067 814C DA30 FC77 0786 0149 E41E"; } + { fingerprint = "A18D 996A D48C 10E8 B985 A219 B43D 995D 2501 1DFA"; } + { fingerprint = "34DB 8D31 F782 2B61 FF06 9503 8B5C 43DC 9105 2999"; } ]; }; wrmilling = { @@ -27461,7 +27461,7 @@ List of NixOS maintainers. email = "Winston@Milli.ng"; github = "wrmilling"; githubId = 6162814; - keys = [{fingerprint = "21E1 6B8D 2EE8 7530 6A6C 9968 D830 77B9 9F8C 6643";}]; + keys = [ { fingerprint = "21E1 6B8D 2EE8 7530 6A6C 9968 D830 77B9 9F8C 6643"; } ]; }; wrvsrx = { name = "wrvsrx"; @@ -27590,8 +27590,8 @@ List of NixOS maintainers. github = "xddxdd"; githubId = 5778879; keys = [ - {fingerprint = "2306 7C13 B6AE BDD7 C0BB 5673 27F3 1700 E751 EC22";} - {fingerprint = "B195 E8FB 873E 6020 DCD1 C0C6 B50E C319 385F CB0D";} + { fingerprint = "2306 7C13 B6AE BDD7 C0BB 5673 27F3 1700 E751 EC22"; } + { fingerprint = "B195 E8FB 873E 6020 DCD1 C0C6 B50E C319 385F CB0D"; } ]; name = "Yuhui Xu"; }; @@ -27640,7 +27640,7 @@ List of NixOS maintainers. xgwq = { name = "XGWQ"; email = "nixos.xgwq@xnee.net"; - keys = [{fingerprint = "6489 9EF2 A256 5C04 7426 686C 8337 A748 74EB E129";}]; + keys = [ { fingerprint = "6489 9EF2 A256 5C04 7426 686C 8337 A748 74EB E129"; } ]; matrix = "@xgwq:nerdberg.de"; github = "peterablehmann"; githubId = 36541313; @@ -27828,8 +27828,8 @@ List of NixOS maintainers. github = "yavko"; githubId = 15178513; keys = [ - {fingerprint = "DC05 7015 ECD7 E68A 6426 EFD8 F07D 19A3 2407 F857";} - {fingerprint = "2874 581F F832 C9E9 AEC6 8D84 E57B F27C 8BB0 80B0";} + { fingerprint = "DC05 7015 ECD7 E68A 6426 EFD8 F07D 19A3 2407 F857"; } + { fingerprint = "2874 581F F832 C9E9 AEC6 8D84 E57B F27C 8BB0 80B0"; } ]; }; yayayayaka = { @@ -27850,7 +27850,7 @@ List of NixOS maintainers. email = "ydlr@ydlr.io"; github = "ydlr"; githubId = 58453832; - keys = [{fingerprint = "FD0A C425 9EF5 4084 F99F 9B47 2ACC 9749 7C68 FAD4";}]; + keys = [ { fingerprint = "FD0A C425 9EF5 4084 F99F 9B47 2ACC 9749 7C68 FAD4"; } ]; }; yechielw = { name = "yechielw"; @@ -27941,7 +27941,7 @@ List of NixOS maintainers. name = "Yurii Matsiuk"; github = "ymatsiuk"; githubId = 24990891; - keys = [{fingerprint = "7BB8 84B5 74DA FDB1 E194 ED21 6130 2290 2986 01AA";}]; + keys = [ { fingerprint = "7BB8 84B5 74DA FDB1 E194 ED21 6130 2290 2986 01AA"; } ]; }; ymeister = { name = "Yuri Meister"; @@ -27977,7 +27977,7 @@ List of NixOS maintainers. githubId = 38936915; name = "Yogansh Sharma"; keys = [ - {fingerprint = "D2A8 A906 ACA7 B6D6 575E 9A2F 3A49 5054 6EA6 9E5C";} + { fingerprint = "D2A8 A906 ACA7 B6D6 575E 9A2F 3A49 5054 6EA6 9E5C"; } ]; }; yomaq = { @@ -28017,7 +28017,7 @@ List of NixOS maintainers. email = "youwenw@gmail.com"; github = "youwen5"; githubId = 38934577; - keys = [{fingerprint = "8F5E 6C1A F909 76CA 7102 917A 8656 58ED 1FE6 1EC3";}]; + keys = [ { fingerprint = "8F5E 6C1A F909 76CA 7102 917A 8656 58ED 1FE6 1EC3"; } ]; }; yrashk = { email = "yrashk@gmail.com"; @@ -28055,7 +28055,7 @@ List of NixOS maintainers. github = "Yumasi"; githubId = 24368641; name = "Guillaume Pagnoux"; - keys = [{fingerprint = "85F8 E850 F8F2 F823 F934 535B EC50 6589 9AEA AF4C";}]; + keys = [ { fingerprint = "85F8 E850 F8F2 F823 F934 535B EC50 6589 9AEA AF4C"; } ]; }; yunfachi = { email = "yunfachi@gmail.com"; @@ -28098,7 +28098,7 @@ List of NixOS maintainers. github = "yusdacra"; githubId = 19897088; name = "Yusuf Bera Ertan"; - keys = [{fingerprint = "9270 66BD 8125 A45B 4AC4 0326 6180 7181 F60E FCB2";}]; + keys = [ { fingerprint = "9270 66BD 8125 A45B 4AC4 0326 6180 7181 F60E FCB2"; } ]; }; yusuf-duran = { github = "yusuf-duran"; @@ -28111,13 +28111,13 @@ List of NixOS maintainers. github = "yuuyins"; githubId = 86538850; name = "Yuu Yin"; - keys = [{fingerprint = "9F19 3AE8 AA25 647F FC31 46B5 416F 303B 43C2 0AC3";}]; + keys = [ { fingerprint = "9F19 3AE8 AA25 647F FC31 46B5 416F 303B 43C2 0AC3"; } ]; }; yvan-sraka = { email = "yvan@sraka.xyz"; github = "yvan-sraka"; githubId = 705213; - keys = [{fingerprint = "FE9A 953C 97E4 54FE 6598 BFDD A4FB 3EAA 6F45 2379";}]; + keys = [ { fingerprint = "FE9A 953C 97E4 54FE 6598 BFDD A4FB 3EAA 6F45 2379"; } ]; matrix = "@/yvan:matrix.org"; name = "Yvan Sraka"; }; @@ -28138,7 +28138,7 @@ List of NixOS maintainers. github = "yzx9"; githubId = 41458459; name = "Zexin Yuan"; - keys = [{fingerprint = "FE16 B281 90EF 6C3F F661 6441 C2DD 1916 FE47 1BE2";}]; + keys = [ { fingerprint = "FE16 B281 90EF 6C3F F661 6441 C2DD 1916 FE47 1BE2"; } ]; }; zacharyweiss = { name = "Zachary Weiss"; @@ -28210,7 +28210,7 @@ List of NixOS maintainers. email = "zane@zanevaniperen.com"; github = "vs49688"; githubId = 4423262; - keys = [{fingerprint = "61AE D40F 368B 6F26 9DAE 3892 6861 6B2D 8AC4 DCC5";}]; + keys = [ { fingerprint = "61AE D40F 368B 6F26 9DAE 3892 6861 6B2D 8AC4 DCC5"; } ]; }; zaninime = { email = "francesco@zanini.me"; @@ -28260,7 +28260,7 @@ List of NixOS maintainers. email = "zacc@ztdp.ca"; github = "zedseven"; githubId = 25164338; - keys = [{fingerprint = "065A 0A98 FE61 E1C1 41B0 AFE7 64FA BC62 F457 2875";}]; + keys = [ { fingerprint = "065A 0A98 FE61 E1C1 41B0 AFE7 64FA BC62 F457 2875"; } ]; }; zelkourban = { name = "zelkourban"; @@ -28279,7 +28279,7 @@ List of NixOS maintainers. email = "i@zenithal.me"; github = "ZenithalHourlyRate"; githubId = 19512674; - keys = [{fingerprint = "1127 F188 280A E312 3619 3329 87E1 7EEF 9B18 B6C9";}]; + keys = [ { fingerprint = "1127 F188 280A E312 3619 3329 87E1 7EEF 9B18 B6C9"; } ]; }; zeorin = { name = "Xandor Schiefer"; @@ -28287,14 +28287,14 @@ List of NixOS maintainers. matrix = "@zeorin:matrix.org"; github = "zeorin"; githubId = 1187078; - keys = [{fingerprint = "863F 093A CF82 D2C8 6FD7 FB74 5E1C 0971 FE4F 665A";}]; + keys = [ { fingerprint = "863F 093A CF82 D2C8 6FD7 FB74 5E1C 0971 FE4F 665A"; } ]; }; zeratax = { email = "mail@zera.tax"; github = "zeratax"; githubId = 5024958; name = "Jona Abdinghoff"; - keys = [{fingerprint = "44F7 B797 9D3A 27B1 89E0 841E 8333 735E 784D F9D4";}]; + keys = [ { fingerprint = "44F7 B797 9D3A 27B1 89E0 841E 8333 735E 784D F9D4"; } ]; }; zeri = { name = "zeri"; @@ -28363,8 +28363,8 @@ List of NixOS maintainers. matrix = "@zimward:zimward.moe"; email = "zimward@zimward.moe"; keys = [ - {fingerprint = "CBF7 FA5E F4B5 8B68 5977 3E3E 4CAC 61D6 A482 FCD9";} - {fingerprint = "E22F 760E E074 E57A 21CB 1733 8DD2 9BB5 2C25 EA09";} + { fingerprint = "CBF7 FA5E F4B5 8B68 5977 3E3E 4CAC 61D6 A482 FCD9"; } + { fingerprint = "E22F 760E E074 E57A 21CB 1733 8DD2 9BB5 2C25 EA09"; } ]; }; Zirconium419122 = { @@ -28409,7 +28409,7 @@ List of NixOS maintainers. githubId = 44469426; name = "Zoey de Souza Pessanha"; email = "zoey.spessanha@outlook.com"; - keys = [{fingerprint = "EAA1 51DB 472B 0122 109A CB17 1E1E 889C DBD6 A315";}]; + keys = [ { fingerprint = "EAA1 51DB 472B 0122 109A CB17 1E1E 889C DBD6 A315"; } ]; }; zohl = { email = "zohl@fmap.me"; @@ -28509,4 +28509,3 @@ List of NixOS maintainers. # keep-sorted end } # Keep the list alphabetically sorted. - diff --git a/pkgs/by-name/pl/plus-jakarta-sans/package.nix b/pkgs/by-name/pl/plus-jakarta-sans/package.nix new file mode 100644 index 000000000000..15e6b849e92a --- /dev/null +++ b/pkgs/by-name/pl/plus-jakarta-sans/package.nix @@ -0,0 +1,32 @@ +{ + lib, + stdenvNoCC, + fetchzip, +}: +stdenvNoCC.mkDerivation (finalAttrs: { + pname = "plus-jakarta-sans"; + version = "2.7.1"; + + src = fetchzip { + url = "https://github.com/tokotype/PlusJakartaSans/releases/download/${finalAttrs.version}/PlusJakartaSans-${finalAttrs.version}.zip"; + stripRoot = false; + hash = "sha256-+ghkQ4/wxou3FB68ceCwBeGrSCaHJhb16MybvN6mCSc="; + }; + + installPhase = '' + runHook preInstall + + mkdir -p $out/share/fonts/truetype + cp PlusJakartaSans-$version/*/PlusJakartaSans*.ttf $out/share/fonts/truetype + + runHook postInstall + ''; + + meta = { + homepage = "https://www.tokotype.com/custom-fonts/plusjakarta"; + description = "Typeface designed for Jakarta 'City of collaboration' program in 2020"; + license = lib.licenses.ofl; + platforms = lib.platforms.all; + maintainers = with lib.maintainers; [ gavink97 ]; + }; +}) From d0d2f76c542bff660ac24bb853389f5b5eafc6e4 Mon Sep 17 00:00:00 2001 From: Marie Ramlow Date: Mon, 11 Aug 2025 16:02:43 +0200 Subject: [PATCH 24/49] air-formatter: don't build xtask --- pkgs/by-name/ai/air-formatter/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/by-name/ai/air-formatter/package.nix b/pkgs/by-name/ai/air-formatter/package.nix index 70f1b416c1e7..4d8bc5240a7e 100644 --- a/pkgs/by-name/ai/air-formatter/package.nix +++ b/pkgs/by-name/ai/air-formatter/package.nix @@ -27,6 +27,8 @@ rustPlatform.buildRustPackage (finalAttrs: { versionCheckProgramArg = "--version"; doInstallCheck = true; + cargoBuildFlags = [ "-p air" ]; + passthru = { updateScript = nix-update-script { }; }; From 16479566674882c88e9af32af0889931fc2254ab Mon Sep 17 00:00:00 2001 From: qzylinra Date: Tue, 12 Aug 2025 09:46:03 +0800 Subject: [PATCH 25/49] flutter335: init at 3.35.0-0.3.pre --- .../compilers/flutter/engine/package.nix | 13 +- .../compilers/flutter/flutter-tools.nix | 21 + .../development/compilers/flutter/flutter.nix | 10 +- .../compilers/flutter/versions/3_35/data.json | 1080 +++++++++++++++++ ...-crash-on-missing-package-graph-json.patch | 95 ++ ...deregister-pub-dependencies-artifact.patch | 21 + .../3_35/patches/disable-auto-update.patch | 30 + .../fix-ios-build-xcode-backend-sh.patch | 68 ++ pkgs/top-level/all-packages.nix | 1 + 9 files changed, 1335 insertions(+), 4 deletions(-) create mode 100644 pkgs/development/compilers/flutter/versions/3_35/data.json create mode 100644 pkgs/development/compilers/flutter/versions/3_35/patches/avoid-crash-on-missing-package-graph-json.patch create mode 100644 pkgs/development/compilers/flutter/versions/3_35/patches/deregister-pub-dependencies-artifact.patch create mode 100644 pkgs/development/compilers/flutter/versions/3_35/patches/disable-auto-update.patch create mode 100644 pkgs/development/compilers/flutter/versions/3_35/patches/fix-ios-build-xcode-backend-sh.patch diff --git a/pkgs/development/compilers/flutter/engine/package.nix b/pkgs/development/compilers/flutter/engine/package.nix index 19c0e7691302..76300ee2b5ed 100644 --- a/pkgs/development/compilers/flutter/engine/package.nix +++ b/pkgs/development/compilers/flutter/engine/package.nix @@ -165,7 +165,11 @@ stdenv.mkDerivation (finalAttrs: { NIX_CFLAGS_COMPILE = [ "-I${finalAttrs.toolchain}/include" ] - ++ lib.optional (!isOptimized) "-U_FORTIFY_SOURCE"; + ++ lib.optional (!isOptimized) "-U_FORTIFY_SOURCE" + ++ lib.optionals (lib.versionAtLeast flutterVersion "3.35") [ + "-Wno-macro-redefined" + "-Wno-error=macro-redefined" + ]; nativeCheckInputs = lib.optionals stdenv.hostPlatform.isLinux [ xorg.xorgserver @@ -254,6 +258,13 @@ stdenv.mkDerivation (finalAttrs: { done popd + '' + # error: 'close_range' is missing exception specification 'noexcept(true)' + + lib.optionalString (lib.versionAtLeast flutterVersion "3.35") '' + substituteInPlace src/flutter/third_party/dart/runtime/bin/process_linux.cc \ + --replace-fail "(unsigned int first, unsigned int last, int flags)" "(unsigned int first, unsigned int last, int flags) noexcept(true)" + '' + + '' popd ''; diff --git a/pkgs/development/compilers/flutter/flutter-tools.nix b/pkgs/development/compilers/flutter/flutter-tools.nix index 299d4a93c500..4eb71e2afabe 100644 --- a/pkgs/development/compilers/flutter/flutter-tools.nix +++ b/pkgs/development/compilers/flutter/flutter-tools.nix @@ -4,6 +4,7 @@ systemPlatform, buildDartApplication, runCommand, + writeTextFile, git, which, dart, @@ -11,8 +12,22 @@ flutterSrc, patches ? [ ], pubspecLock, + engineVersion, }: +let + # https://github.com/flutter/flutter/blob/17c92b7ba68ea609f4eb3405211d019c9dbc4d27/engine/src/flutter/tools/engine_tool/test/commands/stamp_command_test.dart#L125 + engine_stamp = writeTextFile { + name = "engine_stamp"; + text = builtins.toJSON { + build_date = "2025-06-27T12:30:00.000Z"; + build_time_ms = 1751027400000; + git_revision = engineVersion; + git_revision_date = "2025-06-27T17:11:53-07:00"; + content_hash = "1111111111111111111111111111111111111111"; + }; + }; +in buildDartApplication.override { inherit dart; } rec { pname = "flutter-tools"; inherit version; @@ -32,6 +47,12 @@ buildDartApplication.override { inherit dart; } rec { + lib.optionalString stdenv.hostPlatform.isDarwin '' substituteInPlace lib/src/ios/xcodeproj.dart \ --replace-fail arm64e arm64 + '' + # need network + + lib.optionalString (lib.versionAtLeast version "3.35.0") '' + cp ${engine_stamp} ../../bin/cache/engine_stamp.json + substituteInPlace lib/src/flutter_cache.dart \ + --replace-fail "registerArtifact(FlutterEngineStamp(this, logger));" "" ''; # When the JIT snapshot is being built, the application needs to run. diff --git a/pkgs/development/compilers/flutter/flutter.nix b/pkgs/development/compilers/flutter/flutter.nix index f5a9f42a3c61..e1aed72276e1 100644 --- a/pkgs/development/compilers/flutter/flutter.nix +++ b/pkgs/development/compilers/flutter/flutter.nix @@ -54,10 +54,14 @@ let flutterTools = args.flutterTools or (callPackage ./flutter-tools.nix { - inherit dart version; + inherit + dart + engineVersion + patches + pubspecLock + version + ; flutterSrc = src; - inherit patches; - inherit pubspecLock; systemPlatform = stdenv.hostPlatform.system; }); diff --git a/pkgs/development/compilers/flutter/versions/3_35/data.json b/pkgs/development/compilers/flutter/versions/3_35/data.json new file mode 100644 index 000000000000..9a17781b89f2 --- /dev/null +++ b/pkgs/development/compilers/flutter/versions/3_35/data.json @@ -0,0 +1,1080 @@ +{ + "version": "3.35.0-0.3.pre", + "engineVersion": "659d9553df45256ed2aa388aae7ed5a1a4f51bae", + "engineSwiftShaderHash": "sha256-ATVcuxqPHqHOWYyO7DoX9LdgUiO3INUi7m9Mc6ccc1M=", + "engineSwiftShaderRev": "d040a5bab638bf7c226235c95787ba6288bb6416", + "channel": "beta", + "engineHashes": { + "aarch64-linux": { + "aarch64-linux": "sha256-M1DdrGsI0qEpk/DxSlZwN3eRw87ytBZkudfWPrkgbcA=", + "x86_64-linux": "sha256-M1DdrGsI0qEpk/DxSlZwN3eRw87ytBZkudfWPrkgbcA=" + }, + "x86_64-linux": { + "aarch64-linux": "sha256-fYd3T5t2kxJQr6VHqQWn/Cx/djYj3G4cHS6wNT656Rs=", + "x86_64-linux": "sha256-fYd3T5t2kxJQr6VHqQWn/Cx/djYj3G4cHS6wNT656Rs=" + } + }, + "dartVersion": "3.9.0-333.2.beta", + "dartHash": { + "x86_64-linux": "sha256-1QnclBC2IKuHNl2Xc1OXeG+/Owp46z4Uac3+3smimY8=", + "aarch64-linux": "sha256-g/zDpFjzTc7NEuER1jxo8hL/yzaRZeoN2Q+oa1Vs4yM=", + "x86_64-darwin": "sha256-K6DJ9O8//F3MVCmJd9vGjJg/qC83XtVrqd4pwaQeOng=", + "aarch64-darwin": "sha256-a85QVapUKgFovzC0CuLzSPSWXu8tm3HuK+AxfuwlrUI=" + }, + "flutterHash": "sha256-K1Z/SzFK1tGC7qTbbnLXbb1fVb/wsqSvtBGUaIjKpPE=", + "artifactHashes": { + "android": { + "aarch64-darwin": "sha256-xxWlavfiKXlEfTbYgk0+4VM4zsORuXRAaNwzYpRdU08=", + "aarch64-linux": "sha256-Wg0yuh4TJ9VroTpJqCeIwDK4uyucPUxa3f4XN7SAzUI=", + "x86_64-darwin": "sha256-xxWlavfiKXlEfTbYgk0+4VM4zsORuXRAaNwzYpRdU08=", + "x86_64-linux": "sha256-Wg0yuh4TJ9VroTpJqCeIwDK4uyucPUxa3f4XN7SAzUI=" + }, + "fuchsia": { + "aarch64-darwin": "sha256-zzrbl7IPIGW8IniM5xTg8ydrXvgDg9R6d1Yr+q1pMwk=", + "aarch64-linux": "sha256-zzrbl7IPIGW8IniM5xTg8ydrXvgDg9R6d1Yr+q1pMwk=", + "x86_64-darwin": "sha256-zzrbl7IPIGW8IniM5xTg8ydrXvgDg9R6d1Yr+q1pMwk=", + "x86_64-linux": "sha256-zzrbl7IPIGW8IniM5xTg8ydrXvgDg9R6d1Yr+q1pMwk=" + }, + "ios": { + "aarch64-darwin": "sha256-qH5UzFC4N+3limzSFRSGaT3bSoNXeV1kgnj0ASgwU3U=", + "aarch64-linux": "sha256-qH5UzFC4N+3limzSFRSGaT3bSoNXeV1kgnj0ASgwU3U=", + "x86_64-darwin": "sha256-qH5UzFC4N+3limzSFRSGaT3bSoNXeV1kgnj0ASgwU3U=", + "x86_64-linux": "sha256-qH5UzFC4N+3limzSFRSGaT3bSoNXeV1kgnj0ASgwU3U=" + }, + "linux": { + "aarch64-darwin": "sha256-AfB55jB4bNv0j5fyyLZEPO0W/9I6xhn7Sh5gVppbu5o=", + "aarch64-linux": "sha256-AfB55jB4bNv0j5fyyLZEPO0W/9I6xhn7Sh5gVppbu5o=", + "x86_64-darwin": "sha256-I1jE7iGN9GNVhNi68dVNoDKuF+OxI1tM3+gttncBKfk=", + "x86_64-linux": "sha256-I1jE7iGN9GNVhNi68dVNoDKuF+OxI1tM3+gttncBKfk=" + }, + "macos": { + "aarch64-darwin": "sha256-oR9gomhLORmE0jaUHS9SX92lfCaeGebZUC0NLiR5jEM=", + "aarch64-linux": "sha256-oR9gomhLORmE0jaUHS9SX92lfCaeGebZUC0NLiR5jEM=", + "x86_64-darwin": "sha256-oR9gomhLORmE0jaUHS9SX92lfCaeGebZUC0NLiR5jEM=", + "x86_64-linux": "sha256-oR9gomhLORmE0jaUHS9SX92lfCaeGebZUC0NLiR5jEM=" + }, + "universal": { + "aarch64-darwin": "sha256-Uu7H2iltu7hYMzNfn0TyUoBQcrII5zmTCMLArs2oBSA=", + "aarch64-linux": "sha256-ba7ayG8Hsb2TLFVIo6HMQrm1RKDfpcAMoBH9FDVhGN0=", + "x86_64-darwin": "sha256-NF/RKJ28q88MbKXr9gcPZmPg9Q+4IatwCiqXeVIRr/A=", + "x86_64-linux": "sha256-B1GCfIYemqzMs8ozAfqa3QmBM04dT1eKihGjyw9EZ2A=" + }, + "web": { + "aarch64-darwin": "sha256-SnhSlHAmkVdZKXH6TCsdz8HDKz2E17jIfIgpoTJ82eU=", + "aarch64-linux": "sha256-SnhSlHAmkVdZKXH6TCsdz8HDKz2E17jIfIgpoTJ82eU=", + "x86_64-darwin": "sha256-SnhSlHAmkVdZKXH6TCsdz8HDKz2E17jIfIgpoTJ82eU=", + "x86_64-linux": "sha256-SnhSlHAmkVdZKXH6TCsdz8HDKz2E17jIfIgpoTJ82eU=" + }, + "windows": { + "x86_64-darwin": "sha256-2N+IkOUbbFs2gtWwbpP4rdzHi0R7iMIiMwpHZUPr6C8=", + "x86_64-linux": "sha256-2N+IkOUbbFs2gtWwbpP4rdzHi0R7iMIiMwpHZUPr6C8=" + } + }, + "pubspecLock": { + "packages": { + "_fe_analyzer_shared": { + "dependency": "direct main", + "description": { + "name": "_fe_analyzer_shared", + "sha256": "e55636ed79578b9abca5fecf9437947798f5ef7456308b5cb85720b793eac92f", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "82.0.0" + }, + "analyzer": { + "dependency": "direct main", + "description": { + "name": "analyzer", + "sha256": "904ae5bb474d32c38fb9482e2d925d5454cda04ddd0e55d2e6826bc72f6ba8c0", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "7.4.5" + }, + "archive": { + "dependency": "direct main", + "description": { + "name": "archive", + "sha256": "cb6a278ef2dbb298455e1a713bda08524a175630ec643a242c399c932a0a1f7d", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "3.6.1" + }, + "args": { + "dependency": "direct main", + "description": { + "name": "args", + "sha256": "d0481093c50b1da8910eb0bb301626d4d8eb7284aa739614d2b394ee09e3ea04", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "2.7.0" + }, + "async": { + "dependency": "direct main", + "description": { + "name": "async", + "sha256": "758e6d74e971c3e5aceb4110bfd6698efc7f501675bcfe0c775459a8140750eb", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "2.13.0" + }, + "boolean_selector": { + "dependency": "direct main", + "description": { + "name": "boolean_selector", + "sha256": "8aab1771e1243a5063b8b0ff68042d67334e3feab9e95b9490f9a6ebf73b42ea", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "2.1.2" + }, + "browser_launcher": { + "dependency": "direct main", + "description": { + "name": "browser_launcher", + "sha256": "ca2557663d3033845f2ef2b60f94fc249528324fd1affddccb7c63ac0ccd6c67", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "1.1.3" + }, + "built_collection": { + "dependency": "direct main", + "description": { + "name": "built_collection", + "sha256": "376e3dd27b51ea877c28d525560790aee2e6fbb5f20e2f85d5081027d94e2100", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "5.1.1" + }, + "built_value": { + "dependency": "direct main", + "description": { + "name": "built_value", + "sha256": "082001b5c3dc495d4a42f1d5789990505df20d8547d42507c29050af6933ee27", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "8.10.1" + }, + "checked_yaml": { + "dependency": "direct dev", + "description": { + "name": "checked_yaml", + "sha256": "959525d3162f249993882720d52b7e0c833978df229be20702b33d48d91de70f", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "2.0.4" + }, + "cli_config": { + "dependency": "direct main", + "description": { + "name": "cli_config", + "sha256": "ac20a183a07002b700f0c25e61b7ee46b23c309d76ab7b7640a028f18e4d99ec", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "0.2.0" + }, + "clock": { + "dependency": "direct main", + "description": { + "name": "clock", + "sha256": "fddb70d9b5277016c77a80201021d40a2247104d9f4aa7bab7157b7e3f05b84b", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "1.1.2" + }, + "code_assets": { + "dependency": "direct main", + "description": { + "name": "code_assets", + "sha256": "dd7ed641b7f642092092969f2dcd5845ab31c9f3efead0c06ca437bf9ce8a8b2", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "0.19.4" + }, + "code_builder": { + "dependency": "direct main", + "description": { + "name": "code_builder", + "sha256": "0ec10bf4a89e4c613960bf1e8b42c64127021740fb21640c29c909826a5eea3e", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "4.10.1" + }, + "collection": { + "dependency": "direct main", + "description": { + "name": "collection", + "sha256": "2f5709ae4d3d59dd8f7cd309b4e023046b57d8a6c82130785d2b0e5868084e76", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "1.19.1" + }, + "completion": { + "dependency": "direct main", + "description": { + "name": "completion", + "sha256": "f11b7a628e6c42b9edc9b0bc3aa490e2d930397546d2f794e8e1325909d11c60", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "1.0.1" + }, + "convert": { + "dependency": "direct main", + "description": { + "name": "convert", + "sha256": "b30acd5944035672bc15c6b7a8b47d773e41e2f17de064350988c5d02adb1c68", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "3.1.2" + }, + "coverage": { + "dependency": "direct main", + "description": { + "name": "coverage", + "sha256": "aa07dbe5f2294c827b7edb9a87bba44a9c15a3cc81bc8da2ca19b37322d30080", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "1.14.1" + }, + "crypto": { + "dependency": "direct main", + "description": { + "name": "crypto", + "sha256": "1e445881f28f22d6140f181e07737b22f1e099a5e1ff94b0af2f9e4a463f4855", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "3.0.6" + }, + "csslib": { + "dependency": "direct main", + "description": { + "name": "csslib", + "sha256": "09bad715f418841f976c77db72d5398dc1253c21fb9c0c7f0b0b985860b2d58e", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "1.0.2" + }, + "dap": { + "dependency": "direct main", + "description": { + "name": "dap", + "sha256": "42b0b083a09c59a118741769e218fc3738980ab591114f09d1026241d2b9c290", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "1.4.0" + }, + "dart_service_protocol_shared": { + "dependency": "transitive", + "description": { + "name": "dart_service_protocol_shared", + "sha256": "1737875c176d7e3d87bb3a359182828b542fe20a0b34198b8d31a81af5c7a76d", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "0.0.3" + }, + "dart_style": { + "dependency": "direct main", + "description": { + "name": "dart_style", + "sha256": "5b236382b47ee411741447c1f1e111459c941ea1b3f2b540dde54c210a3662af", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "3.1.0" + }, + "dds": { + "dependency": "direct main", + "description": { + "name": "dds", + "sha256": "b80c44468f5549867f65c43b0c6ecf0872261e86beb75087ed6c1d7f82e9db22", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "5.0.3" + }, + "dds_service_extensions": { + "dependency": "direct main", + "description": { + "name": "dds_service_extensions", + "sha256": "c514114300ab30a95903fed1fdcf2949d057a0ea961168ec890a2b415b3ec52a", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "2.0.2" + }, + "devtools_shared": { + "dependency": "direct main", + "description": { + "name": "devtools_shared", + "sha256": "275e48a8a145fa09c7ae433a96fd433c01cc079d39b40acf5ba883236ae2c887", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "12.0.0" + }, + "dtd": { + "dependency": "direct main", + "description": { + "name": "dtd", + "sha256": "09ddb228b3d1478a093556357692a4c203ff4f9d5f8cda05dfdca0ff3fb7c5d3", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "4.0.0" + }, + "dwds": { + "dependency": "direct main", + "description": { + "name": "dwds", + "sha256": "b14203ae57d2ef575d115e30a303c7fe643c5e6af5acfb1330d4c57091ee11c6", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "24.4.0" + }, + "extension_discovery": { + "dependency": "direct main", + "description": { + "name": "extension_discovery", + "sha256": "de1fce715ab013cdfb00befc3bdf0914bea5e409c3a567b7f8f144bc061611a7", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "2.1.0" + }, + "fake_async": { + "dependency": "direct main", + "description": { + "name": "fake_async", + "sha256": "5368f224a74523e8d2e7399ea1638b37aecfca824a3cc4dfdf77bf1fa905ac44", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "1.3.3" + }, + "ffi": { + "dependency": "direct main", + "description": { + "name": "ffi", + "sha256": "289279317b4b16eb2bb7e271abccd4bf84ec9bdcbe999e278a94b804f5630418", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "2.1.4" + }, + "file": { + "dependency": "direct main", + "description": { + "name": "file", + "sha256": "a3b4f84adafef897088c160faf7dfffb7696046cb13ae90b508c2cbc95d3b8d4", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "7.0.1" + }, + "file_testing": { + "dependency": "direct dev", + "description": { + "name": "file_testing", + "sha256": "eb0c85fd118ddc0d41c295c09f64e0924c256b071087cdc9828d5372c80d554d", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "3.0.2" + }, + "fixnum": { + "dependency": "direct main", + "description": { + "name": "fixnum", + "sha256": "b6dc7065e46c974bc7c5f143080a6764ec7a4be6da1285ececdc37be96de53be", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "1.1.1" + }, + "flutter_template_images": { + "dependency": "direct main", + "description": { + "name": "flutter_template_images", + "sha256": "0120589a786dbae4e86af1f61748baccd8530abd56a60e7a13479647a75222fe", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "5.0.0" + }, + "frontend_server_client": { + "dependency": "direct main", + "description": { + "name": "frontend_server_client", + "sha256": "f64a0333a82f30b0cca061bc3d143813a486dc086b574bfb233b7c1372427694", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "4.0.0" + }, + "glob": { + "dependency": "direct main", + "description": { + "name": "glob", + "sha256": "c3f1ee72c96f8f78935e18aa8cecced9ab132419e8625dc187e1c2408efc20de", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "2.1.3" + }, + "graphs": { + "dependency": "direct main", + "description": { + "name": "graphs", + "sha256": "741bbf84165310a68ff28fe9e727332eef1407342fca52759cb21ad8177bb8d0", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "2.3.2" + }, + "hooks": { + "dependency": "direct main", + "description": { + "name": "hooks", + "sha256": "75363eae6c0c2db051c4f6b3b1fcdea8a09c4a596cc83bfff847661da6e80dfc", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "0.19.5" + }, + "hooks_runner": { + "dependency": "direct main", + "description": { + "name": "hooks_runner", + "sha256": "4b1db0e99d4a1a92c14691ab6b61c9b1ce348a1a1d6fe9cca9252cd85f89eeac", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "0.21.0" + }, + "html": { + "dependency": "direct main", + "description": { + "name": "html", + "sha256": "6d1264f2dffa1b1101c25a91dff0dc2daee4c18e87cd8538729773c073dbf602", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "0.15.6" + }, + "http": { + "dependency": "direct main", + "description": { + "name": "http", + "sha256": "2c11f3f94c687ee9bad77c171151672986360b2b001d109814ee7140b2cf261b", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "1.4.0" + }, + "http_multi_server": { + "dependency": "direct main", + "description": { + "name": "http_multi_server", + "sha256": "aa6199f908078bb1c5efb8d8638d4ae191aac11b311132c3ef48ce352fb52ef8", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "3.2.2" + }, + "http_parser": { + "dependency": "direct main", + "description": { + "name": "http_parser", + "sha256": "178d74305e7866013777bab2c3d8726205dc5a4dd935297175b19a23a2e66571", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "4.1.2" + }, + "intl": { + "dependency": "direct main", + "description": { + "name": "intl", + "sha256": "3df61194eb431efc39c4ceba583b95633a403f46c9fd341e550ce0bfa50e9aa5", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "0.20.2" + }, + "io": { + "dependency": "direct main", + "description": { + "name": "io", + "sha256": "dfd5a80599cf0165756e3181807ed3e77daf6dd4137caaad72d0b7931597650b", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "1.0.5" + }, + "js": { + "dependency": "direct dev", + "description": { + "name": "js", + "sha256": "53385261521cc4a0c4658fd0ad07a7d14591cf8fc33abbceae306ddb974888dc", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "0.7.2" + }, + "json_annotation": { + "dependency": "direct dev", + "description": { + "name": "json_annotation", + "sha256": "1ce844379ca14835a50d2f019a3099f419082cfdd231cd86a142af94dd5c6bb1", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "4.9.0" + }, + "json_rpc_2": { + "dependency": "direct main", + "description": { + "name": "json_rpc_2", + "sha256": "246b321532f0e8e2ba474b4d757eaa558ae4fdd0688fdbc1e1ca9705f9b8ca0e", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "3.0.3" + }, + "logging": { + "dependency": "direct main", + "description": { + "name": "logging", + "sha256": "c8245ada5f1717ed44271ed1c26b8ce85ca3228fd2ffdb75468ab01979309d61", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "1.3.0" + }, + "matcher": { + "dependency": "direct main", + "description": { + "name": "matcher", + "sha256": "dc58c723c3c24bf8d3e2d3ad3f2f9d7bd9cf43ec6feaa64181775e60190153f2", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "0.12.17" + }, + "meta": { + "dependency": "direct main", + "description": { + "name": "meta", + "sha256": "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "1.17.0" + }, + "mime": { + "dependency": "direct main", + "description": { + "name": "mime", + "sha256": "41a20518f0cb1256669420fdba0cd90d21561e560ac240f26ef8322e45bb7ed6", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "2.0.0" + }, + "multicast_dns": { + "dependency": "direct main", + "description": { + "name": "multicast_dns", + "sha256": "de72ada5c3db6fdd6ad4ae99452fe05fb403c4bb37c67ceb255ddd37d2b5b1eb", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "0.3.3" + }, + "mustache_template": { + "dependency": "direct main", + "description": { + "name": "mustache_template", + "sha256": "a46e26f91445bfb0b60519be280555b06792460b27b19e2b19ad5b9740df5d1c", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "2.0.0" + }, + "native_stack_traces": { + "dependency": "direct main", + "description": { + "name": "native_stack_traces", + "sha256": "d34cf916db87b14d39465b3e3b4b4a8ee1f304bde6ed7605571e34802e3d6a11", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "0.6.1" + }, + "node_preamble": { + "dependency": "direct dev", + "description": { + "name": "node_preamble", + "sha256": "6e7eac89047ab8a8d26cf16127b5ed26de65209847630400f9aefd7cd5c730db", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "2.0.2" + }, + "package_config": { + "dependency": "direct main", + "description": { + "name": "package_config", + "sha256": "f096c55ebb7deb7e384101542bfba8c52696c1b56fca2eb62827989ef2353bbc", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "2.2.0" + }, + "path": { + "dependency": "direct main", + "description": { + "name": "path", + "sha256": "75cca69d1490965be98c73ceaea117e8a04dd21217b37b292c9ddbec0d955bc5", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "1.9.1" + }, + "petitparser": { + "dependency": "direct main", + "description": { + "name": "petitparser", + "sha256": "07c8f0b1913bcde1ff0d26e57ace2f3012ccbf2b204e070290dad3bb22797646", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "6.1.0" + }, + "platform": { + "dependency": "direct main", + "description": { + "name": "platform", + "sha256": "5d6b1b0036a5f331ebc77c850ebc8506cbc1e9416c27e59b439f917a902a4984", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "3.1.6" + }, + "pool": { + "dependency": "direct main", + "description": { + "name": "pool", + "sha256": "20fe868b6314b322ea036ba325e6fc0711a22948856475e2c2b6306e8ab39c2a", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "1.5.1" + }, + "process": { + "dependency": "direct main", + "description": { + "name": "process", + "sha256": "44b4226c0afd4bc3b7c7e67d44c4801abd97103cf0c84609e2654b664ca2798c", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "5.0.4" + }, + "pub_semver": { + "dependency": "direct main", + "description": { + "name": "pub_semver", + "sha256": "5bfcf68ca79ef689f8990d1160781b4bad40a3bd5e5218ad4076ddb7f4081585", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "2.2.0" + }, + "pubspec_parse": { + "dependency": "direct main", + "description": { + "name": "pubspec_parse", + "sha256": "0560ba233314abbed0a48a2956f7f022cce7c3e1e73df540277da7544cad4082", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "1.5.0" + }, + "shelf": { + "dependency": "direct main", + "description": { + "name": "shelf", + "sha256": "e7dd780a7ffb623c57850b33f43309312fc863fb6aa3d276a754bb299839ef12", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "1.4.2" + }, + "shelf_packages_handler": { + "dependency": "direct main", + "description": { + "name": "shelf_packages_handler", + "sha256": "89f967eca29607c933ba9571d838be31d67f53f6e4ee15147d5dc2934fee1b1e", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "3.0.2" + }, + "shelf_proxy": { + "dependency": "direct main", + "description": { + "name": "shelf_proxy", + "sha256": "a71d2307f4393211930c590c3d2c00630f6c5a7a77edc1ef6436dfd85a6a7ee3", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "1.0.4" + }, + "shelf_static": { + "dependency": "direct main", + "description": { + "name": "shelf_static", + "sha256": "c87c3875f91262785dade62d135760c2c69cb217ac759485334c5857ad89f6e3", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "1.1.3" + }, + "shelf_web_socket": { + "dependency": "direct main", + "description": { + "name": "shelf_web_socket", + "sha256": "cc36c297b52866d203dbf9332263c94becc2fe0ceaa9681d07b6ef9807023b67", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "2.0.1" + }, + "source_map_stack_trace": { + "dependency": "direct main", + "description": { + "name": "source_map_stack_trace", + "sha256": "c0713a43e323c3302c2abe2a1cc89aa057a387101ebd280371d6a6c9fa68516b", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "2.1.2" + }, + "source_maps": { + "dependency": "direct main", + "description": { + "name": "source_maps", + "sha256": "190222579a448b03896e0ca6eca5998fa810fda630c1d65e2f78b3f638f54812", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "0.10.13" + }, + "source_span": { + "dependency": "direct main", + "description": { + "name": "source_span", + "sha256": "254ee5351d6cb365c859e20ee823c3bb479bf4a293c22d17a9f1bf144ce86f7c", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "1.10.1" + }, + "sprintf": { + "dependency": "direct main", + "description": { + "name": "sprintf", + "sha256": "1fc9ffe69d4df602376b52949af107d8f5703b77cda567c4d7d86a0693120f23", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "7.0.0" + }, + "sse": { + "dependency": "direct main", + "description": { + "name": "sse", + "sha256": "fcc97470240bb37377f298e2bd816f09fd7216c07928641c0560719f50603643", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "4.1.8" + }, + "stack_trace": { + "dependency": "direct main", + "description": { + "name": "stack_trace", + "sha256": "8b27215b45d22309b5cddda1aa2b19bdfec9df0e765f2de506401c071d38d1b1", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "1.12.1" + }, + "standard_message_codec": { + "dependency": "direct main", + "description": { + "name": "standard_message_codec", + "sha256": "fc7dd712d191b7e33196a0ecf354c4573492bb95995e7166cb6f73b047f9cae0", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "0.0.1+4" + }, + "stream_channel": { + "dependency": "direct main", + "description": { + "name": "stream_channel", + "sha256": "969e04c80b8bcdf826f8f16579c7b14d780458bd97f56d107d3950fdbeef059d", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "2.1.4" + }, + "string_scanner": { + "dependency": "direct main", + "description": { + "name": "string_scanner", + "sha256": "921cd31725b72fe181906c6a94d987c78e3b98c2e205b397ea399d4054872b43", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "1.4.1" + }, + "sync_http": { + "dependency": "direct main", + "description": { + "name": "sync_http", + "sha256": "7f0cd72eca000d2e026bcd6f990b81d0ca06022ef4e32fb257b30d3d1014a961", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "0.3.1" + }, + "term_glyph": { + "dependency": "direct main", + "description": { + "name": "term_glyph", + "sha256": "7f554798625ea768a7518313e58f83891c7f5024f88e46e7182a4558850a4b8e", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "1.2.2" + }, + "test": { + "dependency": "direct dev", + "description": { + "name": "test", + "sha256": "65e29d831719be0591f7b3b1a32a3cda258ec98c58c7b25f7b84241bc31215bb", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "1.26.2" + }, + "test_api": { + "dependency": "direct main", + "description": { + "name": "test_api", + "sha256": "522f00f556e73044315fa4585ec3270f1808a4b186c936e612cab0b565ff1e00", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "0.7.6" + }, + "test_core": { + "dependency": "direct main", + "description": { + "name": "test_core", + "sha256": "80bf5a02b60af04b09e14f6fe68b921aad119493e26e490deaca5993fef1b05a", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "0.6.11" + }, + "typed_data": { + "dependency": "direct main", + "description": { + "name": "typed_data", + "sha256": "f9049c039ebfeb4cf7a7104a675823cd72dba8297f264b6637062516699fa006", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "1.4.0" + }, + "unified_analytics": { + "dependency": "direct main", + "description": { + "name": "unified_analytics", + "sha256": "8d1429a4b27320a9c4fc854287d18c8fde1549bf622165c5837202a9f370b53d", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "8.0.5" + }, + "usage": { + "dependency": "direct main", + "description": { + "name": "usage", + "sha256": "0bdbde65a6e710343d02a56552eeaefd20b735e04bfb6b3ee025b6b22e8d0e15", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "4.1.1" + }, + "uuid": { + "dependency": "direct main", + "description": { + "name": "uuid", + "sha256": "a5be9ef6618a7ac1e964353ef476418026db906c4facdedaa299b7a2e71690ff", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "4.5.1" + }, + "vm_service": { + "dependency": "direct main", + "description": { + "name": "vm_service", + "sha256": "45caa6c5917fa127b5dbcfbd1fa60b14e583afdc08bfc96dda38886ca252eb60", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "15.0.2" + }, + "vm_service_interface": { + "dependency": "direct main", + "description": { + "name": "vm_service_interface", + "sha256": "503c92c26cf9f77d688bf8fca27fa9ec40450adbf02ec1ec5f12828ded508ac0", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "2.0.1" + }, + "vm_snapshot_analysis": { + "dependency": "direct main", + "description": { + "name": "vm_snapshot_analysis", + "sha256": "5a79b9fbb6be2555090f55b03b23907e75d44c3fd7bdd88da09848aa5a1914c8", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "0.7.6" + }, + "watcher": { + "dependency": "direct main", + "description": { + "name": "watcher", + "sha256": "0b7fd4a0bbc4b92641dbf20adfd7e3fd1398fe17102d94b674234563e110088a", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "1.1.2" + }, + "web": { + "dependency": "direct main", + "description": { + "name": "web", + "sha256": "868d88a33d8a87b18ffc05f9f030ba328ffefba92d6c127917a2ba740f9cfe4a", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "1.1.1" + }, + "web_socket": { + "dependency": "direct main", + "description": { + "name": "web_socket", + "sha256": "34d64019aa8e36bf9842ac014bb5d2f5586ca73df5e4d9bf5c936975cae6982c", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "1.0.1" + }, + "web_socket_channel": { + "dependency": "direct main", + "description": { + "name": "web_socket_channel", + "sha256": "d645757fb0f4773d602444000a8131ff5d48c9e47adfe9772652dd1a4f2d45c8", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "3.0.3" + }, + "webdriver": { + "dependency": "direct main", + "description": { + "name": "webdriver", + "sha256": "2f3a14ca026957870cfd9c635b83507e0e51d8091568e90129fbf805aba7cade", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "3.1.0" + }, + "webkit_inspection_protocol": { + "dependency": "direct main", + "description": { + "name": "webkit_inspection_protocol", + "sha256": "87d3f2333bb240704cd3f1c6b5b7acd8a10e7f0bc28c28dcf14e782014f4a572", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "1.2.1" + }, + "xml": { + "dependency": "direct main", + "description": { + "name": "xml", + "sha256": "b015a8ad1c488f66851d762d3090a21c600e479dc75e68328c52774040cf9226", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "6.5.0" + }, + "yaml": { + "dependency": "direct main", + "description": { + "name": "yaml", + "sha256": "b9da305ac7c39faa3f030eccd175340f968459dae4af175130b3fc47e40d76ce", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "3.1.3" + }, + "yaml_edit": { + "dependency": "direct main", + "description": { + "name": "yaml_edit", + "sha256": "fb38626579fb345ad00e674e2af3a5c9b0cc4b9bfb8fd7f7ff322c7c9e62aef5", + "url": "https://pub.dev" + }, + "source": "hosted", + "version": "2.2.2" + } + }, + "sdks": { + "dart": ">=3.9.0-21.0.dev <4.0.0" + } + } +} diff --git a/pkgs/development/compilers/flutter/versions/3_35/patches/avoid-crash-on-missing-package-graph-json.patch b/pkgs/development/compilers/flutter/versions/3_35/patches/avoid-crash-on-missing-package-graph-json.patch new file mode 100644 index 000000000000..a81ea1996e0e --- /dev/null +++ b/pkgs/development/compilers/flutter/versions/3_35/patches/avoid-crash-on-missing-package-graph-json.patch @@ -0,0 +1,95 @@ +Prevent crashes due to missing or incomplete package_graph.json + +Modify package graph parsing to safely handle missing package_graph.json file +and missing dependencies or devDependencies entries by using empty defaults +instead of throwing errors. + +--- a/packages/flutter_tools/lib/src/package_graph.dart ++++ b/packages/flutter_tools/lib/src/package_graph.dart +@@ -36,18 +36,9 @@ + isExclusiveDevDependency: true, + ); + +- final List? dependencies = packageGraph.dependencies[project.manifest.appName]; +- if (dependencies == null) { +- throwToolExit(''' +-Failed to parse ${packageGraph.file.path}: dependencies for `${project.manifest.appName}` missing. +-Try running `flutter pub get`'''); +- } +- final List? devDependencies = packageGraph.devDependencies[project.manifest.appName]; +- if (devDependencies == null) { +- throwToolExit(''' +-Failed to parse ${packageGraph.file.path}: devDependencies for `${project.manifest.appName}` missing. +-Try running `flutter pub get`'''); +- } ++ final List dependencies = packageGraph.dependencies[project.manifest.appName] ?? []; ++ final List devDependencies = packageGraph.devDependencies[project.manifest.appName] ?? []; ++ + final packageNamesToVisit = [...dependencies, ...devDependencies]; + while (packageNamesToVisit.isNotEmpty) { + final String current = packageNamesToVisit.removeLast(); +@@ -55,13 +46,7 @@ + continue; + } + +- final List? dependencies = packageGraph.dependencies[current]; +- +- if (dependencies == null) { +- throwToolExit(''' +-Failed to parse ${packageGraph.file.path}: dependencies for `$current` missing. +-Try running `flutter pub get`'''); +- } ++ final List dependencies = packageGraph.dependencies[current] ?? []; + packageNamesToVisit.addAll(dependencies); + + result[current] = Dependency( +@@ -89,7 +74,7 @@ + currentDependency.rootUri, + isExclusiveDevDependency: false, + ); +- packageNamesToVisit.addAll(packageGraph.dependencies[current]!); ++ packageNamesToVisit.addAll(packageGraph.dependencies[current] ?? []); + } + return result.values.toList(); + } +@@ -147,6 +132,9 @@ + final File file = project.packageConfig.fileSystem.file( + project.packageConfig.uri.resolve('package_graph.json'), + ); ++ if (!file.existsSync()) { ++ return PackageGraph(file, [], >{}, >{}); ++ } + try { + return PackageGraph.fromJson(file, jsonDecode(file.readAsStringSync())); + } on IOException catch (e) { + +--- a/packages/flutter_tools/lib/src/isolated/native_assets/native_assets.dart ++++ b/packages/flutter_tools/lib/src/isolated/native_assets/native_assets.dart +@@ -384,7 +384,12 @@ + } + + Future _nativeBuildRequired(FlutterNativeAssetsBuildRunner buildRunner) async { +- final List packagesWithNativeAssets = await buildRunner.packagesWithNativeAssets(); ++ late final List packagesWithNativeAssets; ++ try { ++ packagesWithNativeAssets = await buildRunner.packagesWithNativeAssets(); ++ } catch (error) { ++ packagesWithNativeAssets = []; ++ } + if (packagesWithNativeAssets.isEmpty) { + globals.logger.printTrace( + 'No packages with native assets. Skipping native assets compilation.', +@@ -412,7 +417,12 @@ + FileSystem fileSystem, + FlutterNativeAssetsBuildRunner buildRunner, + ) async { +- final List packagesWithNativeAssets = await buildRunner.packagesWithNativeAssets(); ++ late final List packagesWithNativeAssets; ++ try { ++ packagesWithNativeAssets = await buildRunner.packagesWithNativeAssets(); ++ } catch (error) { ++ packagesWithNativeAssets = []; ++ } + if (packagesWithNativeAssets.isEmpty) { + globals.logger.printTrace( + 'No packages with native assets. Skipping native assets compilation.', diff --git a/pkgs/development/compilers/flutter/versions/3_35/patches/deregister-pub-dependencies-artifact.patch b/pkgs/development/compilers/flutter/versions/3_35/patches/deregister-pub-dependencies-artifact.patch new file mode 100644 index 000000000000..c99d771299fe --- /dev/null +++ b/pkgs/development/compilers/flutter/versions/3_35/patches/deregister-pub-dependencies-artifact.patch @@ -0,0 +1,21 @@ +diff --git a/packages/flutter_tools/lib/src/flutter_cache.dart b/packages/flutter_tools/lib/src/flutter_cache.dart +index df67547..eacc7c4 100644 +--- a/packages/flutter_tools/lib/src/flutter_cache.dart ++++ b/packages/flutter_tools/lib/src/flutter_cache.dart +@@ -51,16 +51,6 @@ class FlutterCache extends Cache { + registerArtifact(IosUsbArtifacts(artifactName, this, platform: platform)); + } + registerArtifact(FontSubsetArtifacts(this, platform: platform)); +- registerArtifact( +- PubDependencies( +- logger: logger, +- // flutter root and pub must be lazily initialized to avoid accessing +- // before the version is determined. +- flutterRoot: () => Cache.flutterRoot!, +- pub: () => pub, +- projectFactory: projectFactory, +- ), +- ); + } + } + diff --git a/pkgs/development/compilers/flutter/versions/3_35/patches/disable-auto-update.patch b/pkgs/development/compilers/flutter/versions/3_35/patches/disable-auto-update.patch new file mode 100644 index 000000000000..1a6871974eff --- /dev/null +++ b/pkgs/development/compilers/flutter/versions/3_35/patches/disable-auto-update.patch @@ -0,0 +1,30 @@ +diff --git a/packages/flutter_tools/lib/src/runner/flutter_command.dart b/packages/flutter_tools/lib/src/runner/flutter_command.dart +index e4e474ab6e..5548599802 100644 +--- a/packages/flutter_tools/lib/src/runner/flutter_command.dart ++++ b/packages/flutter_tools/lib/src/runner/flutter_command.dart +@@ -1693,7 +1693,7 @@ Run 'flutter -h' (or 'flutter -h') for available flutter commands and + + // Populate the cache. We call this before pub get below so that the + // sky_engine package is available in the flutter cache for pub to find. +- if (shouldUpdateCache) { ++ if (false) { + // First always update universal artifacts, as some of these (e.g. + // ios-deploy on macOS) are required to determine `requiredArtifacts`. + final bool offline; +diff --git a/packages/flutter_tools/lib/src/runner/flutter_command_runner.dart b/packages/flutter_tools/lib/src/runner/flutter_command_runner.dart +index a1104da..1749d65 100644 +--- a/packages/flutter_tools/lib/src/runner/flutter_command_runner.dart ++++ b/packages/flutter_tools/lib/src/runner/flutter_command_runner.dart +@@ -444,12 +444,8 @@ class FlutterCommandRunner extends CommandRunner { + globals.analytics.suppressTelemetry(); + } + +- globals.flutterVersion.ensureVersionFile(); + final bool machineFlag = + topLevelResults[FlutterGlobalOptions.kMachineFlag] as bool? ?? false; +- if (await _shouldCheckForUpdates(topLevelResults, topLevelMachineFlag: machineFlag)) { +- await globals.flutterVersion.checkFlutterVersionFreshness(); +- } + + // See if the user specified a specific device. + final String? specifiedDeviceId = diff --git a/pkgs/development/compilers/flutter/versions/3_35/patches/fix-ios-build-xcode-backend-sh.patch b/pkgs/development/compilers/flutter/versions/3_35/patches/fix-ios-build-xcode-backend-sh.patch new file mode 100644 index 000000000000..9e43b62cbb4d --- /dev/null +++ b/pkgs/development/compilers/flutter/versions/3_35/patches/fix-ios-build-xcode-backend-sh.patch @@ -0,0 +1,68 @@ +From 6df275df3b8694daf16302b407520e3b1dee6724 Mon Sep 17 00:00:00 2001 +From: Philip Hayes +Date: Thu, 12 Sep 2024 13:23:00 -0700 +Subject: [PATCH] fix: cleanup xcode_backend.sh to fix iOS build w/ + `NixOS/nixpkgs` flutter + +This patch cleans up `xcode_backend.sh`. It now effectively just runs +`exec $FLUTTER_ROOT/bin/dart ./xcode_backend.dart`. + +The previous `xcode_backend.sh` tries to discover `$FLUTTER_ROOT` from +argv[0], even though its presence is already guaranteed (the wrapped +`xcode_backend.dart` also relies on this env). + +When using nixpkgs flutter, the flutter SDK directory is composed of several +layers, joined together using symlinks (called a `symlinkJoin`). Without this +patch, the auto-discover traverses the symlinks into the wrong layer, and so it +uses an "unwrapped" `dart` command instead of a "wrapped" dart that sets some +important envs/flags (like `$FLUTTER_ROOT`). + +Using the "unwrapped" dart then manifests in this error when compiling, since +it doesn't see the ios build-support artifacts: + +``` +$ flutter run -d iphone +Running Xcode build... +Xcode build done. 6.4s +Failed to build iOS app +Error (Xcode): Target debug_unpack_ios failed: Error: Flutter failed to create a directory at "//XXXX-flutter-3.24.1-unwrapped/bin/cache/artifacts". +``` +--- + packages/flutter_tools/bin/xcode_backend.sh | 25 ++++----------------- + 1 file changed, 4 insertions(+), 21 deletions(-) + +diff --git a/packages/flutter_tools/bin/xcode_backend.sh b/packages/flutter_tools/bin/xcode_backend.sh +index 2889d7c8e4..48b9d06c6e 100755 +--- a/packages/flutter_tools/bin/xcode_backend.sh ++++ b/packages/flutter_tools/bin/xcode_backend.sh +@@ -13,24 +13,7 @@ + # exit on error, or usage of unset var + set -euo pipefail + +-# Needed because if it is set, cd may print the path it changed to. +-unset CDPATH +- +-function follow_links() ( +- cd -P "$(dirname -- "$1")" +- file="$PWD/$(basename -- "$1")" +- while [[ -h "$file" ]]; do +- cd -P "$(dirname -- "$file")" +- file="$(readlink -- "$file")" +- cd -P "$(dirname -- "$file")" +- file="$PWD/$(basename -- "$file")" +- done +- echo "$file" +-) +- +-PROG_NAME="$(follow_links "${BASH_SOURCE[0]}")" +-BIN_DIR="$(cd "${PROG_NAME%/*}" ; pwd -P)" +-FLUTTER_ROOT="$BIN_DIR/../../.." +-DART="$FLUTTER_ROOT/bin/dart" +- +-"$DART" "$BIN_DIR/xcode_backend.dart" "$@" "ios" ++# Run `dart ./xcode_backend.dart` with the dart from $FLUTTER_ROOT. ++dart="${FLUTTER_ROOT}/bin/dart" ++xcode_backend_dart="${BASH_SOURCE[0]%.sh}.dart" ++exec "${dart}" "${xcode_backend_dart}" "$@" "ios" +-- +2.46.0 diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index d3e48c9e3ac6..b175dd3013cb 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -4879,6 +4879,7 @@ with pkgs; ); flutterPackages = flutterPackages-bin; flutter = flutterPackages.stable; + flutter335 = flutterPackages.v3_35; flutter332 = flutterPackages.v3_32; flutter329 = flutterPackages.v3_29; flutter327 = flutterPackages.v3_27; From 1bc6ff90ef4eee013cd620d0945b53ccbf06793f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 12 Aug 2025 12:54:35 +0000 Subject: [PATCH 26/49] terramate: 0.14.2 -> 0.14.3 --- pkgs/by-name/te/terramate/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/te/terramate/package.nix b/pkgs/by-name/te/terramate/package.nix index 0fa7b798ed77..9672fc9f4e6b 100644 --- a/pkgs/by-name/te/terramate/package.nix +++ b/pkgs/by-name/te/terramate/package.nix @@ -7,13 +7,13 @@ buildGoModule rec { pname = "terramate"; - version = "0.14.2"; + version = "0.14.3"; src = fetchFromGitHub { owner = "terramate-io"; repo = "terramate"; rev = "v${version}"; - hash = "sha256-o4J9HyZfxkqi4CHp+IKUVSmQZWnzfZjEjg6Izdr7xyM="; + hash = "sha256-+L86oTpsPpi6RUgh4dPO0AZaTYZg7ue37PbHPSjm+vM="; }; vendorHash = "sha256-u9eXi7FjMsXm0H0y7Gs/Wu2I8tp4rRLxtjUxrrHJkEU="; From 08250636258439fee907428861401f7ba03d999f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 12 Aug 2025 13:24:23 +0000 Subject: [PATCH 27/49] omnictl: 1.0.0 -> 1.0.1 --- pkgs/by-name/om/omnictl/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/om/omnictl/package.nix b/pkgs/by-name/om/omnictl/package.nix index 3cc17fe2e573..50b205d414dc 100644 --- a/pkgs/by-name/om/omnictl/package.nix +++ b/pkgs/by-name/om/omnictl/package.nix @@ -7,16 +7,16 @@ buildGoModule rec { pname = "omnictl"; - version = "1.0.0"; + version = "1.0.1"; src = fetchFromGitHub { owner = "siderolabs"; repo = "omni"; rev = "v${version}"; - hash = "sha256-3RQEj8fJ5SvGw0IsmS1OVD3+5AVqiWdoRc8SnpaErTQ="; + hash = "sha256-T7sX3mIZl361tyG0q/diMakRFAMi7wtiJLfv5VeVHSg="; }; - vendorHash = "sha256-lo8rxIATJaKlocY6fv98bLGSJzYeQboZZRA4Wucz6PI="; + vendorHash = "sha256-MdWEMUAAUH4cEyKnANLax05h6ZuhBIXEvOnJ1qOxvWE="; ldflags = [ "-s" From e6313a74654736a5c934beccfd35c87ce37f2b41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Tue, 12 Aug 2025 15:47:34 +0200 Subject: [PATCH 28/49] hydra: 0-unstable-2025-08-05 -> 0-unstable-2025-08-12 --- pkgs/by-name/hy/hydra/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/hy/hydra/package.nix b/pkgs/by-name/hy/hydra/package.nix index 38247f95661a..7639ae1f5118 100644 --- a/pkgs/by-name/hy/hydra/package.nix +++ b/pkgs/by-name/hy/hydra/package.nix @@ -131,14 +131,14 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "hydra"; - version = "0-unstable-2025-08-05"; + version = "0-unstable-2025-08-12"; # nixpkgs-update: no auto update src = fetchFromGitHub { owner = "NixOS"; repo = "hydra"; - rev = "79ba8fdd04ba53826aa9aaba6e25fd0d6952b3b3"; - hash = "sha256-h8UNR3LVrD313iX1OazDwIcMLksh0p6oJv9msEfjS0E="; + rev = "f7bda020c6144913f134ec616783e57817f7686f"; + hash = "sha256-5fHXCFSCe2XQoXjqk25AIQo/5aUfaORf9lIszQ9KTyU="; }; outputs = [ From 9af8e746209151149902e0ade6023562c919068c Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 12 Aug 2025 14:07:50 +0000 Subject: [PATCH 29/49] cargo-deb: 3.4.0 -> 3.4.1 --- pkgs/by-name/ca/cargo-deb/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ca/cargo-deb/package.nix b/pkgs/by-name/ca/cargo-deb/package.nix index cd415d8611de..8d1343c8ef23 100644 --- a/pkgs/by-name/ca/cargo-deb/package.nix +++ b/pkgs/by-name/ca/cargo-deb/package.nix @@ -8,16 +8,16 @@ rustPlatform.buildRustPackage rec { pname = "cargo-deb"; - version = "3.4.0"; + version = "3.4.1"; src = fetchFromGitHub { owner = "kornelski"; repo = "cargo-deb"; rev = "v${version}"; - hash = "sha256-0phdZMeiZU916t9osgv1I0+tZpQbq5m1MR+wwWgsbIo="; + hash = "sha256-aDTkH2V6VrrYLZMlQyd9YOfae92zO4gIb4sKtU66ENM="; }; - cargoHash = "sha256-fi4GY+TE+fRdnTl61SxASk7esSa5BlT1bGRt5g0oGlk="; + cargoHash = "sha256-FAtwTHHAu9CDUyeI2sv7EWW3Jhh1ZSHuKLyBatfVcP8="; nativeBuildInputs = [ makeWrapper From 25922a454fed6a47406ab674cdd5f5116826de69 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 12 Aug 2025 14:48:13 +0000 Subject: [PATCH 30/49] jsonschema-cli: 0.32.0 -> 0.32.1 --- pkgs/by-name/js/jsonschema-cli/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/js/jsonschema-cli/package.nix b/pkgs/by-name/js/jsonschema-cli/package.nix index 37bf58ef3b37..1695a24623ae 100644 --- a/pkgs/by-name/js/jsonschema-cli/package.nix +++ b/pkgs/by-name/js/jsonschema-cli/package.nix @@ -8,15 +8,15 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "jsonschema-cli"; - version = "0.32.0"; + version = "0.32.1"; src = fetchCrate { pname = "jsonschema-cli"; inherit (finalAttrs) version; - hash = "sha256-ZcavZSHf2eT65f7HbtZmD2mYUtrXEL/l1opXCvdn1O0="; + hash = "sha256-XZbVYYZU32WZ/h3offg5C/YIhb+3FlGu+VLKYrTDGDs="; }; - cargoHash = "sha256-ivD1dvz2xxNei77Dq6myE4zivWD8LZoEqq8E7QhgP9s="; + cargoHash = "sha256-gI5acxWIHD0MtVAFBuTGpK6h7ZM84rYglKXXMGa37/U="; nativeInstallCheckInputs = [ versionCheckHook From d9925285842828a696ec6ecd69b3a89aae93d2f6 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Tue, 12 Aug 2025 17:40:27 +0200 Subject: [PATCH 31/49] fstar: fix installation of OCaml libraries Fixes #415308 --- pkgs/by-name/fs/fstar/package.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/fs/fstar/package.nix b/pkgs/by-name/fs/fstar/package.nix index a103c15768a3..03f9d1cbfa26 100644 --- a/pkgs/by-name/fs/fstar/package.nix +++ b/pkgs/by-name/fs/fstar/package.nix @@ -51,8 +51,11 @@ ocamlPackages.buildDunePackage rec { ''; buildInputs = with ocamlPackages; [ + memtrace + ]; + + propagatedBuildInputs = with ocamlPackages; [ batteries - menhir menhirLib pprint ppx_deriving @@ -63,7 +66,6 @@ ocamlPackages.buildDunePackage rec { stdint yojson zarith - memtrace mtime ]; @@ -85,6 +87,10 @@ ocamlPackages.buildDunePackage rec { make install + # Ensure ocamlfind can locate fstar OCaml libraries + mkdir -p $OCAMLFIND_DESTDIR + ln -s -t $OCAMLFIND_DESTDIR/ $out/lib/fstar + remove-references-to -t '${ocamlPackages.ocaml}' $out/bin/fstar.exe for binary in $out/bin/*; do From e769808f892128d5fa96f66fedcaec390175eab5 Mon Sep 17 00:00:00 2001 From: 0xeae3f7c0 <0xeae3f7c0@proton.me> Date: Tue, 12 Aug 2025 19:45:50 +0100 Subject: [PATCH 32/49] pass2csv: fix meta.homepage url --- pkgs/tools/security/pass2csv/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/security/pass2csv/default.nix b/pkgs/tools/security/pass2csv/default.nix index 243b92a0a766..854ddf13901d 100644 --- a/pkgs/tools/security/pass2csv/default.nix +++ b/pkgs/tools/security/pass2csv/default.nix @@ -30,7 +30,7 @@ buildPythonApplication rec { meta = with lib; { description = "Export pass(1), \"Standard unix password manager\", to CSV"; mainProgram = "pass2csv"; - homepage = "https://github.com/reinefjord/pass2csv"; + homepage = "https://codeberg.org/svartstare/pass2csv"; license = licenses.mit; maintainers = [ ]; }; From 4612d602911d8d462a541b6608ccc4453597bc25 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Tue, 12 Aug 2025 22:59:47 +0200 Subject: [PATCH 33/49] bolt-launcher: fix hash mismatch --- pkgs/by-name/bo/bolt-launcher/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/bo/bolt-launcher/package.nix b/pkgs/by-name/bo/bolt-launcher/package.nix index e524920e0918..1f3d89f058ca 100644 --- a/pkgs/by-name/bo/bolt-launcher/package.nix +++ b/pkgs/by-name/bo/bolt-launcher/package.nix @@ -45,7 +45,7 @@ let repo = "bolt"; tag = finalAttrs.version; fetchSubmodules = true; - hash = "sha256-RTLlNB6eiesXZayC69hpnXQsAgmPuaJTC+18Q6KzAP0="; + hash = "sha256-0ROwETpIa0j7gRhvLMFI9Sz2HEsAuUkQGg0jZef6o/g="; }; nativeBuildInputs = [ From 28020bc104bf1deb53de2f5d5475e9554cd2df5f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 12 Aug 2025 22:02:47 +0000 Subject: [PATCH 34/49] typescript-go: 0-unstable-2025-08-01 -> 0-unstable-2025-08-12 --- pkgs/by-name/ty/typescript-go/package.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/ty/typescript-go/package.nix b/pkgs/by-name/ty/typescript-go/package.nix index f1a8a9defa9d..d8c840508d98 100644 --- a/pkgs/by-name/ty/typescript-go/package.nix +++ b/pkgs/by-name/ty/typescript-go/package.nix @@ -7,17 +7,17 @@ buildGoModule { pname = "typescript-go"; - version = "0-unstable-2025-08-01"; + version = "0-unstable-2025-08-12"; src = fetchFromGitHub { owner = "microsoft"; repo = "typescript-go"; - rev = "644bde28939733580cbef96adaa7253f9faa54ac"; - hash = "sha256-5oU3tTZ8jvc85jzgh14ICLlz0VgQ7v2ofeMADRMW5O4="; + rev = "1ee2ba99609ae66af1e7ec4a4770482d7eeaeb43"; + hash = "sha256-5xSQaQ1ntFmwLzdkqEi9GORRJ9bYHsTCW+3JAi76Fh0="; fetchSubmodules = false; }; - vendorHash = "sha256-nOro2EARm/4LZ0BfX10nuhCAlPi6T91EpXGP0F9Rm04="; + vendorHash = "sha256-w+v74GjOKyhBLj557m2yjgtCqcBOi+IKJ6kkI68AjKk="; ldflags = [ "-s" From df9b16ee77139d680145b969a79eaa8982e341ee Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 13 Aug 2025 00:53:19 +0200 Subject: [PATCH 35/49] python313Packages.pyomo: 6.9.2 -> 6.9.3 Changelog: https://github.com/Pyomo/pyomo/releases/tag/6.9.3 --- .../python-modules/pyomo/default.nix | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/pkgs/development/python-modules/pyomo/default.nix b/pkgs/development/python-modules/pyomo/default.nix index 6eb8eb26adf8..2171e5263db5 100644 --- a/pkgs/development/python-modules/pyomo/default.nix +++ b/pkgs/development/python-modules/pyomo/default.nix @@ -1,17 +1,20 @@ { lib, buildPythonPackage, + cython, fetchFromGitHub, parameterized, ply, + pybind11, pytestCheckHook, pythonOlder, setuptools, + writableTmpDirAsHomeHook, }: buildPythonPackage rec { pname = "pyomo"; - version = "6.9.2"; + version = "6.9.3"; pyproject = true; disabled = pythonOlder "3.9"; @@ -20,24 +23,25 @@ buildPythonPackage rec { repo = "pyomo"; owner = "pyomo"; tag = version; - hash = "sha256-LfrJmR5yHFZLONEdj6RCE2wsF6hRXUuHcrSJcJrELE8="; + hash = "sha256-lKjxPYlVCRew1SHYvehcGWKlLz6DsCG9Bocg6G+491c="; }; - build-system = [ setuptools ]; + build-system = [ + cython + pybind11 + setuptools + ]; dependencies = [ ply ]; nativeCheckInputs = [ parameterized pytestCheckHook + writableTmpDirAsHomeHook ]; pythonImportsCheck = [ "pyomo" ]; - preCheck = '' - export HOME=$(mktemp -d); - ''; - disabledTestPaths = [ # Don't test the documentation and the examples "doc/" From a0101c9e6ba9024484194c8252d29ab81327d349 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 13 Aug 2025 00:56:21 +0200 Subject: [PATCH 36/49] python313Packages.softlayer: migrate to writableTmpDirAsHomeHook --- .../python-modules/softlayer/default.nix | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/pkgs/development/python-modules/softlayer/default.nix b/pkgs/development/python-modules/softlayer/default.nix index 3653b537faa5..b7aa2d542d8c 100644 --- a/pkgs/development/python-modules/softlayer/default.nix +++ b/pkgs/development/python-modules/softlayer/default.nix @@ -22,6 +22,7 @@ sphinx, testtools, tkinter, + writableTmpDirAsHomeHook, zeep, }: @@ -37,13 +38,9 @@ buildPythonPackage rec { hash = "sha256-mlC4o39Ol1ALguc9KGpxB0M0vhWz4LG2uwhW8CBrVgg="; }; - build-system = [ - setuptools - ]; + build-system = [ setuptools ]; - pythonRelaxDeps = [ - "rich" - ]; + pythonRelaxDeps = [ "rich" ]; dependencies = [ click @@ -63,15 +60,10 @@ buildPythonPackage rec { sphinx testtools tkinter + writableTmpDirAsHomeHook zeep ]; - # Otherwise soap_tests.py will fail to create directory - # Permission denied: '/homeless-shelter' - preCheck = '' - export HOME=$(mktemp -d) - ''; - disabledTestPaths = [ # SoftLayer.exceptions.TransportError: TransportError(0): ('Connection aborted.', ConnectionResetError(54, 'Connection reset by peer')) "tests/CLI/modules/hardware/hardware_basic_tests.py::HardwareCLITests" From f0d77de7800b853b58900be5345a0abed41547d0 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 13 Aug 2025 01:04:53 +0200 Subject: [PATCH 37/49] python313Packages.appthreat-vulnerability-db: refactor --- .../python-modules/appthreat-vulnerability-db/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/appthreat-vulnerability-db/default.nix b/pkgs/development/python-modules/appthreat-vulnerability-db/default.nix index d2a54be37417..616f7d29b567 100644 --- a/pkgs/development/python-modules/appthreat-vulnerability-db/default.nix +++ b/pkgs/development/python-modules/appthreat-vulnerability-db/default.nix @@ -16,6 +16,7 @@ semver, setuptools, tabulate, + writableTmpDirAsHomeHook, }: buildPythonPackage rec { @@ -53,8 +54,9 @@ buildPythonPackage rec { ++ httpx.optional-dependencies.http2; nativeCheckInputs = [ - pytestCheckHook pytest-cov-stub + pytestCheckHook + writableTmpDirAsHomeHook ]; preCheck = '' @@ -74,7 +76,7 @@ buildPythonPackage rec { description = "Vulnerability database and package search for sources such as OSV, NVD, GitHub and npm"; homepage = "https://github.com/appthreat/vulnerability-db"; changelog = "https://github.com/AppThreat/vulnerability-db/releases/tag/${src.tag}"; - license = with licenses; [ mit ]; + license = licenses.mit; maintainers = with maintainers; [ fab ]; mainProgram = "vdb"; }; From 7c47a0765b5a48f4bb270754741697da3f7c921b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 13 Aug 2025 01:05:23 +0200 Subject: [PATCH 38/49] python313Packages.appthreat-vulnerability-db: 6.4.3 -> 6.4.4 Diff: https://github.com/AppThreat/vulnerability-db/compare/refs/tags/v6.4.3...refs/tags/v6.4.4 Changelog: https://github.com/AppThreat/vulnerability-db/releases/tag/v6.4.4 --- .../python-modules/appthreat-vulnerability-db/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/appthreat-vulnerability-db/default.nix b/pkgs/development/python-modules/appthreat-vulnerability-db/default.nix index 616f7d29b567..ebe210c373c2 100644 --- a/pkgs/development/python-modules/appthreat-vulnerability-db/default.nix +++ b/pkgs/development/python-modules/appthreat-vulnerability-db/default.nix @@ -21,14 +21,14 @@ buildPythonPackage rec { pname = "appthreat-vulnerability-db"; - version = "6.4.3"; + version = "6.4.4"; pyproject = true; src = fetchFromGitHub { owner = "AppThreat"; repo = "vulnerability-db"; tag = "v${version}"; - hash = "sha256-08/ohfIPM/jb2nuOIj1XoUzWaq7s6CfWFRLHwqK0HAQ="; + hash = "sha256-bzr3RlTtWTH/P6hgiXjWvR1IbVtVSqbtrZHQ91o/V/E="; }; pythonRelaxDeps = [ From c119691a7001098bf695a9e66291c1cae775f9e6 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 13 Aug 2025 01:09:46 +0200 Subject: [PATCH 39/49] python313Packages.pyosohotwaterapi: migrate to writableTmpDirAsHomeHook --- .../development/python-modules/pyosohotwaterapi/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/pyosohotwaterapi/default.nix b/pkgs/development/python-modules/pyosohotwaterapi/default.nix index 6aee8b17fbdb..87e2d5c5f12e 100644 --- a/pkgs/development/python-modules/pyosohotwaterapi/default.nix +++ b/pkgs/development/python-modules/pyosohotwaterapi/default.nix @@ -8,6 +8,7 @@ setuptools, unasync, urllib3, + writableTmpDirAsHomeHook, }: buildPythonPackage rec { @@ -25,6 +26,7 @@ buildPythonPackage rec { build-system = [ setuptools unasync + writableTmpDirAsHomeHook ]; dependencies = [ @@ -34,10 +36,6 @@ buildPythonPackage rec { urllib3 ]; - preBuild = '' - export HOME=$(mktemp -d) - ''; - # Module has no tests doCheck = false; From d8957f9aa2f7476d7da43b1772594c3a03caa537 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 13 Aug 2025 01:23:19 +0200 Subject: [PATCH 40/49] python313Packages.bc-detect-secrets: migrate to writableTmpDirAsHomeHook --- .../python-modules/bc-detect-secrets/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/bc-detect-secrets/default.nix b/pkgs/development/python-modules/bc-detect-secrets/default.nix index 7b2ac902c50e..3a56e0e0e143 100644 --- a/pkgs/development/python-modules/bc-detect-secrets/default.nix +++ b/pkgs/development/python-modules/bc-detect-secrets/default.nix @@ -13,6 +13,7 @@ responses, setuptools, unidiff, + writableTmpDirAsHomeHook, }: buildPythonPackage rec { @@ -47,13 +48,10 @@ buildPythonPackage rec { pkgs.gitMinimal pytestCheckHook responses + writableTmpDirAsHomeHook ] ++ lib.flatten (builtins.attrValues optional-dependencies); - preCheck = '' - export HOME=$(mktemp -d); - ''; - disabledTests = [ # Tests are failing for various reasons (missing git repo, missing test data, etc.) "test_baseline_filters_out_known_secrets" From d3f78bf02e9e4fa96114595c4b54c097778ba6f3 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 13 Aug 2025 01:23:47 +0200 Subject: [PATCH 41/49] python313Packages.detect-secrets: migrate to writableTmpDirAsHomeHook --- .../python-modules/detect-secrets/default.nix | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/pkgs/development/python-modules/detect-secrets/default.nix b/pkgs/development/python-modules/detect-secrets/default.nix index 4957308ec4e2..fb9048fd5f53 100644 --- a/pkgs/development/python-modules/detect-secrets/default.nix +++ b/pkgs/development/python-modules/detect-secrets/default.nix @@ -11,13 +11,15 @@ pyyaml, requests, responses, + setuptools, unidiff, + writableTmpDirAsHomeHook, }: buildPythonPackage rec { pname = "detect-secrets"; version = "1.5.0"; - format = "setuptools"; + pyproject = true; disabled = pythonOlder "3.7"; @@ -29,7 +31,9 @@ buildPythonPackage rec { leaveDotGit = true; }; - propagatedBuildInputs = [ + build-system = [ setuptools ]; + + dependencies = [ gibberish-detector pyyaml pyahocorasick @@ -42,12 +46,9 @@ buildPythonPackage rec { responses unidiff pkgs.gitMinimal + writableTmpDirAsHomeHook ]; - preCheck = '' - export HOME=$(mktemp -d); - ''; - disabledTests = [ # Tests are failing for various reasons. Needs to be adjusted with the next update "test_basic" @@ -66,6 +67,7 @@ buildPythonPackage rec { meta = with lib; { description = "Enterprise friendly way of detecting and preventing secrets in code"; homepage = "https://github.com/Yelp/detect-secrets"; + changelog = "https://github.com/Yelp/detect-secrets/releases/tag/${src.tag}"; license = licenses.asl20; maintainers = [ ]; }; From 855cb1da14aa20bde61582cfc1d3b176587675dc Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 13 Aug 2025 01:28:17 +0200 Subject: [PATCH 42/49] python313Packages.subarulink: refactor --- pkgs/development/python-modules/subarulink/default.nix | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/pkgs/development/python-modules/subarulink/default.nix b/pkgs/development/python-modules/subarulink/default.nix index f3cc6894c09d..9ad9a47f2d80 100644 --- a/pkgs/development/python-modules/subarulink/default.nix +++ b/pkgs/development/python-modules/subarulink/default.nix @@ -10,6 +10,7 @@ pythonOlder, setuptools, stdiomask, + writableTmpDirAsHomeHook, }: buildPythonPackage rec { @@ -17,7 +18,7 @@ buildPythonPackage rec { version = "0.7.14"; pyproject = true; - disabled = pythonOlder "3.7"; + disabled = pythonOlder "3.12"; src = fetchFromGitHub { owner = "G-Two"; @@ -38,20 +39,17 @@ buildPythonPackage rec { pytest-asyncio pytest-cov-stub pytestCheckHook + writableTmpDirAsHomeHook ]; __darwinAllowLocalNetworking = true; - preCheck = '' - export HOME=$(mktemp -d) - ''; - pythonImportsCheck = [ "subarulink" ]; meta = with lib; { description = "Python module for interacting with STARLINK-enabled vehicle"; homepage = "https://github.com/G-Two/subarulink"; - changelog = "https://github.com/G-Two/subarulink/releases/tag/v${version}"; + changelog = "https://github.com/G-Two/subarulink/releases/tag/${src.tag}"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; mainProgram = "subarulink"; From b00a0638d3a51a7816711d827e2f19736072f5f2 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 13 Aug 2025 01:40:47 +0200 Subject: [PATCH 43/49] python313Packages.velbus-aio: migrate to writableTmpDirAsHomeHook --- pkgs/development/python-modules/velbus-aio/default.nix | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/pkgs/development/python-modules/velbus-aio/default.nix b/pkgs/development/python-modules/velbus-aio/default.nix index b49831a7b832..7f44876d2b09 100644 --- a/pkgs/development/python-modules/velbus-aio/default.nix +++ b/pkgs/development/python-modules/velbus-aio/default.nix @@ -10,6 +10,7 @@ pytest-asyncio, pytestCheckHook, setuptools, + writableTmpDirAsHomeHook, }: buildPythonPackage rec { @@ -17,7 +18,7 @@ buildPythonPackage rec { version = "2025.5.0"; pyproject = true; - disabled = pythonOlder "3.7"; + disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "Cereal2nd"; @@ -39,19 +40,16 @@ buildPythonPackage rec { nativeCheckInputs = [ pytest-asyncio pytestCheckHook + writableTmpDirAsHomeHook ]; - preCheck = '' - export HOME=$(mktemp -d) - ''; - pythonImportsCheck = [ "velbusaio" ]; meta = with lib; { description = "Python library to support the Velbus home automation system"; homepage = "https://github.com/Cereal2nd/velbus-aio"; changelog = "https://github.com/Cereal2nd/velbus-aio/releases/tag/${src.tag}"; - license = with licenses; [ asl20 ]; + license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; } From de97b01c24138485a2eed036a347118c8fcbc77a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 13 Aug 2025 01:45:12 +0200 Subject: [PATCH 44/49] python313Packages.podman: refactor --- pkgs/development/python-modules/podman/default.nix | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/pkgs/development/python-modules/podman/default.nix b/pkgs/development/python-modules/podman/default.nix index 0cd2354902a3..c71211fafb7d 100644 --- a/pkgs/development/python-modules/podman/default.nix +++ b/pkgs/development/python-modules/podman/default.nix @@ -9,8 +9,8 @@ requests-mock, rich, setuptools, - tomli, urllib3, + writableTmpDirAsHomeHook, }: buildPythonPackage rec { @@ -18,7 +18,7 @@ buildPythonPackage rec { version = "5.5.0"; pyproject = true; - disabled = pythonOlder "3.9"; + disabled = pythonOlder "3.11"; src = fetchFromGitHub { owner = "containers"; @@ -32,8 +32,7 @@ buildPythonPackage rec { dependencies = [ requests urllib3 - ] - ++ lib.optionals (pythonOlder "3.11") [ tomli ]; + ]; optional-dependencies = { progress_bar = [ rich ]; @@ -43,12 +42,9 @@ buildPythonPackage rec { fixtures pytestCheckHook requests-mock + writableTmpDirAsHomeHook ]; - preCheck = '' - export HOME=$(mktemp -d) - ''; - pythonImportsCheck = [ "podman" ]; disabledTests = [ From a53b1fd17a9341181c1155179209849c916acaf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Tue, 12 Aug 2025 18:18:39 -0700 Subject: [PATCH 45/49] python3Packages.uuid6: 2024.7.10 -> 2025.0.1 Diff: https://github.com/oittaa/uuid6-python/compare/refs/tags/2024.7.10...refs/tags/2025.0.1 Changelog: https://github.com/oittaa/uuid6-python/releases/tag/2025.0.1 --- .../python-modules/uuid6/default.nix | 26 +++++++------------ 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/pkgs/development/python-modules/uuid6/default.nix b/pkgs/development/python-modules/uuid6/default.nix index 256816442b56..967da8ae707d 100644 --- a/pkgs/development/python-modules/uuid6/default.nix +++ b/pkgs/development/python-modules/uuid6/default.nix @@ -1,44 +1,38 @@ { lib, buildPythonPackage, - fetchPypi, + fetchFromGitHub, setuptools, + setuptools-scm, pytestCheckHook, }: buildPythonPackage rec { pname = "uuid6"; - version = "2024.7.10"; + version = "2025.0.1"; pyproject = true; - src = fetchPypi { - inherit pname version; - hash = "sha256-LSnX9j9ZPKruoODQ3QrYEpycZjsp4ZvfiC6GS+3xj7A="; + src = fetchFromGitHub { + owner = "oittaa"; + repo = "uuid6-python"; + tag = version; + hash = "sha256-E8oBbD52zTDcpRCBsJXfSgpF7FPNSVB43uxvsA62XHU="; }; - # https://github.com/oittaa/uuid6-python/blob/e647035428d984452b9906b75bb007198533dfb1/setup.py#L12-L19 - env.GITHUB_REF = "refs/tags/${version}"; - build-system = [ setuptools + setuptools-scm ]; nativeCheckInputs = [ pytestCheckHook ]; - enabledTestPaths = [ - "test/" - ]; - - disabledTestPaths = [ - "test/test_uuid6.py" - ]; - pythonImportsCheck = [ "uuid6" ]; meta = { + changelog = "https://github.com/oittaa/uuid6-python/releases/tag/${src.tag}"; description = "New time-based UUID formats which are suited for use as a database key"; homepage = "https://github.com/oittaa/uuid6-python"; license = lib.licenses.mit; From 6b76cbd42cc2bbed8d6ea712e16a2e6c38cbf3f2 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 13 Aug 2025 02:06:09 +0000 Subject: [PATCH 46/49] lintspec: 0.6.1 -> 0.6.2 --- pkgs/by-name/li/lintspec/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/li/lintspec/package.nix b/pkgs/by-name/li/lintspec/package.nix index cea4797683b1..d60356e23963 100644 --- a/pkgs/by-name/li/lintspec/package.nix +++ b/pkgs/by-name/li/lintspec/package.nix @@ -6,16 +6,16 @@ rustPlatform.buildRustPackage rec { pname = "lintspec"; - version = "0.6.1"; + version = "0.6.2"; src = fetchFromGitHub { owner = "beeb"; repo = "lintspec"; tag = "v${version}"; - hash = "sha256-pZ9fq8bVZs7ihWeYyM4vDthpASXFS0U9b/F8NVkvHTA="; + hash = "sha256-bJqHxmuje1B2aOqMf+n+quOhnSXTr5lsqhjmHbLnepk="; }; - cargoHash = "sha256-eZct2zpnh07Fazd34rUcAxAWfMJYkwq8nWNfpG8gFak="; + cargoHash = "sha256-UbhZluZhRaeC/x+qpVYb/p5lWjZB3HhCRvw9fSrR+ss="; meta = { description = "Blazingly fast linter for NatSpec comments in Solidity code"; From cf04c2bcda080e3384a2f5137cf6acb529ebc105 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 13 Aug 2025 03:40:01 +0000 Subject: [PATCH 47/49] python3Packages.types-docutils: 0.21.0.20250728 -> 0.21.0.20250809 --- pkgs/development/python-modules/types-docutils/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/types-docutils/default.nix b/pkgs/development/python-modules/types-docutils/default.nix index 8f1d8edd525b..052de2aac69a 100644 --- a/pkgs/development/python-modules/types-docutils/default.nix +++ b/pkgs/development/python-modules/types-docutils/default.nix @@ -7,13 +7,13 @@ buildPythonPackage rec { pname = "types-docutils"; - version = "0.21.0.20250728"; + version = "0.21.0.20250809"; pyproject = true; src = fetchPypi { pname = "types_docutils"; inherit version; - hash = "sha256-+/5ESWyYxxQ3zZrCDXHfLqRIeAhPYElgr3zzaW1WK6s="; + hash = "sha256-zCRTyH3HKbWq5JlZdJbk9ptEql/MsnBR7Yu1WwvV4xs="; }; build-system = [ setuptools ]; From 4f299f72752cb44b7dcf5a266b808988c93c6922 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 13 Aug 2025 04:36:12 +0000 Subject: [PATCH 48/49] python3Packages.asana: 5.2.0 -> 5.2.1 --- pkgs/development/python-modules/asana/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/asana/default.nix b/pkgs/development/python-modules/asana/default.nix index e0f48046e271..aac14b59eebc 100644 --- a/pkgs/development/python-modules/asana/default.nix +++ b/pkgs/development/python-modules/asana/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "asana"; - version = "5.2.0"; + version = "5.2.1"; pyproject = true; disabled = pythonOlder "3.7"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "asana"; repo = "python-asana"; tag = "v${version}"; - hash = "sha256-wTA7y7hUyAxNe5xad34thmzTKhQDk/oGHDflxpQdOrY="; + hash = "sha256-4kvMOg8Iou9C+tVIzp+3tc7E2WfkHjrxaMa789ku930="; }; build-system = [ setuptools ]; From 0284c3682a43a50ae98f58f8b11842cb5e7b90be Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 13 Aug 2025 04:55:59 +0000 Subject: [PATCH 49/49] phpExtensions.zstd: 0.14.0+pie -> 0.15.0 --- pkgs/development/php-packages/zstd/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/php-packages/zstd/default.nix b/pkgs/development/php-packages/zstd/default.nix index ce8c2ad2b16d..6924d8e1a974 100644 --- a/pkgs/development/php-packages/zstd/default.nix +++ b/pkgs/development/php-packages/zstd/default.nix @@ -7,7 +7,7 @@ }: let - version = "0.14.0+pie"; + version = "0.15.0"; in buildPecl { inherit version; @@ -17,7 +17,7 @@ buildPecl { owner = "kjdev"; repo = "php-ext-zstd"; rev = version; - hash = "sha256-BfxYPc7Y9VKjm/RiyO+/thpqNJFGMdD5xK07EZMb+E8="; + hash = "sha256-7Ok0Ej5U7N77Y/vXpgIp1diVSFgB9wXXGDQsKmvGxY8="; }; nativeBuildInputs = [ pkg-config ];